/* line 1, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble {
  webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: white;
  color: grey;
  border: 2px solid #EFEFEF;
  position: fixed;
  width: 130px;
  height: 135px;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 2, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble *, #phrasing-edit-mode-bubble *:after, #phrasing-edit-mode-bubble *:before {
  webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 23, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble p {
  line-height: 20px;
}

/* line 26, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble ::selection {
  color: grey;
  background: white;
}

/* line 28, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode, #phrasing-edit-mode-bubble #phrasing-saved-status, #phrasing-edit-mode-bubble #phrasing-edit-all-phrases {
  height: 32px;
  margin-top: 10px;
}

/* line 33, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode-headline p, #phrasing-edit-mode-bubble #phrasing-edit-all-phrases-headline p, #phrasing-edit-mode-bubble #phrasing-saved-status-headline p {
  display: inline;
}

/* line 38, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 45, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-onoffswitch {
  float: left;
}

/* line 49, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 52, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox {
  display: none;
}

/* line 55, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
}

/* line 59, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 63, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:before, #phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 40px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

/* line 68, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:before {
  padding-left: 10px;
  background-color: #56AE45;
}

/* line 72, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:after {
  padding-right: 10px;
  background-color: #CCCCCC;
  text-align: right;
}

/* line 78, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-switch {
  width: 27px;
  margin: 0px;
  background: #FFFFFF;
  border: 3px solid #CCCCCC;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 92, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  border: 2px solid #56AE45;
}

/* line 94, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 97, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  border: 3px solid #56AE45;
}

/* line 104, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 111, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-indicator {
  float: left;
}

/* line 114, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-indicator-circle {
  background-color: #56AE45;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 123, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 130, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-icon-container {
  float: left;
}

/* line 132, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_fonts.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-icon-container .phrasing-edit-all-phrases-icon {
  margin-left: 10px;
  margin-top: 7px;
}

/* line 5, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble {
  webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: white;
  color: grey;
  border: 2px solid #EFEFEF;
  position: fixed;
  width: 130px;
  height: 135px;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 6, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble *, #phrasing-edit-mode-bubble *:after, #phrasing-edit-mode-bubble *:before {
  webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 27, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble p {
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* line 32, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble ::selection {
  color: grey;
  background: white;
}

/* line 34, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode, #phrasing-edit-mode-bubble #phrasing-saved-status, #phrasing-edit-mode-bubble #phrasing-edit-all-phrases {
  height: 32px;
  margin-top: 10px;
}

/* line 39, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode-headline p, #phrasing-edit-mode-bubble #phrasing-edit-all-phrases-headline p, #phrasing-edit-mode-bubble #phrasing-saved-status-headline p {
  display: inline;
}

/* line 44, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-mode-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 51, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-onoffswitch {
  float: left;
}

/* line 55, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 58, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox {
  display: none;
}

/* line 61, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
}

/* line 65, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 69, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:before, #phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 40px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

/* line 74, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:before {
  padding-left: 10px;
  background-color: #56AE45;
}

/* line 78, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-inner:after {
  padding-right: 10px;
  background-color: #CCCCCC;
  text-align: right;
}

/* line 84, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-switch {
  width: 27px;
  margin: 0px;
  background: #FFFFFF;
  border: 3px solid #CCCCCC;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 98, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  border: 2px solid #56AE45;
}

/* line 100, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 103, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  border: 3px solid #56AE45;
}

/* line 110, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 117, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-indicator {
  float: left;
}

/* line 120, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-saved-status-indicator-circle {
  background-color: #56AE45;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 129, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-headline {
  height: 30px;
  width: 45px;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}

/* line 136, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-icon-container {
  float: left;
}

/* line 138, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
#phrasing-edit-mode-bubble #phrasing-edit-all-phrases-icon-container .phrasing-edit-all-phrases-icon {
  margin-left: 10px;
  margin-top: 7px;
}

/* line 145, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing_edit_mode_bubble.scss */
textarea.editor {
  display: block !important;
}

