/* ------------------------------------------------------------------------
   Body
 --------------------------------------------------------------------------
 */
body:not(footer){
  background-color: white;
}

/* ------------------------------------------------------------------------
   Header
 --------------------------------------------------------------------------
 */

.tr-header-text{
 /*font-family: 'Indie Flower', cursive;*/
 /*font-family: 'Roboto Condensed', sans-serif;*/
 /*font-family: 'Josefin Sans', sans-serif;*/
 /*font-family: 'Quicksand', sans-serif;*/
 font-size: 6vw;
 color: white;
 text-shadow: 3px 1px 8px rgba(0, 0, 0, 1);
 text-align: center !important;
}

.tr-header-logo{
  max-width:150px;
  width:20vw;
}


@media (max-width: 700px){
  .tr-header-text{
    font-size: 10.5vw;
  }
}


/* landscape */
@media screen and (min-width : 450px) and (max-width: 699px){
  .tr-header-text{
    font-size: 10vh;
  }
  .tr-header-logo{
    width: 20vh;
  }
}



.uk-navbar-nav>li>a{
 color: rgb(255, 255, 255);
 /*color: rgba(208, 208, 208, 0.8);*/

}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
 color: rgba(208, 208, 208, 0.8);
  /*color: rgb(255, 255, 255);*/
}

.ls-circle {
      background: white;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border-style: solid;
      border-width: 2px;
      /*border-color: rgba(255, 255, 255, 0.8);*/

}

.ls-position-circle {
  bottom: 80px;
  display: block;
  margin: auto;
}

.circle-text {
    width:20%;
    color:black;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:35%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}


.ls-overlay {
  padding: 30px 30px;
}
/*
 * Remove margin from the last-child
 */
.ls-overlay > :last-child {
  margin-bottom: 0px;
}

.ls-section-light {
  background: #fff4c1;
}

.ls-section-blue {
  background: #afc4ea;
}


#googleMap{
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    padding-top: 30px;
    position: relative;
}

.ls-button-oppacity{
  background-color: black;
  color: black;
  border: 1px solid transparent;
}

.ls-error {
  color: #da314b;
}

/* ------------------------------------------------------------------------
   Tag list:     rot, blau, grün
 --------------------------------------------------------------------------
 */

ul.ls-taglist {
  padding: 0px;
  display: inline;
    list-style: none;
}

ul.ls-taglist li {
    display:inline;
    margin: 0px;
}

ul.ls-taglist li:not(:last-child):after {
    content: ', ';
}

/* ------------------------------------------------------------------------
   Shop Styling
 --------------------------------------------------------------------------
 */

	.ls-card-footer-shop{
		padding: 0;
		border-top:0px!important;
		height: 40px;
	}
	.ls-card-footer-shop-content{
		border-top: 1px solid #e5e5e5;
		margin-top: -1px;
		/*text-align: center;*/
	}
	.ls-card-footer-shop-content .uk-button{
		padding-right: 0;
	}
	@media (min-width: 640px) { /*and (max-width: 960px)*/
		.ls-card-footer-shop-content{
			position:absolute;
			bottom:0;
			width:50%
		}
	}

	.ls-shop-cart{
		padding-top:5px;
		/*background-color: #4CAF50;*/
	}



	.ls-shop-cart-ind {
	  position: fixed;
	  bottom: 30px;
	  right: 40px;
	}

	.ls-shop-circle{
		position: fixed;
		bottom: 30px;
		right: 30px;

		width: 70px;
		height: 70px;
		background: grey;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;

		 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	}

  .ls-cart-ico{
  	margin-left: 1em;
  	margin-top: 1em;
  }

  .ls-cart-badge{
  	position: absolute;
  	margin-left: 3.6em;
  	margin-top: 0em;
  }

	.ls-cart-circle {
  display: block;
  width: 4.5em;
  height: 4.5em;
  /*margin: 1em auto;*/
	background-color: inherit;
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}


	/* smaller padding on shop items */
	.ls-data-shop-item .uk-card-body {
		padding: 25px;
  }
  


  /* ------------------------------------------------------------------------
   Ribbon
 --------------------------------------------------------------------------
 */
.corner-ribbon{
  width: 200px;
  background: rgb(48, 163, 45);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  /*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
  box-shadow: 0 0 10px 5px #0000003d;
}

/* position */
.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 999;
}

  /* ------------------------------------------------------------------------
   Misc
 --------------------------------------------------------------------------
 */

 /* Prevent Safari on mobile to render subimt buttons with wired styling. */
 input[type=submit]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
