a,
a:hover,
a:active,
a:visited {
  text-decoration: none; }

h1 {
  color: #AF0917;
  margin-bottom: 20px; }

/*
h1 i.fa,
h2 i.fa,
h3 i.fa {
  float: right;
  margin-right: 10px;
}*/
h1 i.fa + span,
h2 i.fa + span,
h3 i.fa + span {
  margin-left: 5px; }

.header {
  overflow: hidden;
  background-color: #E2001A;
  padding: 0;
  box-shadow: 0 0 10px 0 #666; }

.logo .input-lg {
  height: 30px; }

.logo {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 0 0 10px 0 #FFF; }

.logo a {
  color: #58585A; }

.phone {
  color: #E2001A;
  font-size: 20px; }

.logo ul.nav-pills {
  margin-top: 20px; }

.logo ul.nav-pills li {
  float: right; }

.logo ul.nav-pills li a {
  border-bottom: 3px solid #58585A;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0 5px; }

h1 i.fa,
h2 i.fa {
  margin: 5px;
  font-size: 16px; }

#bg_pattern {
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATklEQVQYV2NkYGAwZmBgOMuAACA+CKCIMSIpADGRNaEYgKwQ3WQUjTCF6CYhWw2WAynEpgjmIpg7jUlSiM0TWK2GWUOUZ7ApxggeogIcABHJFtfoX9tJAAAAAElFTkSuQmCC) repeat;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEqRgDDwAAAABJRU5ErkJggg==) repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQYV2NkIAIwEqHmPyFF/xkYGBgJKQJbhEsR2ASYU7ApQlGAzyQU/yCbhGECunU4FYAUAgBp4wYJDzYgLgAAAABJRU5ErkJggg==) repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaElEQVQYV12PUQ2AQAxD32SADZCBDmwQbKADGWADZBwpbMvCfW1Z+9ozYABOvrcAG3D73swHiSZg9b0DLsBCIOdeSA3oRZJAx3CKdMgZJA3CZSYw1k6pjMx/pxBkZvnN20kCHStprp0eilwX0w7FFEcAAAAASUVORK5CYII=) repeat;
  position: absolute;
  opacity: 0.0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  /*z-index: -1;*/
  transition: all 2s ease;
  background-color: #12000f;
  background-image: url("http://www.transparenttextures.com/patterns/ice-age.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */ }

#bg_pattern:hover {
  opacity: 0.3; }

.breadcrumb {
  /*border: 3px solid #e2001a;*/ }

.logoWrapper {
  position: relative; }

.shadowWrapper {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin: 0 -15px;
  padding-bottom: 10px; }

@keyframes ZoomImage {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  10% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  70% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); } }

.header img {
  position: relative;
  width: 100%;
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-backface-visibility: hidden;
  /*-webkit-filter: blur(1px);*/
  -webkit-animation: ZoomImage 13s ease infinite;
  -moz-animation: ZoomImage 13s ease infinite;
  animation: ZoomImage 13s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 52%; }
  50% {
    background-position: 100% 49%; }
  100% {
    background-position: 0% 52%; } }

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 52%; }
  50% {
    background-position: 100% 49%; }
  100% {
    background-position: 0% 52%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 52%;
    background-color: red; }
  50% {
    background-position: 100% 49%;
    background-color: orange; }
  100% {
    background-position: 0% 52%;
    background-color: yellow; } }

.gradient {
  background: linear-gradient(142deg, #e2001a, #f9ca09, #790e11);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 6s ease infinite;
  -moz-animation: AnimationName 6s ease infinite;
  animation: AnimationName 6s ease infinite; }

.gradient2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,ffff00+25,ff9900+50,ffff00+75,ff0000+100 */
  background: red;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, red 0%, yellow 25%, #ff9900 50%, yellow 75%, red 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, red 0%, yellow 25%, #ff9900 50%, yellow 75%, red 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, red 0%, yellow 25%, #ff9900 50%, yellow 75%, red 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: 600% 600%;
  -webkit-animation: AnimationName 6s ease infinite;
  -moz-animation: AnimationName 6s ease infinite;
  animation: AnimationName 6s ease infinite;
  tansistion: all; }

.header img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  /*-webkit-filter: blur(0px);*/
  /*
  margin-left: -50px;
  margin-top: -50px;
  margin-right: 50px;
  margin-bottom: 50px;
  */ }

.container-fluid,
.container {
  background-color: white;
  box-shadow: 0 0 10px 0 #333;
  margin-bottom: 20px; }

