/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16.12.2013, 16:47:50
    Author     : Michael Schumacher
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.12.2013, 12:23:05
    Author     : Michael Schumacher
*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap');*/
@import url('open-sans-condensed.css');
@import url('roboto-condensed.css');
* {
  font-family: "Open Sans Condensed", sans-serif !important;
}

.fa {
  font-family: 'FontAwesome' !important;
}

/* line 17, ../sass/dropnav.scss */
.nav-holder {
  background: #962105;
  width: 100%;
}

/* line 22, ../sass/dropnav.scss */
.nav-container {
  width: 100%;
  /*z-index: 200;*/
  background: #962105;
}
/* line 27, ../sass/dropnav.scss */
.nav-container > .goldline {
  height: 6px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffde95;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFDE95', endColorstr='#FFFEDD93');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGU5NSIvPjxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjZmZlZWFlIi8+PHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiNmZGQ0OTEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyZGFiMCIvPjxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZjFkN2E3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVkZDkzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffde95), color-stop(11%, #ffeeae), color-stop(23%, #fdd491), color-stop(50%, #f2dab0), color-stop(73%, #f1d7a7), color-stop(100%, #fedd93));
  background-image: -webkit-linear-gradient(left, #ffde95 0%, #ffeeae 11%, #fdd491 23%, #f2dab0 50%, #f1d7a7 73%, #fedd93 100%);
  background-image: -moz-linear-gradient(left, #ffde95 0%, #ffeeae 11%, #fdd491 23%, #f2dab0 50%, #f1d7a7 73%, #fedd93 100%);
  background-image: -o-linear-gradient(left, #ffde95 0%, #ffeeae 11%, #fdd491 23%, #f2dab0 50%, #f1d7a7 73%, #fedd93 100%);
  background-image: linear-gradient(left, #ffde95 0%, #ffeeae 11%, #fdd491 23%, #f2dab0 50%, #f1d7a7 73%, #fedd93 100%);
}

/* line 40, ../sass/dropnav.scss */
#nav {
  width: 100%;
  /* 1000 */
  font-weight: 400;
  text-align: center;
  /*position: absolute;*/
  margin-top: 45px;
}

/* line 50, ../sass/dropnav.scss */
#nav > a {
  display: none;
}

/* line 55, ../sass/dropnav.scss */
#nav li {
  position: relative;
  padding-bottom: 0;
}

/* line 60, ../sass/dropnav.scss */
#nav li a {
  color: #fff;
  display: block;
}

/* line 65, ../sass/dropnav.scss */
#nav li a:active {
  /*background-color: #fff !important;*/
}

/* line 70, ../sass/dropnav.scss */
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  /* 5 */
  border-bottom: none;
  border-top-color: white;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
  /* 5 */
}

/* first level */
/* line 86, ../sass/dropnav.scss */
#nav > ul {
  height: 1.75em;
  /* 60 */
  background-color: #015991;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 5px;
}

/* line 95, ../sass/dropnav.scss */
#nav > ul > li {
  /*width: 25%;*/
  height: 100%;
  /*float: left;*/
  display: inline-block;
  padding-bottom: 0;
}

/* line 103, ../sass/dropnav.scss */
#nav > ul > li > a {
  height: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  /*font-family: "Roboto Condensed", sans-serif;*/
  font-size: 1.125em;
  /* 18 */
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 113, ../sass/dropnav.scss */
#nav > ul > li > a span {
  font-family: "Open Sans Condensed", sans-serif;
  /*font-family: "Roboto Condensed", sans-serif;*/
}

/* line 118, ../sass/dropnav.scss */
#nav > ul > li:not(:last-child) {
  /*background: url('../images/nav/border.png') no-repeat right -10px;*/
}

/* line 123, ../sass/dropnav.scss */
#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
  color: #fad69a;
}

/* line 127, ../sass/dropnav.scss */
#nav > ul > li.current > a {
  color: #fad69a;
}

