@font-face {
  font-family: 'STSans ExCd Rg';
  src: url('../fonts/STSansExCd-Rg.woff2') format('woff2'), url('../fonts/STSansExCd-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  border-color: #79a9bd;
  background: #79a9bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #79a9bd 0%, #78a8bc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #79a9bd 0%, #78a8bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #79a9bd 0%, #78a8bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_blue', endColorstr='$color_blue_darken',GradientType=0);
  /* IE6-9 */
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  border-color: #78a8bc;
  background: #78a8bc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7aaabe 0%, #78a8bc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7aaabe 0%, #78a8bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7aaabe 0%, #78a8bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_blue_lighten', endColorstr='$color_blue_darken',GradientType=0);
  /* IE6-9 */
}
.btn.btn-danger:focus, .btn.btn-danger:hover {
  background: #d30000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d30000 0%, #d10000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d30000 0%, #d10000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d30000 0%, #d10000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_red', endColorstr='$color_red_verlauf',GradientType=0);
  /* IE6-9 */
}
.btn.btn-signin {
  background: #cfb372;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfb372 0%, #ceb270 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfb372 0%, #ceb270 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfb372 0%, #ceb270 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_blue', endColorstr='$color_blue_darken',GradientType=0);
  /* IE6-9 */
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
  background: #f9ece6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9ece6 0%, #efcdbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9ece6 0%, #efcdbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9ece6 0%, #efcdbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_main', endColorstr='darken($color_main,10)',GradientType=0);
  /* IE6-9 */
}
.label {
  border-radius: 0;
}
.modal-backdrop {
  z-index: 99993;
}
.modal {
  z-index: 99994;
}
.modal .modal-content {
  border: 0 solid #f9ece6;
  border-left-color: #f9ece6;
  border-left-width: 5px;
  border-radius: 0;
}
.modal .modal-header {
  border: 0 solid transparent;
  position: relative;
}
.modal .modal-header:before, .modal .modal-header:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 80%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #f9ece6;
}
.modal .modal-header:before {
  bottom: 4px;
  width: 75%;
}
.modal .modal-body {
  max-height: 100%;
}
.tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  margin: -1px 0px 10px;
}
.navbar {
  border-bottom: 3px solid #f9ece6;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.navbar.navbar-fixed-top {
  z-index: 100;
}
.navbar.navbar-default {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$white_light',GradientType=0);
  /* IE6-9 */
}
.navbar.navbar-default .navbar-brand {
  padding: 5px 10px;
}
.navbar.navbar-default .navbar-brand img {
  max-height: 40px;
  width: auto;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #3f3a36;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
  color: #cfb372;
}
.alert {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
}
.alert.alert-gallery {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$white_light',GradientType=0);
  /* IE6-9 */
}
body a {
  color: #a38338;
}
body a:hover, body a:focus {
  color: #312711;
}
.notify {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1092;
  width: 300px;
  overflow: hidden;
}
.notify .panel {
  opacity: 0;
  position: relative;
  right: -1000px;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.notify .panel.in {
  opacity: 1;
  right: 0;
}
/**
 Fancybox in weiß
 */
.fancybox-bg {
  background: #fff;
}
.fancybox-container .fancybox-controls {
  height: 100%;
}
.fancybox-container .fancybox-controls .fancybox-infobar {
  top: 50%;
  position: absolute;
  left: 0px;
  width: 100%;
}
.fancybox-container .fancybox-controls .fancybox-infobar .fancybox-infobar__body {
  display: none;
}
.fancybox-container .fancybox-controls .fancybox-infobar .fancybox-button {
  border-radius: 10px;
  margin: 0 10px;
}
.fancybox-container .fancybox-controls .fancybox-infobar .fancybox-button.fancybox-button--left {
  float: left;
}
.fancybox-container .fancybox-controls .fancybox-infobar .fancybox-button.fancybox-button--right {
  float: right;
}
.fancybox-container .fancybox-navigation button {
  background: none transparent;
}
.fancybox-container .fancybox-navigation button::before {
  background: rgba(249, 236, 230, 0.5);
}
.fancybox-container .fancybox-navigation button:hover::before {
  background: rgba(249, 236, 230, 0.8);
}
.fancybox-container .fancybox-button {
  background: rgba(249, 236, 230, 0.5);
  color: #000;
}
.fancybox-container .fancybox-button:hover {
  color: #000;
}
.fancybox-container .fancybox-infobar__body {
  color: #000;
}
.fancybox-container .fancybox-infobar__body:hover {
  background: none transparent;
  color: #000;
}
.fancybox-container .fancybox-button--pause::after, .fancybox-container .fancybox-button--pause::before {
  border-color: #000;
}
.fancybox-container .fancybox-slide video {
  max-height: 45vw;
}
#option_wrap > div, #uploadbox_wrap > div {
  position: absolute;
  left: 0;
  top: -10px;
  padding: 15px 10px 10px 10px;
  border-radius: 10px;
  color: #fff;
  background: #000;
  cursor: pointer;
}
#option_wrap > div {
  left: inherit;
  right: 0;
}
#dropzone_wrap {
  /* Hide the progress bar when finished */
}
#dropzone_wrap div.table {
  display: block;
  max-height: 300px;
  overflow: auto;
}
#dropzone_wrap div.table .file-row {
  display: block;
}
#dropzone_wrap div.table .file-row:nth-child(odd) {
  background: rgba(187, 187, 187, 1);
}
#dropzone_wrap div.table .file-row > div {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid rgba(187, 187, 187, 1);
  padding: 8px;
}
#dropzone_wrap #actions {
  background-color: #fff;
}
#dropzone_wrap #total-progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}
#dropzone_wrap #previews .file-row {
  margin: 0;
}
#dropzone_wrap #previews .file-row .delete {
  display: none;
}
#dropzone_wrap #previews .file-row.dz-success .start, #dropzone_wrap #previews .file-row.dz-success .cancel {
  display: none;
}
#dropzone_wrap #previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}
#dropzone_wrap #previews .file-row.dz-success .delete {
  display: block;
}
#optionsDropzone #options {
  padding: 20px 0;
}
#optionsDropzone #options h3 {
  display: none;
}
#optionsDropzone #options .row {
  background-color: transparent;
}
#optionsDropzone #options .tab-pane {
  padding-top: 10px;
}
#bar {
  border-radius: 0;
}
/* Gallery Layout
 *****************************  */