.container-fluid.nomargin,
.container.nomargin {
  margin-bottom: 0; }

.overlayImage {
  /*border: 5px solid #AF0917;*/
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  /*transform: skew(-5deg, 0deg);*/
  -webkit-backface-visibility: hidden; }

.thumbnail .overlayImage .overlay {
  position: absolute;
  bottom: 0;
  right: -30px;
  transition: all 0.2s ease; }

.thumbnail .overlayImage .caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  background-color: #AF0917;
  color: white;
  z-index: 4;
  font-size: 20px;
  width: 100%;
  padding: 5px;
  text-align: center; }

.thumbnail:hover .overlayImage .caption {
  background-color: #AF0917; }

.thumbnail:hover .overlayImage .overlay {
  transform: scale(1.1);
  right: -24px; }

.thumbnail .overlayImage img {
  transition: all 0.2s ease;
  /*transform: skew(0deg, 0deg) scale(1.1);*/
  transform: scale(1);
  -webkit-backface-visibility: hidden; }

.thumbnail:hover .overlayImage img {
  transform: scale(1.1); }

.thumbnail {
  transition: all 0.5s ease;
  /*background-color: #E2001A;*/
  cursor: pointer;
  border: 0px solid black;
  margin-bottom: 0;
  /*border-top: 1px dashed #790E11;*/ }

.news h1 {
  text-align: left;
  background-color: #f5f5f5;
  font-size: 24px;
  padding: 4px;
  text-transform: uppercase;
  color: #AF0917;
  margin: 0 0 10px 0; }

nav.right h3,
.news h3 {
  font-size: 20px; }

.news h3 {
  min-height: 42px; }

.thumbnail:hover {
  /*background-color: #AF0917;*/
  /*background-color: #790E11;*/ }

.thumbnail h3,
.thumbnail h5 {
  transition: all 0.5s ease;
  margin-top: 10px; }

.thumbnail i {
  transition: all 0.5s ease; }

.thumbnail:hover h3,
.thumbnail:hover h5 {
  color: #AF0917; }

.thumbnail .more {
  text-align: right; }

.thumbnail .meta {
  margin-bottom: 5px; }

.thumbnail .caption > i {
  float: right;
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 30px; }

.thumbnail:hover i {
  color: #AF0917;
  right: -5px; }

.thumbnail .btn {
  float: right; }

body {
  /*background-color: #333;*/
  background-color: #999;
  -webkit-backface-visibility: hidden;
  font-family: 'Ubuntu Condensed', sans-serif;
  max-width: 1400px;
  margin: 0px auto;
  padding: 20px;
  font-size: 18px; }

@media (max-width: 1400px) {
  body {
    padding: 20px; } }

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

#custom-search-input {
  padding: 3px;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5); }

#custom-search-input input {
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0); }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 23px; }

.news h1 {
  color: #AF0917; }

@media (max-width: 767px) {
  .logo {
    padding: 10px; }
  .shadowWrapper {
    position: relative; }
  nav.right {
    max-width: 400px;
    margin: auto; }
  .thumbnail .caption {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px; } }

@media (max-width: 500px) {
  body {
    padding: 0px; }
  .hamburger {
    top: 10px !important; }
  .container-fluid {
    margin-bottom: 0; } }

body {
  position: relative;
  overflow-x: hidden; }

body,
html {
  height: 100%; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 240px; }

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#wrapper.toggled #sidebar-wrapper {
  width: 220px; }

#page-content-wrapper {
  width: 100%; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -240px; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  width: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }

.sidebar-nav-wrapper {
  top: 0;
  position: absolute;
  padding: 100px 10px;
  width: 240px;
  height: 100%;
  pointer-events: none; }

.sidebar-nav-wrapper > * {
  pointer-events: all; }

.sidebar-nav li {
  position: relative;
  line-height: 26px;
  display: inline-block;
  width: 100%; }

.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in; }

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
  -moz-transition: width .2s ease-in;
  -ms-transition: width .2s ease-in;
  transition: width .2s ease-in; }

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px; }

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px; }

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none; }

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  /*
  position: fixed;
  top: 20px;
  z-index: 999;
  */
  position: relative;
  top: 20px;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none; }

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  max-width: 35px; }

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a; }

.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px; }

.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a; }

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }

.hamburger.is-open .hamb-middle {
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); }

.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out; }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.wrapper > .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 1; }

