

/* The switch - the box around the slider */

.weekswitch {
  font-size: 17px;
  position: relative;
  display: inherit;
  width: 3.5em;
  height: 2em;
	margin-right:inherit !important;
	margin-left:inherit !important;
}

/* Hide default HTML checkbox */
.weekswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
  transition: .4s;
  border-radius: 5px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 0.1em;
	margin-right:auto;
	margin-left:auto;
  border-radius: 0px;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(0, 0, 0);
}

input:checked + .slider:before {
  transform: translateX(2.8em) rotate(360deg);
}



@media screen and (max-width: 980px) {
	.inverse{
		display:flex;
		flex-direction:column-reverse;
	}
}
@media screen and (max-width: 980px) {
	.align{text-align: center;
}
}
.galerie {border-radius: 30px}

@media screen and (max-width: 980px) {
	.buttonalign{
		display:flex;
		font-size: 10%;
	}
}

html {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 0%);
  background: -webkit-linear-gradient(top, transparent 0%,transparent 0%);
  background: linear-gradient(to bottom, transparent 0%,transparent 0%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 3px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #404333 !important;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-features {
  color: #B56B3E;
	background-color:#FFFFFF !important;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px 0px 0px;
}

.pricing-features-item {
  border-top: 0px solid #B56B3E;
  font-size: 12px;
  line-height: 1.5;
  padding: 1em;
	text-align: center;
}

.pricing-features-item:first-child {
  border-bottom: 1px solid #e1f1ff;
}
.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #000000;
  display: block;
  font-size: 32px;
  font-weight: 700;
	padding: 15px 0;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}
.pricing-price2 {
  display: none;
}
.discount {
  color: #B56B3E;
	font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0px 0px 0px;;}