@font-face {
  font-family: 'icomoon';
  src: url(/assets/icomoon-83f1baf5e101cda918ef1723a971cb9da74dde6b5d3b90acc07b194508b7009a.eot);
  src: url(/assets/icomoon-83f1baf5e101cda918ef1723a971cb9da74dde6b5d3b90acc07b194508b7009a.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-5e34bfdab7287646e1950d74802787fd95863577aa0fc4fa100950bac9a2d162.woff) format("woff"), url(/assets/icomoon-fdf2e1109cccf75250c88a5e2547f8a8896371e99d5169e01485c04ac7bd4573.ttf) format("truetype"), url(/assets/icomoon-9900d8223a4d99c4d35953983b66a449cb2df4a9471322db912f423299cfd771.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********************************************
 * BASE STYLES
 *********************************************/
/*html {
  overflow: hidden;
}*/
/* line 23, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on {
  border-bottom: 1px dashed black;
}

/* line 26, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on a {
  pointer-events: none;
  cursor: default;
}

/* line 31, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on:focus {
  outline: none;
}

/* line 35, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on:hover {
  background-color: #fffadc;
  cursor: pointer;
}

/* line 40, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on.inverse {
  border-bottom: 1px dashed white;
}

/* line 43, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.phrasable.phrasable-on.inverse:hover {
  background-color: #333333;
}

/*blockquote {
  border-left: 4px solid deepskyblue;
  margin-left: -19px;
  padding-left: 15px;
  margin-right: 0px;
}*/
/* line 57, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
span.no-overflow {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

/* Used by the ui bubble to stop wrapping */
/* line 65, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.lengthen {
  display: block;
  width: 300px;
  height: 100%;
}

/* line 71, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.useicons {
  -webkit-font-smoothing: antialiased;
  font-size: 20px !important;
  font-family: 'icomoon' !important;
}

/*.ui {
  position: fixed;
  padding: 20px;
  width: 65px;
  bottom: 0px;
  left: 0px;
  top: 0px;
}

.ui:hover button {
  opacity: 0.4;
}

.ui button:hover {
  opacity: 1;
}*/
/* line 94, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options button {
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  font-family: inherit;
  background: none;
  cursor: pointer;
  font-size: 25px;
  color: inherit;
  opacity: 0.1;
  padding: 0px;
  height: 32px;
  width: 25px;
  border: 0px;
}

/*.quote {
  line-height: 60px !important;
  font-size: 49px !important;
}*/
/*********************************************
 * UI BUBBLE
 *********************************************/
/* line 123, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options {
  -webkit-transition: opacity 250ms, margin 250ms;
  -moz-transition: opacity 250ms, margin 250ms;
  -ms-transition: opacity 250ms, margin 250ms;
  -o-transition: opacity 250ms, margin 250ms;
  transition: opacity 250ms, margin 250ms;
  position: absolute;
  left: -999px;
  top: -999px;
  color: #fff;
  height: 0px;
  width: 0px;
  z-index: 5;
  margin-top: 5px;
  opacity: 0;
}

/* line 130, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options *, .text-options *:before, .text-options *:after {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 144, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options.fade {
  opacity: 0;
  margin-top: -5px;
}

/* line 149, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options.active {
  opacity: 1;
  margin-top: 0px;
}

/* line 156, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  border-radius: 5px;
  margin-left: -48px;
  margin-top: -46px;
  z-index: 1000;
  padding: 5px 4px 5px 5px;
  width: 96px;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 177, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options.url-mode {
  width: 275px;
  margin-left: -137px;
}

/* line 181, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options.url-mode .bold, .text-options .options.url-mode .options.url-mode .italic, .text-options .options.url-mode .options.url-mode .quote {
  width: 0px;
  overflow: hidden;
  margin-right: 0px;
  opacity: 0;
}

/* line 188, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options.url-mode input {
  border-left: 2px solid transparent;
  padding-right: 5px;
  padding-left: 5px;
  width: 236px;
}

/* line 196, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options .italic {
  font-style: italic;
}

/* line 199, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options .bold, .text-options .options .italic {
  line-height: normal;
}

/* line 203, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options button {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  float: left;
  width: 28px;
  opacity: 0.7;
  height: 30px;
  border-radius: 3px;
  margin-right: 1px;
  font-family: 'Lora', serif;
}

/* line 218, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options button.active {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

/* line 223, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options button:hover {
  opacity: 0.95;
}

/* line 228, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options input {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 3px;
  overflow: hidden;
  outline: 0px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  float: left;
  width: 0px;
}

/* line 246, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.text-options .options:before {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  margin-left: -5px;
  bottom: -15px;
  height: 5px;
  width: 0px;
  left: 50%;
}

/* line 261, ../../../usr/local/lib/ruby/gems/2.5.0/bundler/gems/phrasing-4159d3c1f380/app/assets/stylesheets/phrasing.scss */
.url {
  -webkit-font-smoothing: antialiased;
}
/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/oswald-v49-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/oswald-v49-latin-200.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-v49-latin-200.woff2") format("woff2"), url("/fonts/oswald-v49-latin-200.woff") format("woff"), url("/fonts/oswald-v49-latin-200.ttf") format("truetype"), url("/fonts/oswald-v49-latin-200.svg#Oswald") format("svg");
  /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/oswald-v49-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/oswald-v49-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-v49-latin-300.woff2") format("woff2"), url("/fonts/oswald-v49-latin-300.woff") format("woff"), url("/fonts/oswald-v49-latin-300.ttf") format("truetype"), url("/fonts/oswald-v49-latin-300.svg#Oswald") format("svg");
  /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/oswald-v49-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/oswald-v49-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-v49-latin-regular.woff2") format("woff2"), url("/fonts/oswald-v49-latin-regular.woff") format("woff"), url("/fonts/oswald-v49-latin-regular.ttf") format("truetype"), url("/fonts/oswald-v49-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container.inactive {
  display: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .gslide-inner-content {
  width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-image img.zoomable {
  position: relative;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video.playing::before {
  display: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-description p {
  margin-bottom: 12px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslide-description p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.zoomed .gslide-description {
  display: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-button-hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gabsolute {
  position: absolute;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.grelative {
  position: relative;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-desc {
  display: none !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-open {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-mobile .goverlay {
  background: #000;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
iframe.wait-autoplay {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gslide-description {
  background: #fff;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gslide-video {
  background: #000;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: 0;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.glightbox-clean .gclose:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

/* line 1, app/assets/stylesheets/glightbox.scss */
.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .gslide-inline {
    max-height: 95vh;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .gslide-external {
    max-height: 100vh;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-open {
    height: auto;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gprev {
    top: 45%;
  }
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  /* line 1, app/assets/stylesheets/glightbox.scss */
  .goverlay {
    background: #000;
  }
}
/* line 1, app/assets/stylesheets/klaro.scss */
html .klaro .cookie-notice {
  max-width: 100%;
  width: 100%;
  bottom: 0;
  margin: 0;
  right: 0;
  border-radius: 0;
  background-color: #3A3530;
}

/* line 11, app/assets/stylesheets/klaro.scss */
html .klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: black !important;
}

/* line 16, app/assets/stylesheets/klaro.scss */
.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: white !important;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/klaro.scss */
.klaro button {
  border-radius: 0 !important;
}

/* line 28, app/assets/stylesheets/klaro.scss */
.klaro .cm-header a {
  text-decoration: underline !important;
}
/*	
	This file defines the default set of CSS styles available in the Rich editor
*/


p.caption {
	font-style: italic;
	color: grey;
}

span.highlight {
	background: yellow;
}

img.left {
	float: left;
}

img.right {
	float: right;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}
body {
  overflow-x: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
  font-weight: 300;
}

.header .address {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 13px;
}
.introtext {
  font-weight: 200;
  font-size: 14px;
}
.introtext a {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.moretext {
  display: none;
}
.morebutton,
.morebutton span {
  color: black;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600 !important;
}
.lessbutton span {
  display: none;
}
.lessbutton:after {
  font-family: "Zapf Dingbats";
  content: "▲";
}
.abouttext {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}
::selection {
  background: #e0c162;
  color: black;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
  background: #e0c162;
  color: black;
}
/* SLIDER */

.mainslider {
  height: 100vh;
}
.slide {
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.maintitle a {
  color: white;
  text-decoration: none;
}
.maintitle {
  text-transform: uppercase;
}
.addressblack {
  color: black;
}
.address {
  color: white;
}
.title {
  color: white;
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  z-index: 50;
  margin: auto;
  height: 1px;
  text-align: center;
  top: -350px;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3);
}

.maintitle {
  padding: 5px;
  font-size: 45px !important;
  line-height: 100px !important;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: -20px !important;
}

.subtitle {
  font-size: 25px;
  padding: 5px;
  font-weight: 300;
  letter-spacing: 3px;
  /* text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) !important;  */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;
}

/* HEADER */
.header {
  color: white;
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 5px;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.cilogo {
  font-size: 15px;
  margin-right: 20px;
  width: 50px;
  float: left;
}
.address {
  padding-right: 80px;
  padding-left: 0px;
}

/* MENÜ */
.menu {
  display: none;
  height: 100vh !important;
  width: 252px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #000000;
  padding-top: 150px;
  z-index: 200;
}
.menupoint {
  text-align: right;
  cursor: pointer;
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  right: 35px;
}

.menupoint a {
  color: white;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition: color 0.2s ease-out, background 2s ease-in;
  -ms-transition: color 0.2s ease-out, background 2s ease-in;
  -moz-transition: color 0.2s ease-out, background 2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition: color 0.2s ease-out, background 2s ease-in;
}
.menupoint a:hover {
  color: #bc9c75;
  font-weight: 300;
}

.menupoint a {
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
}

.menu .line {
  border-bottom: 1px solid #ffffff;
  margin: 0px 35px;
  margin-bottom: 30px;
}

.menupoint a:hover {
  text-decoration: none;
  color: #bc9c75;
  letter-spacing: 1px;
}
.phoneicon img {
  height: 29px;
  margin-top: 18px;
  border-right: 1px solid white;
  padding: 1px 19px;
}

.burgermenu {
  margin: 0 3px;
  padding: 0 8px;
}

.mailicon img {
  height: 29px;
  margin-top: 18px;
  padding: 2px 19px;
  border-right: 1px solid white;
}

.menubutton {
  z-index: 1000;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  width: 47.5px;
  color: #ffffff;
  cursor: pointer;
}

.title2 {
  font-size: 18px;
  font-weight: 600;
}

.workcontainer {
  margin-top: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.clientcontainer {
  margin-top: 100px;
}
.clientcontainer div div {
  height: 250px;
  padding: 165px 85px;
}
.clientcontainer div div {
  max-width: 280px;
  max-width: 280px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  background-size: 50%;
}
.clientcontainer div div:hover {
  filter: none;
  opacity: 1;
}

.ls {
  letter-spacing: 1px;
}

.tb tr td {
  line-height: 20px;
  vertical-align: top;
}

.workcontainer img:hover {
  max-width: 280px;
  opacity: 1;
  cursor: pointer;
}

.portraitcontainer {
  margin-top: 150px !important;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.portrait h1 {
  margin-bottom: 0px;
}
.work {
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  padding: 15px;
  height: 400px;
}

.portrait {
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  padding: 35px;
  height: auto;
}
.overlay {
  background-color: red;
  position: absolute;
  top: 55px;
  bottom: 55px;
  right: 55px;
  left: 55px;
  float: none;
  text-align: center;
  display: none;
}
.smportrait {
  margin-left: 15px;
  margin-right: 15px;
}

.rectangle {
  color: black;
  padding: 10px;
  margin-right: 10px;
  margin-top: 13px;
  width: 250px;
  height: 40px;
  border: 1px solid black;
}

.work:hover .caption{
  opacity: 1;
}


.caption {
  background-color: white;
  margin: 20px;
  padding: 40px;
  min-height: 330px;
  margin-bottom: 40px;
  cursor: pointer;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  letter-spacing: 1px;
  opacity:0;
  transition: 0.2s;
}


.caption a {
  text-decoration: none;
  color: #000000;
  line-height: 42px !important;
}

.leftcontent {
  margin-top: 100px;
  color: white;
  font-size: 14px;
  top: 0;
  bottom: 0;
  overflow: visible;
  float: left;
  z-index: 100;
  max-width: 400px;
}
.workimage,
.workiframe {
  margin-top: 150px !important;
  background-position: center;
  background-size: cover;
  float: left;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
}

.workimage:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}
.rightcontent {
  float: left;
  margin-top: 130px;
  min-width: calc(100% - 400px);
  padding-bottom: 200px;
}
#workimg1 {
  height: 800px;
  width: 900px;
  margin: 20px;
}
#workimg2 {
  height: 200px;
  width: 400px;
  margin: 60px;
}
#workimg3 {
  height: 500px;
  width: 500px;
  margin: 30px;
}
#workimg4 {
  height: 800px;
  width: 700px;
  margin: 20px;
}
#workimg5 {
  height: 500px;
  width: 500px;
  margin: 30px;
}
#workimg6 {
  height: 200px;
  width: 400px;
  margin: 60px;
}
#workimg7 {
  height: 200px;
  width: 400px;
  margin: 20px;
}
#workimg8 {
  height: 350px;
  width: 180px;
  margin: 20px;
}
#workimg9 {
  height: 350px;
  width: 350px;
  margin: 20px;
}
#workimg10 {
  height: 456px;
  width: 600px;
  margin: 10px;
}
#workimg11 {
  height: 570px;
  width: 400px;
  margin: 60px;
}
#workimg12 {
  height: 600px;
  width: 600px;
  margin: 30px;
}

td {
  width: 100px;
}
div > .vert {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
div .name {
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.name {
  color: white;
}
.name > span {
  font-size: 28px;
  font-weight: 600;
}
.imprinttext {
  text-align: left;
}
.mobileaddress {
  display: none;
}

@media (max-width: 991px) {
  #special {
    background-size: cover !important;
  }
  .menu {
    padding-top: 100px;
  }
  .mobileaddress {
    padding: 35px;
    text-align: right;
    color: white;
    display: block;
  }
  .maintitle,
  h1 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .subtitle {
    font-size: 18px;
    line-height: 22px !important;
    padding-top: 30px !important; 
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
  }
  .address {
    padding-left: 0px;
    padding-top: 5px;
  }
  .leftcontent {
    max-width: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rightcontent {
    min-width: 0px;
  }
  .workimage {
    width: 100% !important;
    height: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .workiframe {
    width: 100% !important;
    height: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .caption {
    background-color: white;
    opacity: 0.9;
    margin: 20px;
    padding: 20px;
    min-height: auto;
    margin-bottom: 40px;
    display: block !important;
    cursor: pointer;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 30px;
  }
  .caption a {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 0px !important;
  }
  h1 {
    margin-top: 0px;
  }
  .rectangle {
    margin-left: 0px !important;
  }
  .address {
    display: none;
  }
}

#cookielayer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  opacity: 0.8;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}


#datenschutz a{
  color:black !important;
  text-decoration: underline;
}


#cookielayer a,
#cookielayer a:active,
#cookielayer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#cookielayer .button {
  background: #ffffff;
  color: #000000;
  padding: 3px 5px;
  margin-right: 10px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

#cookielayer .button:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.hcul {
  padding: 30px 30px;
  margin: 0px;
}
.hcul li {
  font-weight: 400;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  list-style-image: url(/img/arrowhc.png);
}

.imagedescription {
  background-color: #ffffff;
  color: #000000;
  font-weight: 200;
  opacity: 1;
  padding: 4px 6px;
  margin-top: -27px;
  font-size: 14px;
}

.imagedescription.dark {
  background-color: #000000;
  color: #ffffff;
}

/* Share On Facebook */

.shareonfbcontainer {
  position: relative;
}
.thumbsymbol {
  float: left;
  position: relative;
  margin-top: 5px;
  width: 21px;
}
.shareonfb {
  position: relative;
  left: 16px;
  margin: 0;
  font-size: 18px;
}

.icons {
  clear: both;
  display: flex;
}
.icons div,
.icons a {
  border-right: 1px solid white;
  padding-right: 15px;
  margin: 15px 0 15px 15px;
  color: white;
}

.symbolmail img {
  height: 15px !important;
}
.symbolphone {
  margin-left: 0 !important;
}

.symbolcontact {
  margin-top: 17px !important;
  display: flex;
  padding-right: 0 !important;
}

.csv {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 10px !important;
}

.icons div:last-child,
.icons a:last-child {
  border-right: 0;
}

.icons div img {
  height: 20px;
}

.icons a img {
  height: 20px;
}

.stickymenu {
  position: fixed;
  top: 10px;
  right: 30px;
  display: flex;
  z-index: 30000;
}

hr {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.fbshare {
  margin-top: 5px;
  margin-left: 10px;
}

.iv-close {
  right: 47px !important;
  top: 80px !important;
}


.work video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

.unslider video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position:static;
  z-index:312;
  padding:0;
}
@charset "UTF-8";
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 36, app/assets/stylesheets/style.scss */
* {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

/* line 40, app/assets/stylesheets/style.scss */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}

/* line 51, app/assets/stylesheets/style.scss */
body {
  overflow-x: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
  font-weight: 300;
}

/* line 60, app/assets/stylesheets/style.scss */
.header .address {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 13px;
}

/* line 67, app/assets/stylesheets/style.scss */
.introtext {
  font-weight: 200;
  font-size: 14px;
}

/* line 71, app/assets/stylesheets/style.scss */
.introtext a {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/style.scss */
.moretext {
  display: none;
}

/* line 81, app/assets/stylesheets/style.scss */
.morebutton,
.morebutton span {
  color: black;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600 !important;
}

/* line 88, app/assets/stylesheets/style.scss */
.lessbutton span {
  display: none;
}

/* line 91, app/assets/stylesheets/style.scss */
.lessbutton:after {
  font-family: "Zapf Dingbats";
  content: "▲";
}

/* line 95, app/assets/stylesheets/style.scss */
.abouttext {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}

/* line 100, app/assets/stylesheets/style.scss */
::selection {
  background: #e0c162;
  color: black;
}

/* und hiermit der Firefox >=1 */
/* line 105, app/assets/stylesheets/style.scss */
::-moz-selection {
  background: #e0c162;
  color: black;
}

/* SLIDER */
/* line 111, app/assets/stylesheets/style.scss */
.mainslider {
  height: 100vh;
}

/* line 114, app/assets/stylesheets/style.scss */
.background {
  background-image: url(/uploads/slide/path/15/RZ_0098-0001-175_20-Jahre-Jubilaeum_FH-Website_Slider_Tattoomann.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
}

/* line 120, app/assets/stylesheets/style.scss */
.slide {
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 126, app/assets/stylesheets/style.scss */
.mobilebg {
  display: none;
}

/* line 129, app/assets/stylesheets/style.scss */
.maintitle a {
  color: white;
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/style.scss */
.maintitle {
  text-transform: uppercase;
}

/* line 136, app/assets/stylesheets/style.scss */
.addressblack {
  color: black;
}

/* line 139, app/assets/stylesheets/style.scss */
.address {
  color: white;
}

/* line 142, app/assets/stylesheets/style.scss */
.title {
  color: white;
  font-weight: 600;
  font-size: 50px;
  position: absolute;
  z-index: 50;
  margin: auto;
  height: 1px;
  text-align: center;
  top: -350px;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3);
}

/* line 158, app/assets/stylesheets/style.scss */
.maintitle {
  padding: 5px;
  font-size: 90px;
  line-height: 100px !important;
  text-shadow: 0px 0px 45px black !important;
}

/* line 165, app/assets/stylesheets/style.scss */
.subtitle {
  font-size: 25px;
  padding: 5px;
  font-weight: 300;
  letter-spacing: 3px;
  /* text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) !important;  */
  text-shadow: 1px 1px 1px black !important;
}

/* HEADER */
/* line 175, app/assets/stylesheets/style.scss */
.header {
  color: white;
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 5px;
}

/* line 182, app/assets/stylesheets/style.scss */
.header a {
  text-decoration: none;
  color: inherit;
}

/* line 186, app/assets/stylesheets/style.scss */
.cilogo {
  font-size: 15px;
  margin-right: 20px;
  width: 50px;
  float: left;
}

/* line 192, app/assets/stylesheets/style.scss */
.address {
  padding-right: 80px;
  padding-left: 0px;
}

/* MENÜ */
/* line 198, app/assets/stylesheets/style.scss */
.menu {
  display: none;
  height: 100vh !important;
  width: 305px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #000000;
  padding-top: 150px;
  z-index: 200;
}

/* line 209, app/assets/stylesheets/style.scss */
.menupoint {
  text-align: right;
  cursor: pointer;
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  right: 35px;
}

/* line 219, app/assets/stylesheets/style.scss */
.menupoint a {
  color: white;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition: color 0.2s ease-out, background 2s ease-in;
  -ms-transition: color 0.2s ease-out, background 2s ease-in;
  -moz-transition: color 0.2s ease-out, background 2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition: color 0.2s ease-out, background 2s ease-in;
}

/* line 232, app/assets/stylesheets/style.scss */
.menupoint a:hover {
  color: #bc9c75;
  font-weight: 300;
}

/* line 237, app/assets/stylesheets/style.scss */
.menupoint a {
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
}

/* line 245, app/assets/stylesheets/style.scss */
.menu .line {
  border-bottom: 1px solid #ffffff;
  margin: 0px 35px;
  margin-bottom: 30px;
}

/* line 251, app/assets/stylesheets/style.scss */
.menupoint a:hover {
  text-decoration: none;
  color: #bc9c75;
  letter-spacing: 1px;
}

/* line 256, app/assets/stylesheets/style.scss */
.phoneicon img {
  height: 29px;
  margin-top: 18px;
  border-right: 1px solid white;
  padding: 1px 19px;
}

/* line 263, app/assets/stylesheets/style.scss */
.burgermenu {
  margin: 0 3px;
  padding: 0 8px;
}

/* line 268, app/assets/stylesheets/style.scss */
.mailicon img {
  height: 29px;
  margin-top: 18px;
  padding: 2px 19px;
  border-right: 1px solid white;
}

/* line 275, app/assets/stylesheets/style.scss */
.menubutton {
  z-index: 1000;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  width: 47.5px;
  color: #ffffff;
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/style.scss */
.title2 {
  font-size: 18px;
  font-weight: 600;
}

/* line 290, app/assets/stylesheets/style.scss */
.workcontainer {
  margin-top: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 295, app/assets/stylesheets/style.scss */
.clientcontainer {
  margin-top: 100px;
}

/* line 298, app/assets/stylesheets/style.scss */
.clientcontainer div div {
  height: 250px;
  padding: 165px 85px;
}

/* line 302, app/assets/stylesheets/style.scss */
.clientcontainer div div {
  max-width: 280px;
  max-width: 280px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  background-size: 50%;
}

/* line 313, app/assets/stylesheets/style.scss */
.clientcontainer div div:hover {
  filter: none;
  opacity: 1;
}

/* line 318, app/assets/stylesheets/style.scss */
.ls {
  letter-spacing: 1px;
}

/* line 322, app/assets/stylesheets/style.scss */
.tb tr td {
  line-height: 20px;
  vertical-align: top;
}

/* line 327, app/assets/stylesheets/style.scss */
.workcontainer img:hover {
  max-width: 280px;
  opacity: 1;
  cursor: pointer;
}

/* line 333, app/assets/stylesheets/style.scss */
.portraitcontainer {
  margin-top: 150px !important;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 339, app/assets/stylesheets/style.scss */
.portrait h1 {
  margin-bottom: 0px;
}

/* line 342, app/assets/stylesheets/style.scss */
.work {
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  padding: 15px;
  height: 400px;
}

/* line 350, app/assets/stylesheets/style.scss */
.portrait {
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  padding: 35px;
  height: auto;
}

/* line 357, app/assets/stylesheets/style.scss */
.overlay {
  background-color: red;
  position: absolute;
  top: 55px;
  bottom: 55px;
  right: 55px;
  left: 55px;
  float: none;
  text-align: center;
  display: none;
}

/* line 368, app/assets/stylesheets/style.scss */
.smportrait {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 373, app/assets/stylesheets/style.scss */
.rectangle {
  color: black;
  padding: 10px;
  margin-right: 10px;
  margin-top: 13px;
  width: 250px;
  height: 40px;
  border: 1px solid black;
}

/* line 383, app/assets/stylesheets/style.scss */
.work:hover .caption {
  opacity: 1;
}

/* line 388, app/assets/stylesheets/style.scss */
.caption {
  background-color: white;
  margin: 20px;
  padding: 40px;
  min-height: 330px;
  margin-bottom: 40px;
  cursor: pointer;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0;
  transition: 0.2s;
}

/* line 404, app/assets/stylesheets/style.scss */
.caption a {
  text-decoration: none;
  color: #000000;
  line-height: 42px !important;
}

/* line 410, app/assets/stylesheets/style.scss */
.leftcontent {
  margin-top: 100px;
  color: white;
  font-size: 14px;
  top: 0;
  bottom: 0;
  overflow: visible;
  float: left;
  z-index: 100;
  max-width: 400px;
}

/* line 421, app/assets/stylesheets/style.scss */
.workimage,
.workiframe {
  margin-top: 150px !important;
  background-position: center;
  background-size: cover;
  float: left;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
}

/* line 430, app/assets/stylesheets/style.scss */
.grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

/* line 436, app/assets/stylesheets/style.scss */
.grid > div  {
  aspect-ratio: 1;
}

/* line 442, app/assets/stylesheets/style.scss */
.workimage:hover, .glightbox:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}

/* line 447, app/assets/stylesheets/style.scss */
.rightcontent {
  float: left;
  margin-top: 130px;
  min-width: calc(100% - 400px);
  padding-bottom: 200px;
}

/* line 453, app/assets/stylesheets/style.scss */
#workimg1 {
  height: 800px;
  width: 900px;
  margin: 20px;
}

/* line 458, app/assets/stylesheets/style.scss */
#workimg2 {
  height: 200px;
  width: 400px;
  margin: 60px;
}

/* line 463, app/assets/stylesheets/style.scss */
#workimg3 {
  height: 500px;
  width: 500px;
  margin: 30px;
}

/* line 468, app/assets/stylesheets/style.scss */
#workimg4 {
  height: 800px;
  width: 700px;
  margin: 20px;
}

/* line 473, app/assets/stylesheets/style.scss */
#workimg5 {
  height: 500px;
  width: 500px;
  margin: 30px;
}

/* line 478, app/assets/stylesheets/style.scss */
#workimg6 {
  height: 200px;
  width: 400px;
  margin: 60px;
}

/* line 483, app/assets/stylesheets/style.scss */
#workimg7 {
  height: 200px;
  width: 400px;
  margin: 20px;
}

/* line 488, app/assets/stylesheets/style.scss */
#workimg8 {
  height: 350px;
  width: 180px;
  margin: 20px;
}

/* line 493, app/assets/stylesheets/style.scss */
#workimg9 {
  height: 350px;
  width: 350px;
  margin: 20px;
}

/* line 498, app/assets/stylesheets/style.scss */
#workimg10 {
  height: 456px;
  width: 600px;
  margin: 10px;
}

/* line 503, app/assets/stylesheets/style.scss */
#workimg11 {
  height: 570px;
  width: 400px;
  margin: 60px;
}

/* line 508, app/assets/stylesheets/style.scss */
#workimg12 {
  height: 600px;
  width: 600px;
  margin: 30px;
}

/* line 514, app/assets/stylesheets/style.scss */
td {
  width: 100px;
}

/* line 517, app/assets/stylesheets/style.scss */
div > .vert {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

/* line 523, app/assets/stylesheets/style.scss */
div .name {
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

/* line 529, app/assets/stylesheets/style.scss */
.name {
  color: white;
}

/* line 532, app/assets/stylesheets/style.scss */
.name > span {
  font-size: 28px;
  font-weight: 600;
}

/* line 536, app/assets/stylesheets/style.scss */
.imprinttext {
  text-align: left;
}

/* line 539, app/assets/stylesheets/style.scss */
.mobileaddress {
  display: none;
}

@media (max-width: 991px) {
  /* line 544, app/assets/stylesheets/style.scss */
  #special {
    background-size: cover !important;
  }
  /* line 547, app/assets/stylesheets/style.scss */
  .menu {
    padding-top: 100px;
  }
  /* line 550, app/assets/stylesheets/style.scss */
  .mobileaddress {
    padding: 35px;
    text-align: right;
    color: white;
    display: block;
  }
  /* line 556, app/assets/stylesheets/style.scss */
  .maintitle,
h1 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  /* line 561, app/assets/stylesheets/style.scss */
  .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 565, app/assets/stylesheets/style.scss */
  .address {
    padding-left: 0px;
    padding-top: 5px;
  }
  /* line 569, app/assets/stylesheets/style.scss */
  .leftcontent {
    max-width: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: static !important;
    margin-top: 130px;
  }
  /* line 576, app/assets/stylesheets/style.scss */
  .rightcontent {
    min-width: 0px;
    margin-left: 0px !important;
  }
  /* line 580, app/assets/stylesheets/style.scss */
  .workimage {
    width: 100% !important;
    height: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 589, app/assets/stylesheets/style.scss */
  .workiframe {
    width: 100% !important;
    height: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 598, app/assets/stylesheets/style.scss */
  .caption {
    background-color: white;
    opacity: 0.9;
    margin: 20px;
    padding: 20px;
    min-height: auto;
    margin-bottom: 40px;
    display: block !important;
    cursor: pointer;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 30px;
  }
  /* line 613, app/assets/stylesheets/style.scss */
  .caption a {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: normal !important;
  }
  /* line 618, app/assets/stylesheets/style.scss */
  h1 {
    margin-top: 0px;
  }
  /* line 621, app/assets/stylesheets/style.scss */
  .rectangle {
    margin-left: 0px !important;
  }
  /* line 624, app/assets/stylesheets/style.scss */
  .address {
    display: none;
  }
}

/* line 629, app/assets/stylesheets/style.scss */
#cookielayer {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  opacity: 0.8;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}

/* line 641, app/assets/stylesheets/style.scss */
#datenschutz a {
  color: black !important;
  text-decoration: underline;
}

/* line 647, app/assets/stylesheets/style.scss */
#cookielayer a,
#cookielayer a:active,
#cookielayer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 654, app/assets/stylesheets/style.scss */
#cookielayer .button {
  background: #ffffff;
  color: #000000;
  padding: 3px 5px;
  margin-right: 10px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

/* line 663, app/assets/stylesheets/style.scss */
#cookielayer .button:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

/* line 669, app/assets/stylesheets/style.scss */
.hcul {
  padding: 30px 30px;
  margin: 0px;
}

/* line 673, app/assets/stylesheets/style.scss */
.hcul li {
  font-weight: 400;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  list-style-image: url(/img/arrowhc.png);
}

/* line 680, app/assets/stylesheets/style.scss */
.imagedescription {
  background-color: #ffffff;
  color: #000000;
  font-weight: 200;
  opacity: 1;
  padding: 4px 6px;
  margin-top: -27px;
  font-size: 14px;
}

/* line 690, app/assets/stylesheets/style.scss */
.imagedescription.dark {
  background-color: #000000;
  color: #ffffff;
}

/* Share On Facebook */
/* line 697, app/assets/stylesheets/style.scss */
.shareonfbcontainer {
  position: relative;
}

/* line 700, app/assets/stylesheets/style.scss */
.thumbsymbol {
  float: left;
  position: relative;
  margin-top: 5px;
  width: 21px;
}

/* line 706, app/assets/stylesheets/style.scss */
.shareonfb {
  position: relative;
  left: 16px;
  margin: 0;
  font-size: 18px;
}

/* line 713, app/assets/stylesheets/style.scss */
.icons {
  clear: both;
  display: flex;
}

/* line 717, app/assets/stylesheets/style.scss */
.icons div,
.icons a {
  border-right: 1px solid white;
  padding-right: 15px;
  margin: 15px 0 15px 15px;
  color: white;
}

/* line 725, app/assets/stylesheets/style.scss */
.symbolmail img {
  height: 15px !important;
}

/* line 728, app/assets/stylesheets/style.scss */
.symbolphone {
  margin-left: 0 !important;
}

/* line 732, app/assets/stylesheets/style.scss */
.symbolcontact {
  margin-top: 17px !important;
  display: flex;
  padding-right: 0 !important;
}

/* line 738, app/assets/stylesheets/style.scss */
.csv {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 10px !important;
}

/* line 744, app/assets/stylesheets/style.scss */
.icons div:last-child,
.icons a:last-child {
  border-right: 0;
}

/* line 749, app/assets/stylesheets/style.scss */
.icons div img {
  height: 20px;
}

/* line 753, app/assets/stylesheets/style.scss */
.icons a img {
  height: 20px;
}

/* line 757, app/assets/stylesheets/style.scss */
.stickymenu {
  position: fixed;
  top: 10px;
  right: 20px;
  display: flex;
  z-index: 30000;
}

/* line 765, app/assets/stylesheets/style.scss */
.deen {
  color: white;
}

/* line 770, app/assets/stylesheets/style.scss */
hr {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 775, app/assets/stylesheets/style.scss */
.flipbook {
  margin: 0 !important;
  border: 1px solid white;
}

/* line 780, app/assets/stylesheets/style.scss */
.fbshare {
  margin-top: 5px;
  margin-left: 10px;
}

/* line 785, app/assets/stylesheets/style.scss */
.iv-close {
  right: 47px !important;
  top: 80px !important;
}

/* line 791, app/assets/stylesheets/style.scss */
.work video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

/* line 802, app/assets/stylesheets/style.scss */
.unslider video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: static;
  z-index: 312;
  padding: 0;
}

/* line 811, app/assets/stylesheets/style.scss */
#flipbook {
  margin: 50px;
}

/* line 816, app/assets/stylesheets/style.scss */
.rightcontent video {
  object-fit: cover;
}

/* line 822, app/assets/stylesheets/style.scss */
#llmovie {
  width: 100%;
}

/* line 826, app/assets/stylesheets/style.scss */
#llmovie1 {
  max-width: 48%;
}

/* line 830, app/assets/stylesheets/style.scss */
#llmovie2 {
  max-width: 48%;
  float: right;
}

@media (max-width: 900px) {
  /* line 836, app/assets/stylesheets/style.scss */
  .mobilebg {
    background-position: center;
    display: block !important;
  }
  /* line 840, app/assets/stylesheets/style.scss */
  .background {
    display: none;
  }
  /* line 845, app/assets/stylesheets/style.scss */
  .rightcontent video {
    margin: 0 !important;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  /* line 855, app/assets/stylesheets/style.scss */
  #llmovie {
    width: 100%;
  }
  /* line 859, app/assets/stylesheets/style.scss */
  .grid {
    grid-template-columns: 1fr;
  }
  /* line 863, app/assets/stylesheets/style.scss */
  #llmovie1 {
    max-width: 100%;
  }
  /* line 867, app/assets/stylesheets/style.scss */
  #llmovie2 {
    float: none;
    max-width: 100%;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/works.scss */
.work-49 #workimg1,
.work-50 #workimg1,
.work-51 #workimg1,
.work-52 #workimg1,
.work-53 #workimg1 {
  margin-top: 20px !important;
  float: right;
}