.card {
  overflow: hidden; }
  .card .title {
    color: #AF0917; }
  .card img {
    width: 100%;
    height: auto; }

.card-container.columns-4 {
  margin-right: -10px; }
  .card-container.columns-4 .pimcore_area_content {
    display: inline; }
    .card-container.columns-4 .pimcore_area_content .card {
      vertical-align: top;
      display: inline-block;
      width: calc((100% - 60px) / (4));
      margin-right: 10px; }
      .card-container.columns-4 .pimcore_area_content .card .image {
        max-width: 100%; }
        .card-container.columns-4 .pimcore_area_content .card .image img {
          width: 100%;
          height: auto; }

.content {
  padding: 20px 0; }
  @media (min-width: 678px) {
    .content {
      padding: 20px; } }
  .content .row > div[class^="col-"] {
    padding-bottom: 20px; }

footer {
  padding: 20px 0;
  color: white;
  background-color: #444;
  margin: 0 -15px; }
  footer a,
  footer a:hover,
  footer a:active,
  footer a:visited {
    color: white; }
  footer.content {
    padding: 20px;
    background-image: url(/static/img/Berge-weiss.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 260px; }
    @media (max-width: 678px) {
      footer.content {
        padding-bottom: 100px; } }
  footer img {
    width: 100%;
    height: auto; }
  footer ul.nav-pills.nav-stacked a {
    color: white;
    border-bottom: 0px solid white;
    text-align: right; }
  footer ul.nav-pills.nav-stacked a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid white; }
  footer h3 {
    text-transform: uppercase; }

.image-area .title {
  color: #AF0917; }

.image-area img {
  width: 100%;
  height: auto; }

.image-area img.overlay {
  width: auto; }

/*
.pswp__top-bar {
  background-image: url(/static/img/Berge-weiss.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
*/
table {
  border: 2px solid #eee;
  border-radius: 5px; }
  table th,
  table td {
    border: 0px solid white;
    padding: 10px; }
  table th {
    background-color: #333;
    color: white;
    font-weight: bold; }
  table tr {
    background-color: #eee; }
  table tr:nth-child(2n) {
    background-color: transparent; }

ul.nav-pills.nav-stacked a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  width: 25px;
  height: auto;
  transition: 1s all;
  margin-right: 10px; }

ul.nav-pills.nav-stacked li.active > a img,
ul.nav-pills.nav-stacked a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg); }

ul.nav-pills.nav-stacked li.active > a a,
ul.nav-pills.nav-stacked a {
  background: none;
  color: grey;
  transition: 2s all;
  padding: 2px;
  border-bottom: 1px solid #eee;
  border-radius: 0; }

ul.nav-pills.nav-stacked li.active > a,
ul.nav-pills.nav-stacked a:hover {
  color: #AF0917;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #AF0917; }

ul.nav-pills:not(.nav-stacked) li a:hover {
  border-bottom: 3px solid #E2001A;
  padding: 10px 15px;
  margin: 0 0px;
  background-color: rgba(255, 255, 255, 0.5); }

nav.main h2 {
  text-align: left;
  background-color: #f5f5f5;
  font-size: 20px;
  padding: 4px;
  text-transform: uppercase;
  color: #AF0917;
  margin: 0 0 10px 0; }

nav.right h2 {
  text-align: left;
  background-color: #f5f5f5;
  font-size: 20px;
  padding: 4px;
  text-transform: uppercase;
  color: #AF0917;
  margin: 0 0 10px 0; }

nav.right > div {
  margin-bottom: 20px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav li {
  display: block; }
  nav li li {
    margin-left: 20px; }
  nav li ul {
    display: none;
    margin: 10px 0 20px; }

nav li.active ul {
  display: block; }

nav a {
  display: block;
  padding: 6px 12px;
  text-decoration: none; }

footer a > img {
  display: none; }

.video-169 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-169 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news .text {
  margin: 20px 0; }
  .news .text p {
    margin: 20px 0; }
  .news .text ul {
    margin: 20px 0;
    list-style-type: none; }
  .news .text ul li::before {
    content: "\f105";
    margin-right: 5px;
    font-family: 'FontAwesome'; }

.news .thumbnail {
  overflow: hidden; }

.alertlist {
  margin: 0 10px; }
  .alertlist .type {
    margin-bottom: 5px; }
    .alertlist .type i {
      color: #aaa;
      margin-right: 10px; }
  .alertlist .date {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px; }
    .alertlist .date i {
      margin-right: 10px; }
