@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/*  HOLB  */
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}
.sidebars {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 50px;
  height: auto;
  z-index: 9;
}
.sidebars .icon {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  transition: 250ms ease;
  -webkit-transition: 250ms ease;
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
}
.sidebars .icon.facebook {
  background: #4267B2;
  color: #fff;
}
.sidebars .icon:hover {
  transition: 250ms ease;
  -webkit-transition: 250ms ease;
}
.sidebars .icon:hover.facebook {
  color: #4267B2;
  background: #fff;
}
body.home #contents {
  position: relative;
}
body.home #contents:before {
  content: '';
  position: absolute;
  left: -190px;
  top: 20px;
  background: url(/fileadmin/img/lines-gruen-bg.svg) no-repeat;
  width: 500px;
  height: 690px;
  z-index: 0;
}
@media (max-width: 1024px) {
  body.home #contents:before {
    display: none;
  }
}
#contents article {
  position: relative;
  z-index: 1;
}
#menu {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  transition: 250ms;
  -webkit-transition: 250ms;
}
@media (max-width: 991px) {
  #menu {
    position: relative;
  }
}
body.scroll #menu {
  position: fixed;
  transition: 250ms;
  -webkit-transition: 250ms;
}
body.scroll #menu #logo {
  margin-top: 2px;
  transition: margin 200ms ease;
  -webkit-transition: margin 200ms ease;
}
body.scroll #menu #logo img {
  height: 85px;
  transition: height 200ms ease;
  -webkit-transition: height 200ms ease;
}
@media (max-width: 991px) {
  body.scroll #menu {
    position: relative;
  }
  body.scroll #menu #logo {
    margin-top: -20px;
  }
  body.scroll #menu #logo img {
    height: 105px;
  }
}
body.weather .fancybox-slide--iframe .fancybox-content {
  height: 81% !important;
  width: 70% !important;
}
.header {
  margin-bottom: -3em;
  text-align: left;
}
.header h1 {
  margin-bottom: 7px;
  position: relative;
}
@media (max-width: 534px) {
  .header h1 {
    font-size: 180%;
  }
}
.header h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #48b19b;
  width: 55%;
  height: 5px;
}
@media (max-width: 534px) {
  .header h2 {
    font-size: 160%;
  }
}
@media (max-width: 534px) {
  .header h3 {
    font-size: 140%;
  }
}
@media (max-width: 534px) {
  .header h4 {
    font-size: 120%;
  }
}
.specialheader {
  display: block;
}
.noLink {
  text-decoration: none !important;
}
.align_center,
.align-center,
.align-1 {
  text-align: center;
}
.align_right,
.align-right,
.align-2 {
  text-align: right;
}
.clearfix {
  clear: both;
}
html,
body {
  height: 100%;
  font-size: 1em;
}
html.noscrolling,
body.noscrolling {
  overflow: hidden;
}
input {
  outline: none;
}
/*ul {
	li {
		list-style: none;
		position: relative;
		&:before {
		    content: "\e006";
		    font-family: 'Glyphicons Halflings';
		    font-size: 70%;
		    position: absolute;
		    top: 50%;
		    left: -20px;
		    transform: translateY(-50%);
		}
	}
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
h1.sub,
h2.sub,
h3.sub,
h4.sub,
h5.sub,
h6.sub {
  margin-top: 0;
  font-size: 130%;
}
h1 {
  color: #173f73;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  h1 {
    font-size: 200%;
  }
}
@media (max-width: 534px) {
  h1 {
    font-size: 180%;
  }
}
h2 {
  color: #173f73;
}
@media (max-width: 534px) {
  h2 {
    font-size: 160%;
  }
}
h3 {
  color: #173f73;
}
@media (max-width: 534px) {
  h3 {
    font-size: 160%;
  }
}
h4 {
  color: #173f73;
}
@media (max-width: 534px) {
  h4 {
    font-size: 120%;
  }
}
h5 {
  color: #173f73;
}
h6 {
  color: #173f73;
}
header h2.sub {
  font-family: 'Kaushan Script', cursive;
  font-weight: normal;
  color: #48b19b;
  font-size: 220%;
}
body {
  font-family: 'Raleway', sans-serif;
  color: #000000;
  background: #efefef;
  font-weight: normal;
}
a {
  color: #000000;
  text-decoration: underline;
  border: none;
  outline: none;
}
a:hover {
  color: #000000;
}
a:focus {
  border: none;
  outline: none;
}
p {
  margin: 0;
}
#contents p {
  margin: 0.5em 0;
}
@keyframes blink {
  from {
    background: #76b1d2;
  }
  to {
    background: #3881aa;
  }
}
@-webkit-keyframes blink {
  from {
    background: #76b1d2;
  }
  to {
    background: #3881aa;
  }
}
#header {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
#header ul.justify {
  text-align: justify;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 90px;
  font-size: 14px;
}
@media (max-width: 1210px) {
  #header ul.justify {
    font-size: 18px;
  }
}
#header ul.justify:after {
  content: '';
  width: 100%;
  display: inline-block;
  height: 0;
  line-height: 0;
}
#header ul.justify li {
  /*position: relative;*/
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#header ul.justify li.mainMenu {
  position: initial;
}
#header ul.justify li#suche {
  line-height: 90px;
  font-size: 140%;
}
#header ul.justify li#suche a.searchicon {
  display: inline-block;
  background: #48b19b;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  transition: 250ms ease;
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.5);
}
#header ul.justify li#suche a.searchicon:hover {
  transition: 250ms ease;
  background: #398d7b;
  box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.5);
}
#contacts {
  position: relative;
  height: 35px;
  background: #48b19b;
  color: #fff;
  line-height: 35px;
  text-align: right;
}
@media (max-width: 600px) {
  #contacts {
    font-size: 120%;
  }
  #contacts span {
    display: none;
  }
}
#contacts span {
  margin: 0 0 0 5px;
}
#contacts a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 10px;
  display: inline-block;
}
#contacts .language {
  margin: 0 10px 0 0;
  display: none;
  position: relative;
  z-index: 10;
}
@media (max-width: 1210px) {
  #contacts .language {
    display: inline-block;
  }
  #contacts .language.active {
    display: none;
  }
}
#logo {
  display: inline-block;
  margin-top: 2px;
  transition: margin 200ms ease;
  -webkit-transition: margin 200ms ease;
}
#logo img {
  height: 105px;
  width: auto;
  transition: height 200ms ease;
  -webkit-transition: height 200ms ease;
}
@media (max-width: 514px) {
  #logo img {
    height: 85px;
  }
}
@media (max-width: 339px) {
  #logo img {
    margin-left: -10px;
  }
}
#searchbox {
  display: inline-block;
}
#searchbox form {
  margin: 50px 0;
}
#searchbox input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #cccccc;
  border-width: 2px;
  background: #ffffff;
  color: #888888;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