/* second level */
/* line 135, ../sass/dropnav.scss */
#nav li ul {
  /*background-color: $secondLevelBg;*/
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  /*background: url('../images/nav/pfeil-oben.png') no-repeat 15px 4px;*/
  padding-top: 8px;
  z-index: 20;
}

/* line 145, ../sass/dropnav.scss */
#nav li ul li {
  background-color: white;
}

/* line 149, ../sass/dropnav.scss */
#nav li:hover ul {
  display: block;
  /*    left: 0;
      right: 0;*/
}

/* line 155, ../sass/dropnav.scss */
#nav li:not(:first-child):hover ul {
  left: -1px;
}

/* line 159, ../sass/dropnav.scss */
#nav li ul a {
  font-size: 1em;
  /* 16 */
  padding: 0.5em;
  /* 15 (20) */
  letter-spacing: 0.1em;
  line-height: 200%;
  color: #015991;
}

/* line 167, ../sass/dropnav.scss */
#nav li ul li:not(:first-child) a {
  border-top: 1px solid #015991;
}

/* line 172, ../sass/dropnav.scss */
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  /*background-color: #B64E35;*/
  /*@include opacity(0.7);*/
}

/* line 177, ../sass/dropnav.scss */
.sticky {
  position: fixed;
  top: 0px;
  z-index: 200;
}

/*@media only screen and ( max-width: 62.5em )  1000
{
    #nav
    {
        width: 100%;
        position: static;
    }
}*/
@media only screen and (max-width: 40em) {
  /* line 195, ../sass/dropnav.scss */
  #nav {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 25px;
  }

  /* line 202, ../sass/dropnav.scss */
  #nav > a {
    width: 3.125em;
    /* 50 */
    height: 3.125em;
    /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: white;
    position: relative;
    color: #fff;
  }

  /* line 213, ../sass/dropnav.scss */
  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }

  /* line 222, ../sass/dropnav.scss */
  #nav > a:after {
    top: 60%;
  }

  /* line 228, ../sass/dropnav.scss */
  #nav:not(:target) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }

  /* line 232, ../sass/dropnav.scss */
  #nav > ul.menu {
    z-index: 120;
    border: 1px solid #ffde95;
  }

  /* first level */
  /* line 240, ../sass/dropnav.scss */
  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #015991;
    margin-top: 0;
  }

  /* line 250, ../sass/dropnav.scss */
  #nav:target > ul {
    display: block;
  }

  /* line 254, ../sass/dropnav.scss */
  #nav > ul > li {
    width: 100%;
    float: none;
  }

  /* line 259, ../sass/dropnav.scss */
  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0.3em 0.833em;
    /* 20 (24) */
    color: #fff;
  }

  /* line 266, ../sass/dropnav.scss */
  #nav > ul > li:not(:last-child) > a {
    border-right: none;
    border-bottom: 1px solid #ffde95;
  }

  /* second level */
  /* line 275, ../sass/dropnav.scss */
  #nav li ul {
    position: static;
    padding: 0 1.25em;
    /* 20 */
    background: transparent;
  }

  /* line 281, ../sass/dropnav.scss */
  #nav li ul a {
    padding: 0.1em;
  }
}
/* line 18, ../sass/global.scss */
* {
  /*font-family: "Cambria" !important;*/
}

/* line 22, ../sass/global.scss */
body {
  background: white url("../images/_global/bg-header.png") repeat-x;
}

/* line 26, ../sass/global.scss */
div {
  position: relative;
}

/* line 30, ../sass/global.scss */
.clear {
  float: none;
  clear: both;
}

/* line 36, ../sass/global.scss */
input,
textarea {
  margin-left: 0 !important;
}

