.navbar-brand {
	background-image: url('../img/logo-animation.gif');
}
.navbar-brand-home {
	background-image: url('../img/logo-animation.gif');
}
@media (max-width:992px) {
  .navbar-brand, .navbar-brand-home {
    background-image: url('../img/logo-static.png') !important;
  }
}
.sm-hidden {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sm-hidden {
    display: block;
  }
}
.navbar-nav>li>a>span {
  padding-left: 4px;
  padding-right: 2.5px;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 8px;
	}
	.navbar-nav>li>a>span {
		padding-left: 4px;
		padding-right: 2.5px;
	}
}

.btn.btn-gross {
  background-color:#f1872d;
}
.btn.btn-gross {
  font-size: 3rem;
}
@media (max-width:767px) {
  .btn.btn-gross {
    font-size: 2.4rem;
  }
}
@media (max-width:479px) {
  .btn.btn-gross {
    font-size: 2rem;
  }
}

#div_startseite {
  position: absolute;
  left: 50%;
  top:-20px;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #div_startseite {
    top:-17.5px;
    width:290px;
  }
}
@media (max-width: 479px) {
  #div_startseite {
    left:0;
    top:-5px;
    transform: translateX(0);
    width:100%;
  }
  #btn_startseite {
    height:29px;
  }
  #btn_startseite a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 237px;
  }
  .btn-gross:after {
    height: 12px;
    width: 8px;
    margin-left: 7.5px;
    margin-right: 0;
    margin-top: 8px;
  }
}

#btn_startseite {
	transition: all ease .25s;
  background-color: #f1872d;
  max-height:42px;
  margin:0;
}
#btn_startseite:hover, #btn_startseite:focus {
  transform: scale(1.025);
}
#btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover {
  font-size:3rem;
}
#btn_startseite a:after, .btn-gross:after {
  /*
  content: '';
  background-image: url('../img/pfeil-rechts-weiss.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 16px;
  float: right;
  margin-left: 7.5px;
  margin-right: 0;
  margin-top: 10px;
  */
}
.custom-color-2 a.btn {
  color:#fff;
}
@media (max-width: 767px) {
  /*
  #btn_startseite a:after, .btn-gross:after {
    height: 18px;
    width: 12px;
    margin-left: 7.5px;
    margin-right: 0;
    margin-top: 8px;
  }
  */
}
.btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover  {
  color:#fff;
  font-size: 3.6rem;
  display:inline-block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover, #btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover  {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .btn-headline, .btn-headline:active, .btn-headline:focus, .btn-headline:hover, #btn_startseite .btn-headline, #btn_startseite .btn-headline:active, #btn_startseite .btn-headline:focus, #btn_startseite .btn-headline:hover  {
    font-size: 2rem;
  }
  .home section:first-child.bild.custom-background-image {
    padding-top: 56.25%;
  }
}


.headline-btn {
   position:relative;
}
.headline-btn i, .btn i {
/*   positioning */
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
  
/*   gradient   */
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.03)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(70%,rgba(255,255,255,0.85)), color-stop(71%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    
/*  forming the shine element
    play around with the width, skew and gradient to get different effects
  */
		width: 15%;
		height: 100%;
     transform: skew(-10deg,0deg);
		-webkit-transform: skew(-10deg,0deg);
     -moz-transform: skew(-10deg,0deg);
     -ms-transform: skew(-10deg,0deg);
     -o-transform: skew(-10deg,0deg);
  
/*  animating it  */
     animation: move 3s;
		animation-iteration-count: infinite;
		animation-delay: 2.5s;
		-webkit-animation: move 3s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-delay: 2.5s;
		-moz-transform: skew(-10deg,0deg);
		-moz-animation: move 3s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-delay: 2.5s;
		-ms-transform: skew(-10deg,0deg);
		-ms-animation: move 3s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-delay: 2.5s;
		-o-transform: skew(-10deg,0deg);
		-o-animation: move 3s;
		-o-animation-iteration-count: infinite;
		-o-animation-delay: 2.5s;
	}

/*  */
@keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-webkit-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-moz-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 88%}
}

@-ms-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

@-o-keyframes move {
	0%  { left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%}
}

/*** COOKIE / COOP ***/
.site-footer {
  padding-bottom: 120px;
}
.site-footer .site-coop p {
	color:#00aec7;
  margin-bottom:10px;
  margin-top:10px;
	text-align: center;
	text-transform: uppercase;
  letter-spacing: 2px;
}
.site-coop p a {
	color:#00aec7;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .site-footer .site-coop p, .site-coop p a {
    letter-spacing: 1px;
  }
}
.site-coop p a span {
	background-image: url('../img/bullet-point-tuerkis.svg');
	background-size: cover;
	display: inline-block;
	height: 18px;
	text-indent: -12345px;
	width: 15px;
  margin-left:2px;
  margin-right:2px;
}

.cn-bottom {
 bottom:50px; 
}
.site-coop {
  background-color:#fff;
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  box-shadow: 7.5px 5px 15px 0px rgba(0,0,0,.2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
.cn-bottom {
 bottom:75px; 
}
}

.home section:first-child.bild.custom-background-image {
  z-index: 0;
}
.cta-widget {
  right: -270px;
  width:330px;
}
@media (max-width: 767px) {
  .mobile-telefon {
  background-color: #f1872d;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px;
  position: relative;
  width: 100%;
  }
  .mobile-telefon a {
    font-size:2rem;
  }
  .mobile-telefon a:before {
    background-image: url('../img/icon-telefon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: 0px;
    width: 24px;
    vertical-align: text-bottom;
  }
}