#searchbox input[type="submit"] {
  background: #48b19b;
  border: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
#sm_icons {
  display: inline-block;
  vertical-align: top;
}
#sm_icons i {
  height: 30px;
  line-height: 30px;
  margin: 55px 5px;
  font-size: 1.2em;
  display: inline-block;
  color: rgba(72, 177, 155, 0.8);
}
#map {
  height: 400px;
  z-index: 1;
}
.margins {
  margin-top: 3em;
  margin-bottom: 3em;
}
#m_open {
  display: inline-block;
  cursor: pointer;
  height: 90px;
  width: 90px;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1211px) {
  #m_open {
    display: none !important;
  }
}
#m_open .rotate1,
#m_open .rotate2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#m_open .line {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #173f73;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#m_open .line.line2 {
  width: 26px;
  margin-left: 2px;
}
#m_open.normal .line1 {
  margin-top: -9px;
}
#m_open .line2 {
  visibility: hidden;
}
#m_open.normal .line2 {
  visibility: visible;
}
#m_open.normal .line3 {
  margin-top: 5px;
}
#m_open.closeit .line2 {
  display: none;
}
#m_open.closeit .rotate1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#m_open.closeit .rotate2 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1210px) {
  #mainMenu {
    position: fixed;
    top: 90px;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    width: 400px;
    max-width: 100%;
    margin-right: -400px;
    display: none;
    overflow: scroll;
    -webkit-overflow: scroll;
    /*-webkit-overflow-scrolling: touch;*/
  }
  #mainMenu span.more {
    position: absolute;
    right: 0;
    width: 35px;
    display: inline-block;
    text-align: center;
    top: auto;
    vertical-align: middle;
    line-height: unset;
    cursor: pointer;
    font-size: 80%;
    color: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  #mainMenu .bg {
    background: #173f73;
  }
  #mainMenu ul {
    background: #173f73;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: none;
    list-style: none;
    border-left: 15px solid #173f73;
    border-right: 15px solid #173f73;
  }
  #mainMenu ul.langmenu {
    display: none;
  }
  #mainMenu ul.special:before,
  #mainMenu ul.mobile:before {
    content: '';
    display: block;
    height: 1px;
    background: #fff;
  }
  #mainMenu li {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 35px;
    display: block !important;
  }
  #mainMenu li.open > span.more {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mainMenu > ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  #mainMenu > ul > li {
    line-height: 50px;
    border-top: 1px solid #fff;
  }
  #mainMenu > ul > li:first-child {
    border: none;
  }
  #mainMenu > ul > li ul ul {
    margin-bottom: 0;
  }
  #mainMenu a {
    display: block;
    margin-right: 40px;
    text-decoration: none;
    color: #fff;
  }
}
@media (min-width: 1211px) {
  #mainMenu {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    display: block !important;
    margin: 0 !important;
  }
  #mainMenu ul {
    display: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  #mainMenu ul.mobile {
    display: none;
  }
  #mainMenu ul.special a {
    background: #76b1d2;
    color: #fff;
    animation: blink 2s infinite alternate;
    animation-delay: 2s;
    -webkit-animation: blink 2s infinite alternate;
    -webkit-animation-delay: 2s;
  }
  #mainMenu ul.special a:after {
    display: none;
  }
  #mainMenu ul.langmenu {
    margin-right: 10px;
  }
  #mainMenu ul.langmenu .active {
    display: none;
  }
  #mainMenu ul.langmenu a img {
    height: 20px;
    width: auto;
  }
  #mainMenu ul.langmenu a:after {
    display: none;
  }
  #mainMenu ul.langmenu li {
    background: none !important;
  }
  #mainMenu li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #mainMenu li.hassub.open > ul {
    display: none !important;
  }
  #mainMenu li.hassub.open:hover > ul {
    display: block !important;
  }
  #mainMenu li:hover {
    /*background: @blau;*/
  }
  #mainMenu li:hover > a:after {
    width: 100%;
    transition: 250ms ease;
  }
  #mainMenu li:hover > ul {
    display: block !important;
    /*.shadow(0 5px 10px 0, fade(#000,50%));*/
    position: absolute;
    z-index: 10;
    /*.translateX();
					left:50%;*/
    width: 100%;
    background: #48b19b;
    left: 0;
    padding: 30px 10% 30px 10%;
    color: #fff;
  }
  #mainMenu li:hover > ul.third {
    display: none !important;
  }
  #mainMenu li:hover > ul ul {
    display: none;
  }
  #mainMenu li:hover > ul li {
    line-height: 40px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    border-left: 2px solid #fff;
    min-width: 193px;
    /*&:first-child {
							border-left: none;
						}*/
    /*&:nth-child(2n+0) {
							border-left: 2px solid #fff;
							border-right: 2px solid #fff;
						}*/
  }
  #mainMenu li:hover > ul li a {
    text-transform: none;
    color: #fff;
    transition: 250ms ease;
  }
  #mainMenu li:hover > ul li a:after {
    display: none;
  }
  #mainMenu li:hover > ul li:hover {
    background: transparent;
  }
  #mainMenu li:hover > ul li:hover a {
    color: #173f73;
    transition: 250ms ease;
  }
  #mainMenu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
  }
  #mainMenu a:after {
    content: '';
    background: #173f73;
    width: 0%;
    height: 2px;
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 250ms ease;
  }
  #mainMenu > ul {
    display: inline-block;
  }
  #mainMenu > ul li {
    line-height: 90px;
  }
  #mainMenu > ul a {
    color: #173f73;
    font-weight: bold;
    font-size: 100%;
    padding: 0 10px;
  }
  #mainMenu .more {
    display: none;
  }
  #mainMenu ul.third {
    display: none !important;
  }
}
#headerimages {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}
#headerimages picture,
#headerimages img {
  width: 100%;
  height: auto;
}
#headerimages video {
  width: 100%;
  height: auto;
}
#headerimages.plusvideo .bx-wrapper {
  display: none;
}
#headerimages.plusvideo picture,
#headerimages.plusvideo img {
  display: none;
}
#headerimages .text {
  top: 40%;
  left: 20%;
  position: absolute;
}
#headerimages .text.pos-1 {
  right: 20% !important;
  left: auto;
}
@media (max-width: 1210px) {
  #headerimages .text {
    top: 30%;
  }
}
@media (max-width: 767px) {
  #headerimages .text {
    top: 20%;
  }
}
#headerimages .text p {
  background: red;
  background: rgba(255, 0, 0, 0.75);
  background-size: 100%;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 450%;
  line-height: normal;
  color: #fff;
  margin: 0;
  font-family: 700;
}
@media (max-width: 1211px) {
  #headerimages .text p {
    font-size: 300%;
  }
}
@media (max-width: 991px) {
  #headerimages .text p {
    font-size: 220%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #headerimages .text p {
    font-size: 140%;
  }
}
#headerimages .text p:first-child {
  font-size: 370%;
  margin-left: -30px;
}
@media (max-width: 1211px) {
  #headerimages .text p:first-child {
    font-size: 250%;
  }
}
@media (max-width: 991px) {
  #headerimages .text p:first-child {
    font-size: 170%;
  }
}
@media (max-width: 767px) {
  #headerimages .text p:first-child {
    font-size: 120%;
  }
}
#headerimages .text p:first-child:after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width: 1210px) {
  #headerimages .bx-wrapper .bx-pager {
    bottom: 30px !important;
  }
}
@media (max-width: 414px) {
  #headerimages .bx-wrapper .bx-pager {
    bottom: 15px !important;
  }
}
#headerimages.subheader .bx-wrapper .bx-pager {
  bottom: 30px;
}
@media (max-width: 1210px) {
  #headerimages.subheader .bx-wrapper .bx-pager .bx-wrapper .bx-pager {
    bottom: 30px !important;
  }
}
@media (max-width: 414px) {
  #headerimages.subheader .bx-wrapper .bx-pager .bx-wrapper .bx-pager {
    bottom: 15px !important;
  }
}
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: inline-block;
}
.bx-wrapper .bx-pager {
  bottom: 30px;
}
@media (max-width: 991px) {
  .bx-wrapper .bx-pager {
    bottom: 50px;
  }
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  right: 50px;
  left: 50px;
}
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-indent: 0;
  color: #fff;
  text-shadow: 0 0 3px #000;
  font-size: 50px;
}
.bx-wrapper .bx-prev {
  right: auto;
  transition: 250ms;
}
.bx-wrapper .bx-prev:after {
  content: "\e257";
}
@media (max-width: 767px) {
  .bx-wrapper .bx-prev {
    left: 10px;
  }
}
.bx-wrapper .bx-prev:hover {
  transform: rotate(-360deg);
  transition: 250ms;
}
.bx-wrapper .bx-next {
  left: auto;
  transition: 250ms;
}
.bx-wrapper .bx-next:after {
  content: "\e258";
}
@media (max-width: 767px) {
  .bx-wrapper .bx-next {
    right: 10px;
  }
}
.bx-wrapper .bx-next:hover {
  transform: rotate(360deg);
  transition: 250ms;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 44px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  /*border: 2px solid #fff;*/
  /*.border-radius(12px);*/
  border-radius: 0px;
  text-decoration: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #173f73;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
#sharing {
  position: relative;
  text-align: center;
  /*&:after {
		content: '';
		position: absolute;
		left:0;
		right: 0;
		top: 0;
		bottom: 0;
		background: fade(@bg_body,40%);
	}*/
}
#footer1 {
  background: url('/fileadmin/img/lines-new.svg') no-repeat;
  background-position: 100% 0%;
  background-size: 70%;
  background-color: #48b19b;
  padding: 5em 0 5em 0;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