/* line 40, ../sass/global.scss */
header {
  padding: 40px 0;
}
/* line 43, ../sass/global.scss */
header ul.menu {
  margin-top: 46px;
}
/* line 46, ../sass/global.scss */
header ul.menu > li {
  margin: 0 15px;
}
/* line 50, ../sass/global.scss */
header ul.menu li {
  /*display: inline-block;*/
  /*margin: 0 15px;*/
}
/* line 54, ../sass/global.scss */
header ul.menu li a {
  color: #fff;
  font-size: 20px;
}

/* line 62, ../sass/global.scss */
.slideholder {
  border: 11px solid #fffbdd;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

/* line 67, ../sass/global.scss */
.portal .royalSlider {
  width: 958px;
  height: 578px !important;
}
/* line 73, ../sass/global.scss */
.portal .royalSlider .slideContent .content {
  position: absolute;
  /*bottom: 345px;*/
  top: 35px;
  /*left: 30px;*/
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 79, ../sass/global.scss */
.portal .royalSlider .slideContent h2 {
  background: url("../images/_global/bg-slider-h2.png");
  font-size: 48px;
  color: #fffbdd;
  /*font-variant: small-caps;*/
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 89, ../sass/global.scss */
.portal .royalSlider .slideContent p.text {
  background: url("../images/_global/bg-slider-text.png");
  font-size: 20px;
  padding: 5px 10px;
  color: #015991;
  display: inline-block;
}
.portal .royalSlider .slideContent .content a.read {
  display: inline-block;
}
/* line 97, ../sass/global.scss */
.portal .royalSlider .rsArrow {
  display: block !important;
}

/* line 102, ../sass/global.scss */
body.portal footer {
  margin-top: -120px;
}

/* line 107, ../sass/global.scss */
.layout .slideholder .stoerer {
  position: absolute;
  top: -29px;
  right: -29px;
  z-index: 10;
}
/* line 113, ../sass/global.scss */
.layout .slideholder .stoerer .text {
  position: absolute;
  top: 75px;
  left: 170px;
  width: 320px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* line 125, ../sass/global.scss */
.layout .royalSlider {
  width: 958px;
  height: 378px !important;
}
/* line 130, ../sass/global.scss */
.layout section.row {
  /*padding-bottom: 25px;*/
}

/* line 136, ../sass/global.scss */
.row.content {
  z-index: 10;
}

/* line 140, ../sass/global.scss */
section.news {
  height: 430px;
  padding: 11px;
  background: #fffbdd;
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
/* line 148, ../sass/global.scss */
section.news a {
  color: #015991;
}
/* line 152, ../sass/global.scss */
section.news .news_img_holder {
  display: inline-block;
  font-size: 0;
  position: relative;
}
/* line 157, ../sass/global.scss */
section.news .news_img_holder .news_img {
  max-height: 232px;
}
/* line 161, ../sass/global.scss */
section.news .news_img_holder .arrow {
  position: absolute;
  top: 206px;
  left: 50%;
  margin-left: -25px;
}
/* line 169, ../sass/global.scss */
section.news h3 {
  font-size: 24px;
  text-transform: uppercase;
}

/* line 175, ../sass/global.scss */
footer {
  z-index: 5;
  border-top: 5px solid #fffbdd;
  /*margin-top: -120px;*/
}
/* line 180, ../sass/global.scss */
footer.mt {
  margin-top: -120px;
}
/* line 183, ../sass/global.scss */
footer.mt .line1 {
  padding-top: 110px;
}
/* line 188, ../sass/global.scss */
footer .row {
  text-align: center;
}
/* line 192, ../sass/global.scss */
footer .line1 {
  background: #015991;
  padding: 25px 0;
}
/* line 196, ../sass/global.scss */
footer .line1 .row img {
  margin-top: 25px;
}
/* line 201, ../sass/global.scss */
footer .line2 {
  background: #30302f;
}
/* line 204, ../sass/global.scss */
footer .line2 .row {
  padding: 15px 0;
  color: #adadac;
  font-size: 15px;
}
/* line 211, ../sass/global.scss */
footer ul.bottomMenu {
  margin-top: 20px;
}
/* line 213, ../sass/global.scss */
footer ul.bottomMenu li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
/* line 218, ../sass/global.scss */
footer ul.bottomMenu li:last-child {
  border-right: none;
}
/* line 222, ../sass/global.scss */
footer ul.bottomMenu li a {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #fff;
}

/* line 232, ../sass/global.scss */
#contents {
  padding: 25px 63px;
}
/* line 235, ../sass/global.scss */
#contents h1 {
  font-size: 38px;
  margin: 15px 0;
}
/* line 240, ../sass/global.scss */
#contents h2 {
  font-size: 21px;
  font-style: italic;
  margin: 15px 0;
  line-height: 150%;
}
/* line 247, ../sass/global.scss */
#contents .text {
  /*color: #015991;*/
  color: #000;
  margin: 15px 0;
}
/* line 252, ../sass/global.scss */
#contents .highlight-text {
  font-size: 20px;
  padding: 22px 24px;
  background: #dcd3c0;
  margin: 15px 0;
}