/* line 10, app/assets/stylesheets/works.scss */
.header {
  position: fixed !important;
}

/* line 14, app/assets/stylesheets/works.scss */
.Cwork .leftcontent {
  position: fixed;
  overflow: auto;
  background-color: #000000;
  padding: 20px;
}

/* line 21, app/assets/stylesheets/works.scss */
.Cwork .rightcontent {
  margin-left: 400px;
}

@media (min-width: 1250px) {
  /* … */
  /* line 27, app/assets/stylesheets/works.scss */
  .work-49 #workimg1,
.work-50 #workimg1,
.work-51 #workimg1,
.work-52 #workimg1,
.work-53 #workimg1 {
    width: 100%;
    max-width: 2200px;
    max-height: 1000px;
    margin-right: 0px;
  }
}

/* line 39, app/assets/stylesheets/works.scss */
.work-49 #workimg1:hover,
.work-50 #workimg1:hover,
.work-51 #workimg1:hover,
.work-52 #workimg1:hover,
.work-53 #workimg1:hover {
  transition: none !important;
  transform: none !important;
}

/* line 48, app/assets/stylesheets/works.scss */
.work-49 #workimg1 .imagedescription,
.work-50 #workimg1 .imagedescription,
.work-51 #workimg1 .imagedescription,
.work-52 #workimg1 .imagedescription,
.work-53 #workimg1 .imagedescription {
  background-color: #000000 !important;
  color: #ffffff !important;
  text-align: right;
  font-size: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