#footer1 .container {
  position: relative;
}
#footer1 .icon {
  font-size: 3em;
  margin-bottom: 20px;
}
#footer1 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#footer1 .specialheader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: .5em;
}
#footer1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/fileadmin/IMG/bg_gold.svg) right bottom no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
  filter: alpha(opacity =  5 );
  z-index: 0;
}
#footer1 .item {
  padding: 0 30px;
}
#footer1 .trenner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  #footer1 .trenner {
    display: none;
  }
}
#footer1 .trenner .line {
  position: absolute;
  left: 50%;
  width: 1px;
  top: -40px;
  bottom: -40px;
  background: #fff;
}
#footer1 .trenner .line1 {
  margin-left: -25%;
}
#footer1 .trenner .line2 {
  margin-left: 25%;
}
@media (max-width: 991px) {
  #footer1 .item-1,
  #footer1 .item-2,
  #footer1 .item-3 {
    margin-bottom: 4em;
  }
  #footer1 .item-1:after,
  #footer1 .item-2:after,
  #footer1 .item-3:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 25%;
    background: #fff;
    height: 1px;
    bottom: -2em;
  }
}
#footer1 .entgeltlicheschaltung {
  display: inline-block;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 25px 80px 5px rgba(0, 0, 0, 0.4);
}
#footer1 .entgeltlicheschaltung .image .titel {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #112133;
  padding: 5px 10px;
}
@media (max-width: 414px) {
  #footer1 .entgeltlicheschaltung .image .titel {
    bottom: 52px;
  }
}
#footer1 .entgeltlicheschaltung .image .brand {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #112133;
  padding: 5px 10px;
}
@media (max-width: 414px) {
  #footer1 .entgeltlicheschaltung .image .brand {
    right: inherit;
    left: 15px;
    bottom: 15px;
  }
}
#footer1 .entgeltlicheschaltung .text {
  color: #000;
  text-align: left;
}
#footer1 .entgeltlicheschaltung .text header h1,
#footer1 .entgeltlicheschaltung .text header h2,
#footer1 .entgeltlicheschaltung .text header h3,
#footer1 .entgeltlicheschaltung .text header h4,
#footer1 .entgeltlicheschaltung .text header h5 {
  color: #48b19b;
}
#footer1 .entgeltlicheschaltung .text header h1 a,
#footer1 .entgeltlicheschaltung .text header h2 a,
#footer1 .entgeltlicheschaltung .text header h3 a,
#footer1 .entgeltlicheschaltung .text header h4 a,
#footer1 .entgeltlicheschaltung .text header h5 a {
  color: #48b19b;
  text-decoration: underline;
}
#footer1 .entgeltlicheschaltung .text a {
  display: inline-block;
  color: #48b19b;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer1 .entgeltlicheschaltung {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  #footer1 {
    background-position: 100% -10%;
    background-size: 100%;
  }
}
@media (max-width: 414px) {
  #footer1 {
    background-position: 0% 0%;
    background-size: cover;
  }
}
#footer2 {
  background: #112133;
  position: relative;
  color: #fff;
  padding: 5em 0;
}
#footer2 .specialheader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: .5em;
}
#footer2 p {
  margin: 0.5em 0;
}
#footer2 ul,
#footer2 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #footer2 .item {
    margin-bottom: 2em;
  }
}
#footer2 .item-3 li {
  margin-left: 25px;
  position: relative;
  margin-bottom: 0.5em;
}
#footer2 .item-3 li i {
  position: absolute;
  left: -25px;
}
#footer2 .item-4 #TA_excellent142 img {
  display: none;
}
#footer2 .item-4 #TA_excellent142 #CDSWIDEXC {
  margin: 0 0 10px 0;
}
#footer2 .item-4 #TA_excellent142 #CDSWIDEXC img {
  display: inherit;
}
#footer2 .item-4 iframe {
  margin: 10px 0 0 0;
}
#footer2 .item-4 #hc_badge_12296_trbs img {
  width: 150px;
  height: auto;
}
#footer2 a {
  color: #fff;
}
#footer2:before {
  content: '';
  position: absolute;
  background: url('/fileadmin/img/siegel-weltkulturerbe.svg') no-repeat;
  width: 280px;
  height: 253px;
  right: 15%;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  #footer2:before {
    width: 230px;
    height: 212px;
    right: 13px;
    top: 13px;
    transform: none;
  }
}
@media (max-width: 375px) {
  #footer2:before {
    width: 180px;
    height: 163px;
  }
}
@media (max-width: 320px) {
  #footer2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer2 {
    padding: 4em 0;
  }
}
#footer3 {
  background: #112133;
  padding: 10px 0 20px 0;
  text-align: left;
}
#logos_footer {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #112133;
}
#logos_footer img {
  display: inline-block;
  margin: 2em 30px;
}
#logos_footer a {
  text-decoration: none;
}
#logos_footer:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  background: #efefef;
  height: 3px;
}
#newsletter {
  top: 4em;
  position: relative;
  z-index: 1;
}
#newsletter .specialheader {
  color: #fff;
  font-family: 'Kaushan Script', cursive;
  display: inline;
  font-size: 1.5em;
  margin-right: 15px;
}
#newsletter a.newsletter {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #173f73;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  transition: 250ms ease-in;
}
#newsletter a.newsletter:hover {
  transition: 250ms ease-out;
  background: #fff;
  color: #173f73;
}
#newsletter .bg {
  background: #173f73;
  text-align: center;
  padding: 3em 0;
}
.teaserbox .image {
  position: relative;
  overflow: hidden;
}
.teaserbox .image .inhalt {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 22%;
  bottom: 0;
  background: rgba(23, 63, 115, 0.6);
  transition: height 1s ease;
}
.teaserbox .image .inhalt h2 {
  position: relative;
  margin-bottom: 20px;
}
.teaserbox .image .inhalt h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: 1s ease;
}
.teaserbox .image .inhalt h2 p {
  font-family: 'Kaushan Script', cursive;
  color: #fff;
}
@media (max-width: 1199px) {
  .teaserbox .image .inhalt h2 {
    font-size: 150%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .teaserbox .image .inhalt h2 {
    font-size: 115%;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .teaserbox .image .inhalt h2 {
    font-size: 210%;
  }
}
@media (max-width: 610px) {
  .teaserbox .image .inhalt h2 {
    font-size: 240%;
  }
}
@media (max-width: 530px) {
  .teaserbox .image .inhalt h2 {
    font-size: 200%;
    margin-bottom: 19px;
  }
}
@media (max-width: 450px) {
  .teaserbox .image .inhalt h2 {
    font-size: 170%;
    margin-bottom: 17px;
  }
}
@media (max-width: 375px) {
  .teaserbox .image .inhalt h2 {
    font-size: 230%;
  }
}
@media (max-width: 375px) {
  .teaserbox .image .inhalt h2 {
    font-size: 190%;
  }
}
.teaserbox .image .inhalt .morelink {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 15px;
  opacity: 0;
  transition: opacity 2s ease;
}
@media (max-width: 991px) {
  .teaserbox .image .inhalt .morelink {
    font-size: 70%;
  }
}
@media (max-width: 767px) {
  .teaserbox .image .inhalt .morelink {
    font-size: 120%;
  }
}
.teaserbox .image .inhalt .morelink:hover {
  background: #fff;
  color: #173f73;
}
.teaserbox .image:hover .inhalt {
  height: 100%;
  transition: height 1s ease;
}
.teaserbox .image:hover .inhalt h2:after {
  width: 50%;
  transition: 1s ease;
}
.teaserbox .image:hover .inhalt .morelink {
  opacity: 1;
  transition: opacity 2s ease;
}
.teaserbox .image.image4 .inhalt {
  height: 32%;
}
@media (max-width: 991px) {
  .teaserbox .image.image4 .inhalt {
    height: 15%;
  }
}
@media (max-width: 767px) {
  .teaserbox .image.image4 .inhalt {
    height: 17%;
  }
}
@media (max-width: 620px) {
  .teaserbox .image.image4 .inhalt {
    height: 20%;
  }
}
@media (max-width: 610px) {
  .teaserbox .image.image4 .inhalt {
    height: 23%;
  }
}
@media (max-width: 375px) {
  .teaserbox .image.image4 .inhalt {
    height: 18%;
  }
}
@media (max-width: 320px) {
  .teaserbox .image.image4 .inhalt {
    height: 21%;
  }
}
.teaserbox .image.image4:hover .inhalt {
  height: 100%;
}
.teaserbox .image.image2 .inhalt {
  height: 18%;
}
@media (max-width: 991px) {
  .teaserbox .image.image2 .inhalt {
    height: 13%;
  }
}
@media (max-width: 767px) {
  .teaserbox .image.image2 .inhalt {
    height: 17%;
  }
}
@media (max-width: 620px) {
  .teaserbox .image.image2 .inhalt {
    height: 20%;
  }
}
@media (max-width: 610px) {
  .teaserbox .image.image2 .inhalt {
    height: 23%;
  }
}
@media (max-width: 375px) {
  .teaserbox .image.image2 .inhalt {
    height: 18%;
  }
}
@media (max-width: 320px) {
  .teaserbox .image.image2 .inhalt {
    height: 21%;
  }
}
.teaserbox .image.image2:hover .inhalt {
  height: 100%;
}
@media (max-width: 767px) {
  .teaserbox .first {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .teaserbox .last {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .teaserbox .images4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .teaserbox .quadlast {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .teaserbox .quadlast {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 991px) {
  .teaserbox .mdlast {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .teaserbox .mdlast {
    margin-bottom: 0px !important;
    margin-top: 0px;
  }
}
.zimmer_details h1,
.pauschale_details h1 {
  text-transform: uppercase;
  color: #173f73;
  font-weight: 700;
  font-size: 4em;
  font-size: 300%;
}
.zimmer_details .preise,
.pauschale_details .preise {
  background: rgba(72, 177, 155, 0.1);
  position: relative;
  padding: 20px 0;
}
.zimmer_details .tablemargin,
.pauschale_details .tablemargin {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.zimmer_details .preisinfos,
.pauschale_details .preisinfos {
  padding: 10px 15px;
}
.zimmer_details .ce-table,
.pauschale_details .ce-table {
  border-collapse: collapse;
  margin-bottom: 20px;
  white-space: nowrap;
}
.zimmer_details .ce-table td,
.pauschale_details .ce-table td,
.zimmer_details .ce-table th,
.pauschale_details .ce-table th {
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid rgba(23, 63, 115, 0.3);
  text-align: center;
}
.zimmer_details .ce-table td:first-child,
.pauschale_details .ce-table td:first-child,
.zimmer_details .ce-table th:first-child,
.pauschale_details .ce-table th:first-child {
  text-align: left;
}
.zimmer_details .ce-table th,
.pauschale_details .ce-table th {
  text-transform: uppercase;
  color: #173f73;
  font-size: 1.3em;
}
.zimmer_details .buttons,
.pauschale_details .buttons {
  text-align: center;
}
.zimmer_details .buttons .button,
.pauschale_details .buttons .button {
  background: #48b19b;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  .zimmer_details .buttons .button,
  .pauschale_details .buttons .button {
    display: block;
    margin: 0 0 15px 0;
  }
}
.zimmer_liste h2,
.pauschale_liste h2 {
  color: #173f73;
  font-weight: 700;
  font-size: 2em;
  margin-top: 15px;
}
.zimmer_liste p,
.pauschale_liste p {
  margin: 0.5em 0;
}
.zimmer_liste .buttons,
.pauschale_liste .buttons {
  margin-bottom: 30px;
}
.zimmer_liste .buttons .button,
.pauschale_liste .buttons .button {
  background: #48b19b;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin: 0.5em 20px 0.5em 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
}
@media (max-width: 767px) {
  .zimmer_liste .buttons .button,
  .pauschale_liste .buttons .button {
    display: block;
    margin: 0 0 15px 0;
  }
}
#breadcrump {
  text-align: center;
  margin: 20px 0;
  font-size: 90%;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
  #breadcrump {
    z-index: 1;
  }
}
@media (max-width: 414px) {
  #breadcrump {
    padding: 0 15px;
  }
}
#breadcrump a {
  color: #999999;
  text-decoration: none !important;
  text-transform: uppercase;
}
#breadcrump ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#breadcrump ol li {
  display: inline;
}
#breadcrump ol li span.tren {
  margin: 0 10px;
}
#breadcrump.noheader {
  margin: 120px 0 20px 0;
}
@media (max-width: 991px) {
  #breadcrump.noheader {
    margin: 40px 0 20px 0;
  }
}
.tx-icc-anfrage .g-recaptcha.error {
  border: 1px solid #ff0000;
  background: #ec8f8f;
  padding: 5px;
  display: inline-block;
}
.tx-icc-anfrage .plus,
.tx-icc-anfrage .minus {
  width: 15%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 200%;
}
.tx-icc-anfrage .minus {
  line-height: 38px;
}
.tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer.nummer_1,
.tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer.nummer_2 {
  position: relative;
  clear: both;
}
.tx-icc-anfrage .half {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .tx-icc-anfrage .half {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .tx-icc-anfrage .half .half {
    margin: 0.5em 0;
  }
}
.tx-icc-anfrage .half.left {
  padding-right: 5px;
}
.tx-icc-anfrage .half.right {
  padding-left: 5px;
}
.tx-icc-anfrage .half.only {
  clear: both;
  width: 100%;
}
.tx-icc-anfrage .half .half {
  margin-top: 0;
  margin-bottom: 0;
}
.tx-icc-anfrage .tx_iccanfrage_anfrage_bez .half {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer:after {
  content: '';
  height: 20px;
  display: block;
  clear: both;
}
.tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer .half {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer .half {
    margin-bottom: 0;
  }
}
.tx-icc-anfrage .tx_iccanfrage_anfrage_zimmer .half {
  margin-bottom: 0;
}
.tx-icc-anfrage .full {
  clear: both;
  width: 100%;
  text-align: left;
  margin: 0.5em 0;
}
.tx-icc-anfrage label {
  font-weight: normal;
}
.tx-icc-anfrage select {
  font-size: 90%;
  height: 40px;
  width: 100%;
  background: #ffffff;
  color: #000;
}
@media (max-width: 767px) {
  .tx-icc-anfrage select {
    margin-bottom: 5px;
  }
}
.tx-icc-anfrage input {
  border: 1px solid #999999;
  background: #ffffff;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 90%;
  width: 100%;
}
.tx-icc-anfrage input:focus {
  outline: none;
}
.tx-icc-anfrage input.tx_iccanfrage_anfrage_zimmer_kinderalter {
  width: 70%;
  vertical-align: top;
}
.tx-icc-anfrage input.checkbox {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.tx-icc-anfrage input.submit {
  margin: 2em 0;
  background: #173f73;
  font-size: 150%;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
  border: #173f73;
}
.tx-icc-anfrage input.f3-form-error {
  border: 1px solid #ff0000;
  background: #ec8f8f;
  color: #ffffff;
}
.tx-icc-anfrage label.privacy {
  font-size: small;
}
.tx-icc-anfrage label.privacy.error,
.tx-icc-anfrage label.privacy.error a {
  color: #ff0000 !important;
}
.tx-icc-anfrage textarea {
  border: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  width: 100%;
  padding: 10px;
  height: 150px;
  resize: none;
  color: #000;
}
.border {
  border: 1px solid #173f73;
  padding: 40px 0;
}
.border .clearfix > p:last-child {
  margin-bottom: 0 !important;
}
.border h1,
.border h2,
.border h3,
.border h4,
.border h5,
.border h6 {
  font-family: 'Kaushan Script', cursive;
}
.border h3 {
  font-size: 140%;
}
.border .morelink {
  color: #fff !important;
  font-family: 700;
}
@media (max-width: 1199px) {
  .border {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .border {
    padding: 15px;
  }
}
.border ul li {
  list-style: none;
  position: relative;
}
.border ul li:before {
  content: "\e006";
  font-family: 'Glyphicons Halflings';
  font-size: 70%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.border.bold {
  border: 5px solid #48b19b;
}
.border.bg1 {
  background: #000;
  border-color: #000;
}
.border.bg1 h1,
.border.bg1 h2,
.border.bg1 h3,
.border.bg1 h4 {
  color: #fff;
}
.border.bg1 p {
  color: #fff;
}
.border.bg1 a {
  color: #fff;
}
.border.bg1 a:hover {
  color: #cccccc;
}
.border.bg2 {
  background: #48b19b;
  border-color: #48b19b;
  position: relative;
  /*&:after {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: url('/fileadmin/IMG/bg_gold.svg') no-repeat;
		      background-size: cover;
		      opacity: 0.4;
		}*/
}
.border.bg2 a {
  color: #fff;
}
.border.bg2 .bg {
  position: relative;
  z-index: 1;
}
.border.bg2 h1,
.border.bg2 h2,
.border.bg2 h3,
.border.bg2 h4 {
  color: #fff;
}
.border.bg2 p {
  color: #fff;
}
.border.bg2 ul li {
  color: #fff;
}
.border.logo {
  width: 100%;
  height: auto;
  padding-right: 15%;
  position: relative;
  border: 2px solid #112133;
}
@media (max-width: 560px) {
  .border.logo {
    padding-right: 15px;
  }
}
.border.logo:before {
  content: '';
  background: url(/fileadmin/img/siegel-weltkulturerbe-pos.svg) no-repeat;
  position: absolute;
  background-position: 90% 50%;
  background-size: 14%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .border.logo:before {
    background-size: 164px;
  }
}
@media (max-width: 767px) {
  .border.logo:before {
    background-size: 134px;
    background-position: 95% 50%;
  }
}
@media (max-width: 560px) {
  .border.logo:before {
    display: none;
  }
}
.widebox {
  background: #173f73;
  position: relative;
  padding: 60px 0;
}
.widebox h1,
.widebox h2,
.widebox h3,
.widebox h4 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.widebox p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.widebox a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 250ms ease;
}
.widebox a:hover {
  transition: 250ms ease;
  color: rgba(255, 255, 255, 0.6);
}
.widebox ul li {
  color: #fff;
  position: relative;
  z-index: 1;
}
.widebox:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/fileadmin/IMG/bg_blue.svg') no-repeat;
  background-size: cover;
  opacity: 0.4;
}
.widebox .morelink {
  position: relative;
  display: block;
  width: 128px;
  margin: auto;
  margin-top: 20px;
  color: #173f73;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  transition: 250ms;
}
.widebox .morelink:hover {
  transition: 250ms;
  background: rgba(255, 255, 255, 0.6);
  color: #173f73;
}
.jenson {
  display: inline-block;
  background: #173f73;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  transition: background 250ms ease;
}
.jenson:hover {
  text-decoration: none;
  background: rgba(23, 63, 115, 0.4);
  color: #fff;
  transition: background 250ms ease;
}
.bildergalerie {
  margin-top: calc(3em - 30px);
  margin-bottom: calc(3em - 30px);
}
.bildergalerie .image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .images .image {
    margin-bottom: 30px;
  }
  .images .image.last {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .images .image.first {
    margin-bottom: 30px;
  }
}
.images .image.orig {
  text-align: center;
}
.images .image.orig img {
  display: inline-block;
}
.weatheritem {
  text-align: center;
  border: 1px solid #48b19b;
  color: #000;
  padding: 15px;
  margin-bottom: 30px;
}
.weatheritem.text {
  text-align: left;
}
.weatheritem .large {
  font-size: 300%;
  line-height: 2;
  color: #000;
}
.weatheritem .small {
  font-size: 80%;
}
.weatheritem .temp {
  font-size: 130%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .FunandAction {
    border-bottom: 2px solid #48b19b;
    padding: 20px;
  }
}
.FunandAction .text h3 a {
  color: #173f73;
  text-decoration: none;
}
.FunandAction .text a.morelink {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #48b19b;
  padding: 5px 25px;
  color: #48b19b;
  transition: 250ms;
}
.FunandAction .text a.morelink:hover {
  text-decoration: none;
  background: #48b19b;
  color: #fff;
  transition: 250ms;
}
@media (max-width: 767px) {
  .FunandAction .image img {
    display: block;
    margin: auto;
  }
}
#AnfragenBuchen .text h3 a {
  color: #173f73;
  text-decoration: none;
}
#AnfragenBuchen .text a.morelink {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #48b19b;
  padding: 5px 25px;
  color: #48b19b;
  transition: 250ms;
}
#AnfragenBuchen .text a.morelink:hover {
  text-decoration: none;
  background: #48b19b;
  color: #fff;
  transition: 250ms;
}
@media (max-width: 991px) {
  #AnfragenBuchen .text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #AnfragenBuchen .text {
    display: inline-block;
  }
}
.skd-widget {
  z-index: 0 !important;
}
.to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #173f73;
  z-index: 999999;
  cursor: pointer;
  transition: 250ms ease;
  opacity: 0;
  box-shadow: 0px 5px 20px -1px rgba(0, 0, 0, 0.5);
}
.to_top:hover {
  transition: 250ms ease;
  background: #0e2849;
}
.menusitemap {
  padding: 0;
  list-style: none;
  font-size: 110%;
  font-weight: bold;
}
.menusitemap li {
  margin: 20px 0;
  border-bottom: 2px solid #112133;
  padding: 0 0 20px 0px;
}
.menusitemap li:last-child {
  border-bottom: none;
  padding: 0;
}
.menusitemap li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #48b19b;
}
.menusitemap li .submenu .menusitemap {
  padding: 0 0 0 30px;
  list-style: none;
  font-size: 90%;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.menusitemap li .submenu .menusitemap li {
  margin: 0;
  position: relative;
  border: none;
  padding: 0;
}
.menusitemap li .submenu .menusitemap li:before {
  content: "\e092";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'Glyphicons Halflings';
  color: #48b19b;
  font-size: 12px;
}
.menusitemap li .submenu .menusitemap li a {
  text-decoration: underline;
  text-transform: none;
  color: #000;
  transition: 250ms ease;
}
.menusitemap li .submenu .menusitemap li a:hover {
  transition: 250ms ease;
  color: rgba(0, 0, 0, 0.6);
}
.tx-indexedsearch-searchbox {
  position: relative;
  width: 100%;
  margin: auto;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 8px 8px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  text-align: center;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  width: 150px;
  margin: auto;
  margin-top: 20px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
  width: 100%;
  text-align: center;
  border: 0;
  background: #48b19b;
  color: #fff;
  padding: 7px 0;
  transition: 250ms;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input:hover {
  transition: 250ms;
  background: #398d7b;
  color: #fff;
}
.tx-indexedsearch-info,
.tx-indexedsearch-icon,
.tx-indexedsearch-percent {
  display: none;
}