/* line 260, ../sass/global.scss */
#sidebar {
  margin-top: 50px;
}
/* line 264, ../sass/global.scss */
#sidebar .side-img,
#sidebar .side-zoom-img {
  border: 3px solid #dcd3c0;
}

/* line 271, ../sass/global.scss */
.downloads li,
.links li {
  background: #015991 url("../images/_global/arrow-links.png") no-repeat top right;
  height: 35px;
  padding-right: 50px;
  padding-left: 15px;
  line-height: 35px;
  margin-bottom: 15px;
}
/* line 279, ../sass/global.scss */
.downloads li a,
.links li a {
  color: #fff;
}

/* NyroModal ******************************************************************************************/
/* line 286, ../sass/global.scss */
.nyroModalCont {
  border: 20px solid #fffbdd;
  box-sizing: content-box;
  z-index: 300;
}

/* line 292, ../sass/global.scss */
.nyroModalBg {
  z-index: 299;
}

/* line 296, ../sass/global.scss */
.nyroModalCloseButton {
  z-index: 310;
}

/* line 300, ../sass/global.scss */
a.nyro {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

/* ------------------------------------------------------------------------------------ */
/* line 306, ../sass/global.scss */
#map {
  padding-bottom: 25px;
}

/* line 310, ../sass/global.scss */
#map_canvas {
  width: 100%;
  height: 460px;
  border: 1px solid #b0aeaa;
}

/* line 316, ../sass/global.scss */
#directionsPanel {
  width: 100%;
  margin-top: 10px;
}

/* line 321, ../sass/global.scss */
#map input {
  background: #fff;
  border: 1px solid #b0aeaa;
}

/* line 326, ../sass/global.scss */
#map input.submit {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  border: none;
  padding: 6px;
  cursor: pointer;
}

/* line 336, ../sass/global.scss */
#map input.text_field {
  /*border: 1px solid #ccc;*/
  width: 100%;
  height: 27px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 16px;
}

/* line 345, ../sass/global.scss */
#map_route {
  /*position: absolute;
  top: 331px;
  left: 0;*/
  background: white;
  width: 100%;
  height: 36px;
  padding-top: 5px;
  padding-left: 5px;
  /*border-top: 1px solid #b0aeaa;
  border-right: 1px solid #b0aeaa;*/
  color: #000;
}

/* line 359, ../sass/global.scss */
#map_route table {
  width: 100%;
}

/* line 363, ../sass/global.scss */
#map_route td {
  margin: 0;
  padding: 0;
}

/* line 368, ../sass/global.scss */
#directionsPanel {
  margin: 0 3px;
}

#form-kontakt .check input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.cat-text {
	font-size: 20px;
}

.home p b {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.home p {
	font-size: 18px;
}

.home p a {
	color: #fff;
	border-bottom: 1px solid;
}