#gallery_wrap {
  padding-top: 20px;
}
#gallery_wrap .intro {
  padding: 20px 10px;
}
.page_test, .page_gallery {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 100px 0;
}
.page_test.be_login, .page_gallery.be_login {
  padding-top: 80px;
}
.page_test .introduction, .page_gallery .introduction {
  padding: 20px 0;
}
.page_test .btn-flag, .page_gallery .btn-flag {
  background-color: transparent;
  cursor: pointer;
}
.page_test .btn-flag.act, .page_gallery .btn-flag.act, .page_test .btn-flag:focus, .page_gallery .btn-flag:focus, .page_test .btn-flag:hover, .page_gallery .btn-flag:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page_test .btn-flag.label-success, .page_gallery .btn-flag.label-success {
  color: #63b681;
}
.page_test .btn-flag.label-warning, .page_gallery .btn-flag.label-warning {
  color: #f2c077;
}
.page_test .btn-flag.label-danger, .page_gallery .btn-flag.label-danger {
  color: #ed7171;
}
.page_test .options .btn-flag .fa:nth-child(1), .page_gallery .options .btn-flag .fa:nth-child(1) {
  display: inline-block;
}
.page_test .options .btn-flag .fa:nth-child(2), .page_gallery .options .btn-flag .fa:nth-child(2) {
  display: none;
}
.page_test .options .btn-flag.act .fa:nth-child(1), .page_gallery .options .btn-flag.act .fa:nth-child(1), .page_test .options .btn-flag:hover .fa:nth-child(1), .page_gallery .options .btn-flag:hover .fa:nth-child(1) {
  display: none;
}
.page_test .options .btn-flag.act .fa:nth-child(2), .page_gallery .options .btn-flag.act .fa:nth-child(2), .page_test .options .btn-flag:hover .fa:nth-child(2), .page_gallery .options .btn-flag:hover .fa:nth-child(2) {
  display: inline-block;
}
.page_test .options .options_inner, .page_gallery .options .options_inner {
  background-color: #f9ece6;
  padding: 3px;
}
.page_test .layout, .page_gallery .layout {
  text-align: center;
}
.page_test .layout.grid .imagebox, .page_gallery .layout.grid .imagebox {
  background-color: #fff;
  position: relative;
  transition: opacity 0.2s ease 0s, box-shadow 0.2s ease 0s;
  height: 220px;
  width: 220px;
  margin: 0 20px 40px 0;
}
.page_test .layout.grid .imagebox .imagebox_inner, .page_gallery .layout.grid .imagebox .imagebox_inner {
  border-radius: 3px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.page_test .layout.grid .imagebox .imagebox_inner img, .page_gallery .layout.grid .imagebox .imagebox_inner img {
  border: 0 none;
  max-height: 200px;
  max-width: 200px;
  width: auto;
  height: auto;
}
.page_test .layout.grid .imagebox .imagebox_inner a, .page_gallery .layout.grid .imagebox .imagebox_inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  border-radius: 3px;
}
.page_test .layout.grid .imagebox .imagebox_inner .options, .page_gallery .layout.grid .imagebox .imagebox_inner .options {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  padding: 0;
  opacity: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page_test .layout.grid .imagebox .imagebox_inner .options .options_inner, .page_gallery .layout.grid .imagebox .imagebox_inner .options .options_inner {
  background: rgba(249, 236, 230, 0.8);
  padding: 5px;
}
.page_test .layout.grid .imagebox .imagebox_inner:hover .options, .page_gallery .layout.grid .imagebox .imagebox_inner:hover .options {
  opacity: 1;
}
@media (max-width: 990px) {
  .page_test .layout.grid .imagebox, .page_gallery .layout.grid .imagebox {
    width: 48%;
    margin: 0;
  }
  .page_test .layout.grid .imagebox .menu-top, .page_gallery .layout.grid .imagebox .menu-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .page_test .layout.grid .imagebox, .page_gallery .layout.grid .imagebox {
    width: 100%;
    margin: 0;
  }
  .page_test .layout.grid .imagebox .imagebox_inner, .page_gallery .layout.grid .imagebox .imagebox_inner {
    padding-bottom: 20px;
  }
  .page_test .layout.grid .imagebox .imagebox_inner .options, .page_gallery .layout.grid .imagebox .imagebox_inner .options {
    padding: 5px;
  }
}
.page_test .layout.grid .thumb, .page_gallery .layout.grid .thumb {
  bottom: 0;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease 0s;
}
.page_test .layout.grid .no-pe, .page_gallery .layout.grid .no-pe {
  -moz-user-select: none !important;
  pointer-events: none !important;
}
.page_test .layout.masonry .imagebox, .page_gallery .layout.masonry .imagebox {
  max-width: 300px;
  float: left;
  margin: 0 auto;
}
.page_test .layout.masonry .imagebox .menu-top, .page_gallery .layout.masonry .imagebox .menu-top {
  opacity: 0;
  display: none;
}
.page_test .layout.masonry .imagebox .imagebox_inner, .page_gallery .layout.masonry .imagebox .imagebox_inner {
  margin-bottom: 0;
}
.page_test .layout.masonry .imagebox .imagebox_inner a, .page_gallery .layout.masonry .imagebox .imagebox_inner a {
  position: relative;
  display: inline-block;
}
.page_test .layout.masonry .imagebox .imagebox_inner a .fake-image, .page_gallery .layout.masonry .imagebox .imagebox_inner a .fake-image, .page_test .layout.masonry .imagebox .imagebox_inner a::before, .page_gallery .layout.masonry .imagebox .imagebox_inner a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 236, 230, 0.01);
  z-index: 2;
}
.page_test .layout.masonry .imagebox .imagebox_inner .options, .page_gallery .layout.masonry .imagebox .imagebox_inner .options {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
}
.page_test .layout.masonry .imagebox .imagebox_inner img, .page_gallery .layout.masonry .imagebox .imagebox_inner img {
  margin-bottom: 0;
  border-color: #f9ece6;
}
.page_test .layout.masonry .imagebox:hover .menu-top, .page_gallery .layout.masonry .imagebox:hover .menu-top {
  opacity: 1;
}
.page_test .layout.masonry .imagebox:hover .imagebox_inner .options, .page_gallery .layout.masonry .imagebox:hover .imagebox_inner .options {
  opacity: 1;
}
@media (max-width: 767px) {
  .page_test .layout.masonry, .page_gallery .layout.masonry {
    text-align: center;
  }
  .page_test .layout.masonry .imagebox, .page_gallery .layout.masonry .imagebox {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    float: none;
  }
  .page_test .layout.masonry .imagebox .imagebox_inner .options, .page_gallery .layout.masonry .imagebox .imagebox_inner .options {
    opacity: 1;
    position: static;
  }
  .page_test .layout.masonry .imagebox .imagebox_inner img, .page_gallery .layout.masonry .imagebox .imagebox_inner img {
    display: block;
  }
}
@media (max-width: 500px) {
  .page_test .layout, .page_gallery .layout {
    text-align: center;
  }
  .page_test .layout .imagebox, .page_gallery .layout .imagebox {
    max-width: 100%;
    display: inline-block;
    position: relative !important;
    margin: 0 auto;
    float: none;
  }
  .page_test .layout .imagebox .imagebox_inner .options, .page_gallery .layout .imagebox .imagebox_inner .options {
    opacity: 1;
    position: static;
  }
  .page_test .layout .imagebox .imagebox_inner img, .page_gallery .layout .imagebox .imagebox_inner img {
    display: block;
  }
}
.page_test .layout.list .imagebox, .page_gallery .layout.list .imagebox {
  float: none;
  width: 100%;
  background-color: #fff;
}
.page_test .layout.list .imagebox .imagebox_inner, .page_gallery .layout.list .imagebox .imagebox_inner {
  margin-bottom: 0;
  position: relative;
}
.page_test .layout.list .imagebox .imagebox_inner .options, .page_gallery .layout.list .imagebox .imagebox_inner .options {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 200px;
}
.page_test .layout.list .imagebox .imagebox_inner img, .page_gallery .layout.list .imagebox .imagebox_inner img {
  margin-bottom: 0;
}
.page_test .layout .imagebox, .page_gallery .layout .imagebox {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.page_test .layout .imagebox.marked .imagebox_inner img, .page_gallery .layout .imagebox.marked .imagebox_inner img {
  border-color: #cfb372;
}
.page_test .layout .imagebox .options, .page_gallery .layout .imagebox .options {
  padding: 5px;
}
.page_test .layout .imagebox .options .row, .page_gallery .layout .imagebox .options .row {
  margin: 0;
}
.page_test .layout .imagebox .options .row > div, .page_gallery .layout .imagebox .options .row > div {
  padding: 0;
}
.page_test .layout .imagebox .options .row > div a, .page_gallery .layout .imagebox .options .row > div a {
  border: 0 none;
}
.page_test .layout .imagebox .options .row > div .btn, .page_gallery .layout .imagebox .options .row > div .btn {
  position: relative;
  width: auto;
}
.page_test .layout .imagebox .triangle, .page_gallery .layout .imagebox .triangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #cfb372 transparent transparent transparent;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page_test .layout .imagebox .triangle i, .page_gallery .layout .imagebox .triangle i, .page_test .layout .imagebox .triangle .fa, .page_gallery .layout .imagebox .triangle .fa {
  color: #fff;
  left: 0;
  padding: 10px 0 0 7px;
  position: absolute;
  top: -50px;
}
.page_test .layout .imagebox .comments, .page_gallery .layout .imagebox .comments {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: #cfb372 transparent transparent transparent;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page_test .layout .imagebox .comments i, .page_gallery .layout .imagebox .comments i, .page_test .layout .imagebox .comments .fa, .page_gallery .layout .imagebox .comments .fa {
  color: #fff;
  right: 0;
  padding: 10px 7px 0 0;
  position: absolute;
  top: -50px;
}
.page_test .layout .imagebox .comments .badge, .page_gallery .layout .imagebox .comments .badge {
  position: absolute;
  padding: 0;
  background-color: transparent;
  left: 6px;
  top: 22px;
  font-size: 10px;
  border-radius: 0;
}
.page_test .layout .imagebox.marked .comments, .page_gallery .layout .imagebox.marked .comments, .page_test .layout .imagebox:hover .comments, .page_gallery .layout .imagebox:hover .comments, .page_test .layout .imagebox.marked .triangle, .page_gallery .layout .imagebox.marked .triangle, .page_test .layout .imagebox:hover .triangle, .page_gallery .layout .imagebox:hover .triangle {
  opacity: 1;
}
.page_test .layout .imagebox.hasComment .comments, .page_gallery .layout .imagebox.hasComment .comments {
  opacity: 1;
}
.page_test .layout .imagebox.final .final_ribbon, .page_gallery .layout .imagebox.final .final_ribbon {
  opacity: 1;
}
.page_test .layout .imagebox .final_ribbon, .page_gallery .layout .imagebox .final_ribbon {
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
  overflow: hidden;
  width: 85px;
  height: 85px;
  text-align: right;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page_test .layout .imagebox .final_ribbon span, .page_gallery .layout .imagebox .final_ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #cfb372;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 120px;
  display: block;
  background: #f9ebe4;
  background: linear-gradient(#f9ece6 0%, #f9ebe4 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 21px;
  right: -31px;
}
.page_test .layout .imagebox .final_ribbon span::before, .page_gallery .layout .imagebox .final_ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #f9ebe4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f9ebe4;
}
.page_test .layout .imagebox .final_ribbon span::after, .page_gallery .layout .imagebox .final_ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #f9ebe4;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f9ebe4;
}
.page_test .layout .imagebox .menu-top, .page_gallery .layout .imagebox .menu-top {
  z-index: 1;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  position: absolute;
  left: 0;
  top: -20px;
}
.page_test .layout .imagebox .menu-top .name, .page_gallery .layout .imagebox .menu-top .name {
  background-color: #f7f7f7;
  border-radius: 3px 3px 0 0;
  color: #999;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_test .layout .imagebox .imagebox_inner, .page_gallery .layout .imagebox .imagebox_inner {
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
.page_test .layout .imagebox .imagebox_inner img, .page_gallery .layout .imagebox .imagebox_inner img {
  margin-bottom: 5px;
  border: 2px solid #f7f7f7;
}
.page_test .layout .imagebox .imagebox_inner img:hover, .page_gallery .layout .imagebox .imagebox_inner img:hover {
  border-color: #f9ece6;
}
/* Userliste Layout
 *****************************  */
.userlist {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9;
  background: none rgba(63, 58, 54, 0.5);
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.userlist.in {
  bottom: 0;
}
.userlist .count_wrap, .userlist .userlist_ajax_wrap, .userlist .sendtoadmin_wrap {
  display: inline-block;
  vertical-align: top;
  height: 70px;
}
.userlist .count_wrap {
  padding: 10px;
  width: 5%;
}
.userlist .count_wrap .count {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
}
.userlist .userlist_ajax_wrap {
  width: 80%;
}
.userlist .userlist_ajax_wrap .imagebox {
  display: inline-block;
}
.userlist .userlist_ajax_wrap .imagebox .imagebox_inner {
  padding: 10px 5px;
}
.userlist .userlist_ajax_wrap .imagebox .imagebox_inner img {
  border: 2px solid #fff;
}
.userlist .userlist_ajax_wrap .imagebox .imagebox_inner:hover img, .userlist .userlist_ajax_wrap .imagebox .imagebox_inner:focus img {
  border: 2px solid #f9ece6;
}
.userlist .sendtoadmin_wrap {
  width: 12%;
  text-align: center;
}
.userlist .sendtoadmin_wrap .sendtoadmin {
  padding: 25px 0 0 0;
}
@media (max-width: 700px) {
  .userlist .userlist_ajax_wrap {
    width: 52%;
  }
  .userlist .sendtoadmin_wrap {
    width: 40%;
  }
}
.commentbox {
  padding: 0;
}
.commentbox .arrow_box {
  position: relative;
  background: #f9ece6;
  border: 1px solid #cfb372;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.commentbox .arrow_box:after, .commentbox .arrow_box:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
}
.commentbox .arrow_box.right:after, .commentbox .arrow_box.right:before {
  right: 100%;
}
.commentbox .arrow_box.right:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f9ece6;
  border-width: 15px;
  margin-top: -15px;
}
.commentbox .arrow_box.right:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #cfb372;
  border-width: 16px;
  margin-top: -16px;
}
.commentbox .arrow_box.left:after, .commentbox .arrow_box.left:before {
  left: 100%;
}
.commentbox .arrow_box.left:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f9ece6;
  border-width: 15px;
  margin-top: -15px;
}
.commentbox .arrow_box.left:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #cfb372;
  border-width: 16px;
  margin-top: -16px;
}
.commentbox .arrow_box .comment {
  padding-left: 5px;
}
.selections.empty {
  display: none;
}
.selections .btn-items {
  position: relative;
}
.selections .btn-items span {
  opacity: 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 1;
  position: absolute;
  right: -10px;
  top: -20px;
  padding: 2px 4px 4px 4px;
  cursor: pointer;
  background: #ed7171;
  line-height: 5px;
  font-size: 10px;
}
.selections .btn-items:hover span {
  opacity: 1;
  right: -8px;
  top: -12px;
}
.fancybox-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 236, 230, 0.01);
  z-index: 2;
}
.fancybox-button--star .fa {
  color: #d30000;
}
.fancybox-button--comment .fa {
  color: #d30000;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.gallery-choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-choose .item--view {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 50%;
}
.gallery-choose .item--view.last {
  min-width: 100%;
}
.gallery-choose .item--view .item--view--inner {
  background: none center center / cover transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.gallery-choose h1, .gallery-choose h2, .gallery-choose h3, .gallery-choose h4, .gallery-choose h5 {
  font-family: 'STSans ExCd Rg', Arial, Sans-serif;
  font-size: 60px;
  line-height: 42px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.gallery-choose p {
  color: #fff;
  margin-top: 20px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.gallery-choose .btn {
  transition: all 0.5s;
  border: 1px solid #f9ece6;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 20px;
  text-shadow: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.gallery-choose .btn:hover {
  border-color: #fff;
  background-color: #f9ece6;
  color: #000;
}
.card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 50px auto 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card.card-container {
  max-width: 350px;
  padding: 40px 40px;
}
.card.card-register {
  max-width: 800px;
  padding: 40px 40px;
}
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d2d2d2;
  text-align: center;
}
.profile-img-card i {
  padding: 10px;
}
/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}
.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin #inputEmail, .form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}
.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.forgot-password {
  color: #6891a2;
}
.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
  color: #0c6121;
}
/* ==========================================================================
 Page: video_upload
 ========================================================================== */
.fullprogressbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.fullprogressbar .progress {
  display: none;
  border-radius: 0;
  height: 7px;
  overflow: inherit;
  margin: 0;
  background-color: #333;
}
.fullprogressbar .progress .progress-bar .percent {
  position: relative;
  top: 10px;
  color: #ff6b4c;
  text-align: right;
  display: none;
}
.fullprogressbar .progress .progress-bar .percent .text {
  font-size: 28px;
  font-weight: 700;
}
.fullprogressbar .progress .progress-bar .percent .symbol {
  font-size: 28px;
  font-weight: 300;
}
