html {
	margin-left: calc(100vw - 100%);
}
button.gm-ui-hover-effect {
	top: 0 !important;
	right: 5px !important;
	background: #fff !important;
}
button.gm-ui-hover-effect > img {
	width: 25px !important;
	height: 25px !important;
}
.ClubCards {
	padding-top: 19rem;
	transition: 1s all ease;
}
.ClubCards-shadow {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 80%);
}
.ClubCards-info {
	position: relative;
	z-index: 10;
}
.ClubCards:hover .ClubCards-shadow {
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0) 100%);
}
.ClubCards:hover {
	padding-top: 3rem;
}
.lift {
	-webkit-transition:box-shadow .25s ease,-webkit-transform .25s ease;
	transition:box-shadow .25s ease,-webkit-transform .25s ease;
	transition:box-shadow .25s ease,transform .25s ease;
	transition:box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease
}
.lift:focus,.lift:hover {
	box-shadow:0 2rem 5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.05)!important;
	-webkit-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0)
}
.line::before,
.line::after {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 12px;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.payment-options > img {
	filter: grayscale(1);
}
.payment-options > img:hover {
	filter: grayscale(0);
}
.inhalt h2 {
	font-size: 1.5rem;
	font-weight: 400;
}
.inhalt h3 {
	font-size: 1.3rem;
	font-weight: 400;
}
.inhalt ol {
	margin-left: 40px;
}
.inhalt ul {
	margin-left: 40px;
	list-style-type: disc;
}
.inhalt ol li,
.inhalt ul li {
	margin: 10px 0;
}
.inhalt a {
	text-decoration: underline;
	color: blue;
}

.owl-nav {
	font-size: 3em;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	padding: 10px 20px;
}
.prompt {
	display: none;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.31);
    box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.31);
}
.golfclub-header {
	height: 700px;
}
#btn-kaufen {
  padding: 15px 20px;
  background: linear-gradient(to bottom, #f8ea8e 0%,#eeda51 100%); /* W3C */
  border: none;
  border-radius: 15px;
  position: relative;
  border-bottom: 4px solid #d8b829;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 100%; by default*/
  justify-content: space-between;
  flex-flow: wrap; /* has no effect since you're using % for flex-items width */
}
#btn-kaufen:hover {
  top: 2px;
  background: linear-gradient(to bottom, #fdec7f 0%,#dfca44 100%); /* W3C */
  border-bottom: 2px solid #d8b829;
  margin-bottom: 2px
}
#btn-kaufen:active {
  top: 2px;
}
button.owl-dot span {
	width: 20px !important;
	height: 20px !important;
}

#btn-kaufen .pricetag {
	padding-left: 1.2rem;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   25% { transform: rotate(5deg); }
   50% { transform: rotate(-5deg); }
   75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.wiggle {
  animation: wiggle 0.5s 1;
}

@media only screen and (max-width: 370px) {
	#btn-kaufen .pricetag {
		padding-left: 0.8rem;
	}
}

@media only screen and (max-width: 450px) {
	.golfclub-header {
		height: 250px;
	}
}

@media only screen and (min-width: 600px) {
	body {
		background-image: url('../img/21.png');
		background-attachment: fixed;
		background-position: 49% 50%;
		background-repeat: repeat;
		position: relative;
	}
}