@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
body {
 background: rgba(247,243,224,0.30);
 color: #617758;
 background-image: url("/img/paws.png");
 background-position: top;
 background-repeat: repeat-y;
 -ms-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
 margin-bottom: 200px;  
}
.showInApp {
 display: none;
}
.showOnMobile {
 display: block;
}
 .hideOnMobile {
  display: none;
 }
.bg-light {
 background-color: #FCFBF5 !important;
}
nav {
border-top: 30px solid;
 }
nav .container {
 background-image: none;
}
.navbar-brand {
 font-weight: bold;
 line-height: 1.4rem;
}
.navbar-brand span {
 font-weight: normal;
}
.navbar-light .navbar-nav .nav-link.disabled {
 display: none;
}
a {
 color: #617758 !important;
}
a:hover {
 color: #d67629 !important;
 text-decoration: none;
}
.active {
 color: #d67629 !important;
}
.carousel {
 margin-top: 101px;
}
.container {
 max-width: 960px;
}
.navbar-light .navbar-brand {
 color: #617758;
}
.dropdown-item.active, .dropdown-item:active {
 background-color: transparent;
}
.footer {
 position: absolute;
 bottom: 0;
 background-color: #647850;
 margin-top: 5rem;
 padding-top: 20px;
}
.footer .navbar-brand {
 color: #ffffff;
}
.footer a {
 color: #ffffff !important;
 text-decoration: none !important;
}
.footer a:hover {
 text-decoration: underline;
}
footer img {
  height: 55px;
 }
.accordion-item {
 background-color: transparent;
 border: none;
 margin-bottom: 1rem;
}
.accordion-header{
 background-color: rgba(179,169,154,.3);
}
.accordion-button {
 padding: 1rem 1.25rem 1rem 1.25rem;
 background-color: transparent;
 color: #647850;
 font-weight: bold;
}
.accordionNew .accordion-button {
 font-weight: normal;
}
.accordionGuard .accordion-button {
 padding: 1rem 1.25rem 1rem 2.2rem;
}
.planned .accordion-button {
 color: #a7c293;
}
.accordionGuard .accordion-button::before {
 position: absolute;
 top: 16px;
 left: 12px;
 font-family: "Font Awesome 5 Pro"; 
 font-weight: 400; 
 content: "\f00c ";
}
.accordion-button::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23647850'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 transform: rotate(270deg);
}
.accordion-button:not(.collapsed) {
 color: #647850; 
 background-color: transparent; 
 box-shadow: none; 
}
.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23647850'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 transform: rotate(360deg);
}
.accordion-button:focus {
 border-color: transparent;
 box-shadow: none;
}
.GoGassiLogo {
 position: relative;
 top: 0px;
 margin-bottom: 40px;
 }
.guardLogo {
 height: 200px;
}
 .GoGassiQRCode {
  visibility: hidden;
  width: 0;
 }
.bg-light {
 background-color: #dee1d9 !important;
}
.btn-danger {
    color: #fff;
    background-color: #d67629;
    border-color: #d67629;
}
.newsButton {
 position: relative;
 font-size: .4rem;
 top: -28px;
}

/* /// ¡DEFINITIONEN FÜR APP! /// */
body.GoGassiApp {
 background-image: url("/img/app-bg.jpg");
 background-size: auto;
/* background-attachment: inherit;*/
/* background-position: top;*/
 background-repeat: repeat;
 font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
 font-size: 12pt;
 margin-bottom: 0;
}
.GoGassiApp nav, .GoGassiApp #carouselExampleSlidesOnly, .GoGassiApp footer {
 display: none !important;
}
.GoGassiApp .hideInApp {
 display: none !important;
}
.GoGassiApp .showInApp {
 display: block !important;
}
.GoGassiApp .rechtliches h1 {
 font-size: 18pt;
 font-weight: 400;
 text-align: left;
}
.GoGassiApp .rechtliches h2 {
 font-size: 16pt;
 font-weight: 400;
 text-align: left;
 letter-spacing: normal;
}
.GoGassiApp h2 {
 font-size: 18pt;
 font-weight: 400;
 text-align: left;
 letter-spacing: 4pt;
}
.GoGassiApp h2 span {
 font-size: 12pt;
 font-weight: normal;
 letter-spacing: normal;
}
.GoGassiApp .container {
 width: 100%;
 max-width: none;
}

.GoGassiApp .accordionGuard .accordion-body {
 padding: 1.0rem 2rem 1.2rem 2rem !important;
 line-height: 16pt;
}
.GoGassiApp .accordionGuard .accordion-body p {

}
.GoGassiApp .accordionGuard .accordion-button::before {
 top: 8px;
 left: 33px;
}
.GoGassiApp .accordionGuard .accordion-button {
 padding: 0.4rem 2rem 0.4rem 3.4rem;
}
.GoGassiApp .guardLogo {
 height: 140px;
}
/* /// ¡DEFINITIONEN FÜR APP! /// */


/* / Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

 footer {
  height: 120px;
 }
 footer img {
  height: 75px;
 }
 .showOnMobile {
 display: none;
 }
 .hideOnMobile {
  display: block;
 }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
 .GoGassiQRCode {
  visibility: visible;
  width: 176px;
  margin-top: -220px;;
 }
  .GoGassiLogo {
  position: relative;
  top:-200px;
 }
 .newsButton {
  position: relative;
  font-size: 1rem;
  top: -44px;
 }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.navbar-light .navbar-nav .nav-link.disabled {
 display: block;
}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
 
}

input.hp {
 position: absolute;
 left: -1000px;
 top: -1000px;
 width: 1px;
 height: 1px;
 overflow: hidden;
 display: inline;
 border: 0px solid #dcdcdc;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 -webkit-box-shadow: inset 0px 0px 0px 0px #ddd;
 box-shadow: inset 0px 0px 0px 0px #ddd;
 outline: none;
 background: none;
}


/*//////////////////////////////////////////////=============================
   fancy, fancy, fancyBox
=============================//////////////////////////////////////////////*/


a.fancybox-nav, a.fancybox-nav:hover {
	border: none;
	width: 340px !important;
}

.fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5 !important;
}

.fancybox-nav:hover span {
    opacity: 1 !important;
}

.fancybox-next {
    right: 275px !important;
}

.fancybox-prev {
    left: -30px !important;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {

	border: none !important;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 0;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
