/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

.packages {
  margin: 20px 10px;
  width: 350px;
  height: 100%;
  background-color: #ffffff; /* Hintergrund der drei Pakete **/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  flex-wrap: wrap;
  /* color: #848199; Paused due to relaunch on 04.10.22 **/
  color: #0d0221;
}
.packages-top{
  border-radius: 20px 20px 0 0;
  width: 90%;
  height: 20px;
  background: #ff0000;
  z-index: 0;
  margin-top: -20px;
}
.packages-bottom{
  border-radius: 0 0 20px 20px;
  width: 90%;
  height: 20px;
  background: #ff0000;
  z-index: 0;
  margin-bottom: -20px;
}
.packages h1{
  /* color:#333c4e; Paused due to relaunch on 04.10.22 **/
  color: #0d0221;
}
.pkg-description{
  /* color:#848199; Paused due to relaunch on 04.10.22 **/
  color: #0d0221;
  margin-bottom:20px;
}
.pkg-description p{
  margin-bottom:0;
}
.pkg-discount{
  color:#848199;
  font-size:14px;
 
}
.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 3px solid #1aada7;
  border-right: 3px solid #1aada7;
  margin-right: 10px;
}
h1,
h2 {
  font-size: 2.2em;
}
.text1,
.text2{
    color: #333c4e;
}

.list li {
  font-size: 14px;
  list-style: none;
}

.first {

}

.list {
  width: 80%;
  text-align: left;
}

ol,
ul {
  padding: 0;
  margin:0;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.packages .button {
  text-decoration: none;
  font-size: 15px;
  margin: 15px 15px;
  border-radius: 50px;
  color: #1aada7; 
  transition: all 0.3s ease 0s;
  /* border: 1px solid #1aada7; Paused due to relaunch on 04.10.22 **/
  width: 80%;
}
.button-dark-green{
  padding: 5px 15px;
  text-decoration: none;
  font-size: 15px;
  margin: 15px 15px;
  border-radius: 50px;
  background:#1aada7; /* Keine Ahnung was der Button macht **/
  color: #ffffff;
  transition: all 0.3s ease 0s;
  border:1px solid #1aada7;
  width: 80%;
}
.button:hover {

}
.pill-button { /* Slider Button Background **/
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* background: #c4e8e9;  pause relaunch 04.10.2022**/
  background: #fce5cd;
  border-radius: 28px;
  /*  color: #848199; pause relaunch 04.10.2022**/
  color: #0d0221;
  z-index: 0;
}
.pill-button-input {
  display: none;
  visibility: hidden;
}
.pill-button-highlight {
  transform: translate(0, -50%);
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: -1px;
  height: 38px;
  width: 70px;
  /* background: #1aada7; paused on 04.10.2022 relaunch **/
 background: #FF8200;
  border-radius: 22px;
  z-index: 1;
}
.pill-button-selection {
  transition: all 0.2s;
  display: inline-block;
  position: relative;
  padding: 0.5em 0.9em;
  cursor: pointer;
  z-index: 2;
}
.pill-button-selection_active {
  color: #fff;
}
.toggle-top, .toogle-currency{
  margin-top:50px;
}
.toogle-currency {
  margin-left:20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2321;
  -webkit-transition: 0.4s;

  box-shadow: 2px 6px 25px #1e2321;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #50bfe6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top:100px;
}
.light-green{
  /* background:#9ad9d8; **/ /* paused cause relaunch 04.10.2022 **/
  background: #0d0221; /*package top down border element **/
}
.dark-green{
  /* background: #45bcb7; **//* paused cause relaunch 04.10.2022 **/
  background: #ff8200; /* package icon Farbe **/
}
/* The container must be positioned relative: */
.custom-select {
  width:80%;
}
.custom-select select, .toogle-currency select {
  width:100%;
  font-size: 16px;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: #c4e8e9; pause cause relaunch 04.10.2022**/
  background: #fce5cd;
  border-radius:20px;
  border:0;
  text-align:left;
  padding: 5px 30px 5px 10px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0 0;
  background-repeat: no-repeat;
  /* color: #848199; pause cause relaunche 04.10.2022**/
  color: #0d0221;
}
select:focus-visible {
  outline: 0;
}
select > option {
  /* background: #c4e8e9; pause cause relaunch 04.10.2022**/  /* Or an hexadecimal value */
  background: #fce5cd;
  width:80%;
  padding:0;
 /* color: #848199; pause cause relaunch 04.10.2022**/
  color: #0d0221;
}
select::placeholder{
  color:#848199;
}
.opt-clr{
  color:#848199;
}
/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background:none\9;
    padding: 5px\9;
  }
}


.select-selected {
  background-color: #d1efed;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #848199 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #848199 transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #848199;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;

}
.select-selected {
  border-radius:20px;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #d1efed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-width: 85%;
  margin: 0 auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
@media all and (min-width:1200px){
.pkg-1{
  margin-top:50px;
}
.pkg-2{
  margin-top:-20px;
}
.pkg-3{
  margin-top:50px;
}
}
@media all and (max-width:1200px){
	.packages{
		margin-bottom:70px;
	}
}
@media all and (max-width:415px){
	.top{
		flex-direction: column;
	}
}
.pkg-icon{
	padding: 25px 25px;
    border-radius: 50%;
    margin-top: -60px;
      margin-bottom: 40px;
  z-index:1; 
}
.price-custom{
  margin-top: 0;
  color: #333c4e;
  font-weight: 710;
  font-size:1.6em;
  line-height: 1;
  margin-bottom: 10px;
  margin: 0 auto;
}
.price-custom span {
  color:#b7bac1;
  text-decoration: line-through;
  margin-right:10px;
}
.price{
    margin-top: 0;
    color: #333c4e;
    font-weight: 710;
  font-size:2.2em;
  line-height: 1;
    margin-bottom: 10px;
}
.price-container{
  margin-bottom:10px;
  width: 80%;
}
.more-info{
  margin-bottom:10px;
}
.bg-light-gradient{
  background-color: #f0f7f9 !important;
  /* background: linear-gradient(160deg, #f0f7f9 40%, #77d1d0 40%); **/ /* paused cause relaunch 10.2022 **/
  background: linear-gradient(160deg, #fcfcfa 40%, #ff8200 40%); 
  padding-bottom: 10%;
}
.cuttedprice {
  color:#b7bac1;
  text-decoration: line-through;
  margin-right:10px;
  font-size:20px;
}
.after-price-text{
  font-size:20px;
}