@font-face {
    font-family: 'surprise_labregular';
    src: url('../fonts/Surprise-Lab/surpriselab-regular.woff2') format('woff2'),
         url('../fonts/Surprise-Lab/surpriselab-regular.woff') format('woff'),
         url('../fonts/Surprise-Lab/surpriselab-regular.ttf') format('truetype'),
         url('../fonts/Surprise-Lab/surpriselab-regular.svg#surprise_labregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'surprise_labbold';
    src: url('../fonts/Surprise-Lab/surpriselab-bold.woff2') format('woff2'),
         url('../fonts/Surprise-Lab/surpriselab-bold.woff') format('woff'),
         url('../fonts/Surprise-Lab/surpriselab-bold.ttf') format('truetype'),
         url('../fonts/Surprise-Lab/surpriselab-bold.svg#surprise_labbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'surprise_labmedium';
    src: url('../fonts/Surprise-Lab/surpriselab-medium.woff2') format('woff2'),
         url('../fonts/Surprise-Lab/surpriselab-medium.woff') format('woff'),
         url('../fonts/Surprise-Lab/surpriselab-medium.ttf') format('truetype'),
         url('../fonts/Surprise-Lab/surpriselab-medium.svg#surprise_labmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'surprise_labblack';
    src: url('../fonts/Surprise-Lab/surpriselab-black.woff2') format('woff2'),
         url('../fonts/Surprise-Lab/surpriselab-black.woff') format('woff'),
         url('../fonts/Surprise-Lab/surpriselab-black.ttf') format('truetype'),
         url('../fonts/Surprise-Lab/surpriselab-black.svg#surprise_labblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #f33717;
    text-decoration: none;
}

a:hover, a:focus {
  color: #b42209;
  text-decoration: none;
}

.tx-guidedtour {
    padding: 20px 0;
}
.card-default {
   font-family: surprise_labregular, sans-serif;
    font-weight: 300;
    font-size: 21px; 
    line-height: 29px;
    color: black;
}
.tx-guidedtour .card ul > li  {
    margin-left: -40px !important;
    list-style-position: inside;
}
.container-fluid {
    width: 98% !important;
}

.body-bg-top {
    padding-top: 10px;
}

body {
    background-color: white;
    color: black;
    font-family: surprise_labregular,sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: surprise_labbold, sans-serif;
}
.tx-guidedtour h1 {
    margin-top: 20px;
    font-family: surprise_labblack, sans-serif;
    font-weight: 900;
    font-size: 2.8em;
    text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
    .tx-guidedtour h1 {
        font-size: 1.9em;
    }
}
.tx-guidedtour h1:first-of-type {
    margin-bottom: 1.2em;
}

.tx-guidedtour h4 {
    font-family: surprise_labmedium, sans-serif;
    font-weight: 700;
    font-size: 29px; 
    color: black;
    /*font-size: 2.8em;
    text-transform: capitalize;*/
}

.tx-guidedtour .medium-29 {
    font-family: surprise_labmedium, sans-serif;
    font-weight: 700;
    font-size: 29px; 
    line-height: 1.3em;
    color: black;
    /*font-size: 2.8em;
    text-transform: capitalize;*/
}
.tx-guidedtour .regular-21 {
    font-family: surprise_labregular, sans-serif;
    font-weight: 300;
    font-size: 21px; 
    color: black;
}
.tx-guidedtour ul.costs li.regular-21 {
    margin-left: -40px !important;
    line-height: 1.8em;
    border-bottom: 1px solid #000000;
    
    list-style-type: none;
}

.accordion {
    box-shadow: none;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-item {
    margin: 10px 0;
    border-bottom: 1px black solid;
}
.accordion-body .row {
   padding-bottom: 20px;
}

/* http://www.intensivstation.ch/css3/em-rem */


.tx-guidedtour .accordion,
.tx-guidedtour .accordion-title {
    color: black;
    font-family: surprise_labregular,sans-serif;
    font-size: 21px !important;
    line-height: 29px;
}

.tx-guidedtour .accordion-heading {
    color: black;
    font-family: surprise_labmedium,sans-serif;
    font-size: 21px;
    border-bottom: 1px solid black;
    background-color: white;
   
}

.tx-guidedtour .label.label-surprise {
    font-family: surprise_labmedium,sans-serif;
    font-size: 16px;
    border: 1px solid black;
    display: inline;
    padding: 0.8em 1.2em 0.6em;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.2em;
    background-color: white;
    text-transform: uppercase;
    margin-top: 100px;
}

.tx-guidedtour .btn-primary {
    font-family: surprise_labmedium,sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: black;
    border-color: black;
    border-radius: 1.2em;
    padding: 0.8em 1.2em 0.6em;
}
.tx-guidedtour .btn-primary:hover {
    background-color: #f33717;
    border-color: #f33717;
}

.btn-agenda,
.btn-agenda:hover {
    display: inline-block;
    color: black;
    font-family: surprise_labregular,sans-serif;
    font-size: 21px !important;
    line-height: 29px;
    text-decoration: none;
}

.accordion-header {
    margin-bottom: 6px;
}

.tx-guidedtour ol > li  {
    margin-left: -40px !important;
    line-height: 1.8em;
    border-bottom: 1px solid #000000;
        list-style-position: inside;
}

.tx-guidedtour ul li {   
    list-style-type: square;   
}

.tx-guidedtour .required {
    color: #f33717;
}

.tx-guidedtour .error {
    color: #f33717;
    font-weight: normal;
    font-kerning: normal;
}

.payment_methods {
    display:inline-block;
}

.postfinance span {
    background-color:transparent;
    background-image:url(../../Public/Icons/card-sprite.png);
    background-repeat:no-repeat;
    float:left;
    height: 46px;
    margin-right:10px;
    width: 68px;
    border: 0;
}

.postfinance span.postfinance_efinance {
    background-position:-268px 0;
}

.postfinance span.postfinance_card {
    background-position:-201px 0;
}

.postfinance span.mastercard {
    background-position:-134px 0;
}

span .twint {
   position: relative;
   top: -24px;
}

div.radio > div {
   padding-bottom: 8px;
}

input[type='radio'],
input[type='checkbox']{
    height: 1.3em;
    width: 1.3em;
    margin-right: 0.9em; 
    vertical-align: middle;
}
input[type=select] {
    font-family: surprise_labregular, sans-serif;
    font-weight: 300;
    font-size: 21px; 
    color: black;
}


input[type=text] {
    border: 1px solid gray;
    height: 2.0em;
    border-radius: 0;
    background-color: white;
    /* width: 18em;  */
}

textarea {
    margin-top: 10px;
    border: 1px solid gray; 
    background-color: white; 
    max-width: 90%;
}

select {
    height: 1.8em;
    margin: 6px 0;
}

input[type='submit'] {
    margin: 6px 0;
}

.tx-guidedtour .table > thead > tr > th, 
.tx-guidedtour .table > tbody > tr > th, 
.tx-guidedtour .table > tfoot > tr > th, 
.tx-guidedtour .table > thead > tr > td, 
.tx-guidedtour .table > tbody > tr > td, 
.tx-guidedtour .table > tfoot > tr > td,
.tx-guidedtour .accordion,
.tx-guidedtour .accordion strong {   
    vertical-align: top;
    border: none;
    padding: 0;
}
.tx-guidedtour .table.list th,
.tx-guidedtour .table.list td {
    padding: 10px;
}

.hideBtn,
.hidden{
    visibility: hidden;
}


/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.tx-guidedtour .label {
    padding: .6em .6em .3em;
    font-weight: normal;
}

.accordion-body,
.accordion-header,
.accordion-body table tr > td {
    padding: 8px 0;
}

.date {
    margin-top: 10px;   
    font-family: surprise_labmedium,sans-serif;
    font-size: 29px;
    line-height: 34px;
}

.map-container > img {
    width: 100%;
    height: auto;
}

.cityGuide {
    width: 100%;
    height: auto;
}

.tx-guidedtour {
    width: 100%;
}

.tx-guidedtour .card {
    border: 0;
}
.card-body .row {
  margin-bottom: 20px;
}

.guidedtour p strong {
    font-family: surprise_labbold,sans-serif;
}

.guidedtour img {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.tx_guidedtour.list {
    width: 100%;
    background-color: white;
}




/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}


/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.circle-vorher {
    background: linear-gradient(darkorange, red);

    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    font-size: 21px;
    line-height: 20px;
    padding: 14px;
    display: flex;
    height: 90px;
    width: 90px;
    color: #F33717;
}

.label-circle {
    background-color: white;
    font-family: surprise_labmedium,sans-serif;
    font-size: 8px;
    border: 1px solid #f33717;
    height: 120px;
    width: 120px;

    border-radius: 50%;
    text-align: center;
    display:block;

    background-color: white;
    /* text-transform: uppercase; */
    hyphens: auto;
}

.tx-guidedtour .label.bg-spez {
    background-color: white;
    border: 1px solid #f33717;
    color: #f33717;
    hyphens: auto; 
    
    font-family: surprise_labmedium,sans-serif;
    font-size: 16px;
    border: 1px solid #f33717;
    display: inline;
    padding: 0.6em 1.0em 0.4em;
    line-height: 1;
    color: #f33717;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.2em;
    background-color: white;
    /*text-transform: uppercase; */
}



.btn-payrexx {
    width: auto;
    padding: 6px 20px 6px 20px;
    font-size: 25px;
    font-weight: 300;
    white-space: inherit;
    background-color: #99cc33;
    border: 0;
    outline: 0;
    color: #FFFFFF;
    border-radius: 0px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.btn-payrexx:focus, .btn-payrexx:hover {
    background-color: #19b8f2;
}



.fade:not(.show) {
  opacity: 6;
}
