@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

p {
    font-size: 16px;
    color: #9da2a8;
}

.bluebg a,
.whitebg a {
    text-decoration: none;
}

.mobilefont {
    font-size: 12px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
}

.information p {
    color: #fff;
}

.blue {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #001a33;
    font-weight: 400;
}

.undertitelblue {
    font-size: 17px;
    font-weight: 700;
    color: #001a33;
}

.level-container h4 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
}

.whiteTitle,
.bigTitle {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.whiteTitelSmall{
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0 5px;
}

.infoitem1 .whiteTitle {
    margin-bottom: 40px;
}

.whiteTitleSecond {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    margin: 80px 0 40px;
    color: #fff;
    font-weight: 400;
}

.lightblue-buttons {
    color: #fff;
    background-color: #1a3148;
    border: 2px solid #1a3148;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.fontblue {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    color: rgba(0, 26, 51, 0.8);
    font-weight: 700;
}

.whitebg p {
    color: rgba(0, 26, 51, 0.5);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.bluebg h2 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.bluebg p {
    color: #fff;
    font-size: 14px;
}

.contentTitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.infotitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #fff;
}

.infotitleOnecol {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #fff;
}

.links,
.surfvideotext a,
.nextwhitelinks {
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
}

.links:hover,
.surfvideotext a:hover {
    text-decoration: none;
    color: #fff;
}

.nextwhitelinks:hover{
   text-decoration: underline;
   color: #fff;
}

.linksdark {
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(0, 26, 51, 0.5);
}

.linksdark:hover {
    text-decoration: none;
    color: rgba(0, 26, 51, 0.5);
}

.blueinfotitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #001a33;
    text-transform: uppercase;
    margin-top: 20px;
}

/*tables*/
.invoicetable p{
   margin-bottom: 0.3rem;
}

.informationtable .bericht_titel_leiste{
   width: 180px;
}

/*Body and Wrapper*/

html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #fff;
    font-weight: 400;
    overflow-x: hidden;
}

.wrapper {
    padding: 0;
    background-color: #ffff;
}


/*header*/

.header-container,
.headercontent-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.small-header{
   position: relative;
   width: 100%;
   height: 60vh;
}

.small-header .menu{
   display: none;
}

.header .windowimg {
    display: none;
}

.header .mobileimg {
    display: block;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.header-container img, .small-header img {
    width: 100%;
    z-index: 997;
    -o-object-fit: cover;
    object-fit: cover;
}

.headline {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.headline h1 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 4.5vw;
    color: #fff;
    padding: 120px 10px;
}

.logoTcc {
    position: absolute;
    top: 24%;
    left: 20%;
    right: 13%;
    cursor: pointer;
}

.logoTcc p {
    text-align: center;
    color: #fff;
}


/*navigation (mobile)*/

.mobilenav {
    position: fixed;
    height: 95px;
    top: 0;
    background-color: #001a33;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
}

.mobilenav .card {
    margin: 6px 4px 0;
}

.mobilenav .card img {
    padding-bottom: 3px;
}

.mobilenav .scrolling-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0);
}

.sidenavigation,
.sidenav {
    display: none;
}

.mobilenav .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}

.mobilenav .scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.mobilenav a {
    text-decoration: none;
}


/*generall items in flexcontainer, or together*/

.flexcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.maxcontainer {
    max-width: 1850px;
}

.item {
    padding: 5px;
    min-width: 100%;
    min-height: 52vh;
    background-color: white;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}


/*ITEM 1*/

.item1 .waves {
    display: none;
}

.item1 {
    margin: 0;
    padding-top: 10px;
    position: relative;
}

.wave {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 30px;
}


/*ITEM 2*/

.item2 {
    min-height: 100vh;
}

.item2 .whitebg .infolist {
    display: none;
}

.item2 .whitebg {
    padding: 4%;
    text-align: left;
}


/*ITEM 3*/

.item3 p {
    color: #fff;
}

.item3 .swiper-container,
.item1 .swiper-container {
    display: none;
}


/*ITEMBOOK*/

.itemBook {
    background-color: rgba(0, 26, 51, 0.8);
    padding: 30px;
    min-height: 35vh;
    text-align: center;
    margin: 0;
}

.col-hand {
    display: none;
}

.booking. select.booking-select {
    height: calc(1.5em + .75rem + 2px)
}

.itemBook p {
    color: #fff;
}


/*ITEM 9*/

.item9 {
    display: none;
}


/*multiple items*/

.item3,
.item1 {
    height: auto;
    background-color: #001a33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    text-align: left;
}

.item5,
.item6,
.item7,
.item8,
.item4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 100vh;
}


/*descriptions overlay*/

.item5,
.item6,
.item7,
.item8,
.item2,
.item4 {
    padding: 0;
    position: relative;
}

.bluebg {
    position: absolute;
    background-color: rgba(0, 26, 51, 0.5);
    width: auto;
    bottom: 0;
    padding: 20px 15px;
    text-align: left;
}

.bluebutton,
.buttonformular {
    border: 1px solid white;
    background-color: rgba(0, 26, 51, 0);
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    border-radius: .15rem;
}


.buttonformular,
.whitebuttonformular {
    display: block;
    margin: 20px 0 10px;
}

.item1content .buttonrow {
    padding-left: 20px;
}

.item1content .buttonrow .bluebutton {
    margin-right: 10px;
    display: block;
}

.btn-primary,
.btn-primary:hover {
    border: 1px solid #001a33;
    background-color: #001a33;
    color: #fff;
    padding: 6px 28px;
    border-radius: .15rem;
}

.whitebg {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    width: 100%;
    bottom: 0;
    padding: 20px 20px;
}

.whitebutton,
.whitebuttonformular {
    border: 1px solid #001a33;
    background-color: #001a33;
    color: #fff;
    padding: 6px 28px;
    border-radius: .15rem;
    cursor: pointer;
    margin-top: 20px;
}

.whitebutton,
.bluebutton {
    display: none;
}

.notmobile {
    display: none;
}


/*mobile swiper*/

.scrolling-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
    background: transparent;
}

.scrolling-wrapper::-webkit-scrollbar {
    width: 0 !important;
    background: transparent;
}

.scrolling-wrapper {
    overflow: -moz-scrollbars-none;
    background: transparent;
}

.scrolling-wrapper {
    -ms-overflow-style: none;
    background: transparent;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
}

.card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 20px 20px 0 20px;
    background-color: transparent;
    border: none;
}

.card img {
    max-height: 40vh;
}

.item3 .scrolling-wrapper .card p,
.item1 .scrolling-wrapper .card p,
.itemRates .scrolling-wrapper .card p {
    color: #fff;
    width: auto;
}


/*swiper*/

.swiper-wrapper {
    padding: 10px 0 30px;
    height: auto;
}

.swiper-container {
    width: 100%;
    max-height: 100vh;
    margin: 50px 0 0;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-bottom: 130px;
}

.swiper-slide p {
    position: absolute;
    text-align: left;
    top: 320px;
    color: #fff;
}

.tripadvisortext {
    text-align: center;
    margin-top: 30px;
}

.item3 .swiper-slide p {
    top: 300px;
}

.swiper-pagination-bullet-active {
    background: #001a33;
}

.item3 .swiper-slide {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}


/*Gallery*/

.gallery {
    height: 100%;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallerybtn {
    margin: 0 5px;
}


/*footer*/

.footer {
    position: relative;
    height: auto;
    width: 100%;
}

.footercontainer {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695588/tccPictures/tcc_footer.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

@media (max-width: 775px) {
.footercontainer {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695588/tccPictures/tcc_footer.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

}


.logofooter p {
    color: #fff;
}

.logofooter {
    display: none;
}

.footer .whitebg {
    position: absolute;
    text-align: left;
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding: 3%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.footer .fontblue {
    font-size: 20px;
    margin: 15px 0;
}

.footer .contact {
    text-align: left;
    margin-top: 20px;
}

.contact .contact-left {
    width: 100%;
}

.contact .contact-right {
    width: 100%;
    margin-top: 30px;
}

.contact a,
.item1contact .whitebg a {
    color: rgba(0, 26, 51, 0.5);
}


/*youtube video and iframes*/

.surfingvid .embed-responsive,
.campvideos .embed-responsive {
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.maps,
.contact-site {
    width: 100%;
}

.surfvideos,
.surfvideotext {
    width: 100%;
}

.surfspotvideo {
    margin-bottom: 30px;
}


/*tripadvisor*/

.cdsROW.narrow.border {
    margin-bottom: 10px;
}

.TA_cdsratingsonlynarrow {
    margin-top: -22px;
}

.cdsROW.narrow .cdsLocName {
    padding-bottom: 20px;
}


/*neighborhood*/

.foodcol {
    padding-bottom: 25px;
}


/*flip images for team*/

.teamcol {
    padding: 0 5px 20px;
}

.teamimg {
    width: 100%;
}

.check-date .btn-holder {
    float: none;
}


/*media queries*/

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        column-width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    html {
        padding: 0 80px 0 0;
    }
    .item2,
    .item4,
    .item5,
    .item6,
    .item7,
    .item8 {
        min-height: 100vh;
    }
    .item2 {
        margin: 0;
    }
    .contact .contact-left {
        float: left;
        width: 40%;
    }
    .contact .contact-right {
        float: right;
        width: 40%;
        margin-top: 0;
    }
    .sidenav,
    .sidenavigation {
        display: block;
    }
    .sidenavigation {
        position: fixed;
        width: 80px;
        height: 100%;
        top: 0;
        right: 0;
        background-color: rgba(0, 26, 51, 0.9);
        padding: 10px 0px;
        z-index: 100;
    }
    .sidenavigation img {
        margin-left: 22px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 80px;
        background-color: rgba(0, 26, 51, 0.9);
        overflow-x: hidden;
        padding: 30px 0 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 200;
    }
    .sidenav .fw-nav-level2,
    .sidenav .fw-nav-level3 {
        padding-left: 0;
    }
    .sidenav a,
    .fw-nav-level3 {
        padding: 8px 8px 8px 32px;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .sidenav .fw-nav-level3 li {
        padding: 0px 6px 0px 32px;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .sidenav .fw-nav-level3 li a {
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
    }
    .fw-nav-level2 .fw-nav-selected {
        color: aqua;
    }
    .clickNav {
        cursor: pointer;
    }
    .sidenav a:hover,
    .fw-nav-level3 li a:hover {
        color: aqua;
    }
    .dropdown-container {
        display: none;
        padding-left: 8px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .counter {
        width: 20px;
        height: 20px;
        background: black;
        color: #fff;
        position: fixed;
        top: 120px;
        right: 0;
    }
    /*navigation language*/
    .language p {
        font-family: "Roboto Condensed", sans-serif;
        color: #fff;
        cursor: pointer;
        margin: 15px 0 0 28px;
    }
    .trennline {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }
    .iconContact img {
        margin: 0 0 0 30px;
        cursor: pointer;
    }
    .mobilenav {
        display: none;
    }
    .logoTcc {
        position: absolute;
        top: 5%;
        left: 10%;
        right: auto;
        z-index: 15;
    }
    .maps,
    .contact-site {
        width: 500px;
    }
    .surfvideos,
    .surfvideotext {
        width: 600px;
    }

    .informationtable .bericht_titel_leiste{
       width: 250px;
    }
}

@media only screen and (min-width: 765px) {
    .surfingvid .embed-responsive {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}


/*main media screen*/

@media only screen and (min-width: 800px) {
    .headline {
        display: none;
    }
    .item9 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: white;
        padding: 50px 15px 15px;
        display: block;
        height: auto;
        margin: 0;
    }
    .item9 .mb-5,
    .item9 .my-5 {
        margin-bottom: 1rem !important;
    }
    .item3 {
        height: auto;
        padding: 80px 0;
    }
    .item1 {
        height: auto;
        padding: 0 0 20px;
    }
    .item1content,
    .infoitem1,
    .item1contact {
        height: auto;
        padding: 40px 0 20px;
    }
    .itemBook {
        min-height: auto;
        padding: 50px 0;
    }
    .whitebutton,
    .bluebutton,
    .include-link {
        display: block;
    }
    .notmobile {
        display: block;
    }
    .bluebg {
        height: 100%;
        max-width: 500px;
        background-color: rgba(0, 26, 51, 0.8);
        padding: 30px;
    }
    .item5 .bluebg,
    .item7 .bluebg,
    .item2 .whitebg {
        left: 0;
    }
    .item6 .bluebg,
    .item8 .bluebg,
    .item4 .bluebg {
        right: 0;
    }
    .bluebg h2 {
        font-size: 65px;
        margin: 30% 0 30px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695590/tccPictures/fontbg2.jpg);
    }
    .item4 .bluebg h2 {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695591/tccPictures/fontbg3.jpg);
    }
    .item6 .bluebg h2 {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695591/tccPictures/fontbg4.jpg);
    }
    .item7 .bluebg h2 {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695591/tccPictures/fontbg5.jpg);
    }
    .item8 .bluebg h2 {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695591/tccPictures/fontbg6.jpg);
    }
    .bluebg p {
        margin: 0 0 30px;
    }
    .bluebutton {
        margin: 20px 0;
    }   
    .itemBook .check-dateMobile {
        display: none;
    }
    .itemBook .check-date {
        display: block;
        margin: 20px 0;
        padding: 0 20px;
    }
    .check-date .col-2 {
        text-align: right;
    }
    .check-date .col-2 img {
        width: 30px;
        margin: 3px 5px;
    }
    .check-date .col-2 .form-control {
        color: gray;
    }
    .check-date .col-3 .form-control {
        color: gray;
    }
    .check-date .col2button {
        text-align: left;
    }
    .item2 .mobileinfo {
        display: none;
    }
    .item2 .whitebg .infolist {
        display: block;
    }
    .item2 .fullinfo {
        width: 100%;
        padding: 0px 20px;
    }
    .item2 .whitebg .fontblue {
        text-align: center;
        font-size: 65px;
        margin: 50px -5px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: url(https://res.cloudinary.com/thecalicamp/image/upload/v1551695590/tccPictures/fontbg.jpg);
    }
    .item2 .whitebg p {
        font-size: 20px;
    }
    .item2content .infolist h4 {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 400;
    }
    .item2 .whitebg {
        width: 400px;
        padding: 15% 0;
        height: 100%;
    }
    .item2 .whitebgcontent {
        width: 600px;
        left: 130px;
        bottom: 120px;
        height: auto;
    }
    .header .mobileimg {
        display: none;
    }

    .header .windowimg {
        display: block;
        width: 100%;
    }
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: -10;
        width: 100%;
        overflow: hidden;
    }
    .header-container,
    .headercontent-container {
        height: auto;
    }
    .footer .whitebg {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 60%;
        bottom: 10%;
        min-height: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .logofooter {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 10%;
    }
    .itemhome .level-container {
        margin: 0 15%;
    }
    .item3 .scrolling-wrapper,
    .item1 .scrolling-wrapper{
        display: none;
    }
    .item3 .swiper-container,
    .item1 .swiper-container {
        display: block;
    }
    .levelpicture {
        cursor: pointer;
    }
    .item1 .levelpicture {
        position: relative;
    }
    .levelpicture .whiteTitle {
        position: absolute;
        font-size: 30px;
        left: 0;
        right: 0;
        top: 120px;
    }
    .item1 .swiper-container img {
        margin: 10px 0;
    }
    .item1 .swiper-container {
        text-align: center;
        padding: 0px 50px;
    }
    .item1 .information {
        display: inline-block;
        width: 80%;
        margin: 30px 0;
    }
    /*hover zoom effect*/
    .zoom {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .zoom:hover {
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }
    .wave {
        position: absolute;
        top: -50px;
        width: 100%;
        height: 80px;
    }
}

@media only screen and (min-width: 900px) {
    .item1 .swiper-slide p {
        top: 350px;
    }
}

@media only screen and (min-width: 950px) {
    .item1 .swiper-slide p {
        top: 400px;
    }
}

@media only screen and (min-width: 980px) {
    .campvideos .embed-responsive {
        margin-bottom: 50px;
        margin-top: 0;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1100px) {
    .levelpicture .whiteTitle {
        font-size: 30px;
    }
    .footer .whitebg {
        max-width: 50%;
    }
    .item1 .swiper-slide p {
        top: 420px;
    }
}

@media only screen and (min-width: 1400px) {
    .levelcontent {
        text-align: left;
        width: 70%;
    }
    .item5 .bluebg,
    .item7 .bluebg,
    .item2 .whitebg {
        left: 130px;
    }
    .item6 .bluebg,
    .item8 .bluebg,
    .item4 .bluebg {
        right: 130px;
    }
    .footercontainer {
        min-height: 70vh;
    }
    .footer .whitebg {
        max-width: 40%;
    }
    .bluebg {
        height: 100%;
        max-width: 500px;
        background-color: #001a33;
        padding: 30px;
    }
}

@media only screen and (min-width: 1600px) {
    .footer .whitebg {
        max-width: 30%;
    }
}

.item1content {
    min-height: 100vh;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-right: 25px;
}

.item1content .row .col-lg-4 {
    padding: 0 20px;
    margin: 20px 0;
}

.item1content .row .col-lg-4 img {
    display: none;
}

.item1content .row .col-lg-4 a:hover {
    text-decoration: none;
    color: #fff;
}

.extras {
    width: 100%;
    margin-top: 20px;
}

.extras a:hover {
    text-decoration: none;
}

.rateslist {
   color: #fff;
   font-size: 14px;
   margin-top: 40px;
}
                
.ratestable {
   width: 100%;
   text-align: center;
}
                
tr {
   background-color: #1a3148;
   border-top: 4px solid #001a33;
}
                
td {
   padding: 5px 0px;
}

.itemRates {
    display: block;
    background-color: #001a33;
    text-align: left;
}

.itemRates img {
    margin-bottom: 10px;
}

.itemRates p {
    margin-bottom: 30px;
}

.floatright {
    float: right;
}

.contentinformation {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
}

.item2content {
    height: auto;
}

.item2content .whitebg .infolist {
    display: block;
}

.item2content .whitebg {
    padding: 45px 0px;
    min-width: auto;
    height: 100%;
    max-width: 500px;
}

.item2content .whitebg .fullinfo {
    padding: 0 25px;
}

.item2content .whitebg .contentlist li {
    padding: 4px 0;
    color: rgba(0, 26, 51, 0.5);
}

.item2content .whitebg .fontblue {
    padding-left: 25px;
}

.item1contact .col-lg-6 {
    margin: 20px 0;
    padding: 10px;
}

.contactbild {
    position: relative;
}

.contactbild img {
    width: 100%;
    height: 100%;
}

.item1contact .contactbild .whitebg {
    position: absolute;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 10px;
    bottom: 5%;
    height: auto;
    padding: 30px;
}

.menu {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}

.menu h4 {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 0;
    font-size: 50px;
}

.request {
    padding: 0 5px;
}

.item1contact .form-control,
.infoitem1 .contentinformation .form-control {
    background-color: #001a33;
    color: #fff;
}

.infoitem1 .contentinformation label {
    color: #fff;
}

.item1content .whiteTitle {
    display: none;
}

@media only screen and (min-width: 800px) {
    .contentheader {
        height: auto;
    }
    .request {
        padding: 5px;
    }
    .item1contact .contactbild .whitebg {
        bottom: 25%;
    }
    .maxcontainer {
        margin: 0 auto;
    }
    .item2content .whitebg {
        padding: 25px 0px;
    }
    .item2content .whitebg .fontblue {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 1000px) {
    .item1content .row .col-lg-4 {
        margin: 20px 0;
    }
    .item1content .row .col-lg-4 img {
        display: block;
        width: 100%;
    }
    .extras {
        width: 66%;
    }
    .ratestable {
        width: 66%;
    }
    .mobileview {
        display: none;
    }
    .infotitle {
        display: none;
    }
    .itemRates {
        display: none;
    }
    .item1content .whiteTitle {
        display: block;
        position: absolute;
        bottom: 350px;
        font-size: 35px;
        left: 20%;
    }
}

@media only screen and (min-width: 1250px) {
    .contentinformation {
        padding: 40px 10%;
    }
}

.infosite .item2content {
    height: auto;
    margin-bottom: 15px;
}

.infosite .whitebg .infolist {
    display: block;
}

.infosite .whitebg {
    padding: 0 30px;
    min-width: auto;
    height: 100%;
    padding: 40px 25px;
}

.infosite .item5 .bluebg {
    height: auto;
}

.infosite .infolist {
    display: block;
}

.infoimg {
    width: 100%;
    margin: 0px 0 20px;
}

.contentlist {
    padding-left: 20px;
}

.contentlist li {
    color: #9da2a8;
}

@media only screen and (min-width: 800px) {
    .infosite .item5 .bluebg {
        height: 100%;
    }
}

@media only screen and (min-width: 800px) {
    .infosite .infotitle {
        display: block;
    }
}

#parallax0 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695591/tccPictures/home_howitworks.jpg) 50% 0;
}

#parallax1 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695589/tccPictures/tcc_stay.jpg) 50% 0;
}

#parallax2 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695591/tccPictures/home_theguides.jpg) 50% 0;
}

#parallax3 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695590/tccPictures/home_thespots.jpg) 50% 0;
}

#parallax4 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695588/tccPictures/home_theather.jpg) 50% 0;
}

#parallax5 {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1554645474/tccPictures/Header/Skydiving_California.jpg) 50% 0;
}

#parallaxContent {
    background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_1900,c_fill/v1551695588/tccPictures/tcc_rates_rates.jpg) 50% 0;
}

@media (max-width: 775px) {
    #parallax0 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695591/tccPictures/home_howitworks.jpg) 50% 0;
    }
    #parallax1 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695589/tccPictures/tcc_stay.jpg) 50% 0;
    }
    #parallax2 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695591/tccPictures/home_theguides.jpg) 50% 0;
    }
    #parallax3 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695590/tccPictures/home_thespots.jpg) 50% 0;
    }
    #parallax4 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695588/tccPictures/home_theather.jpg) 50% 0;
    }
    #parallax5 {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1554645474/tccPictures/Header/Skydiving_California.jpg) 50% 0;
    }
    #parallaxContent {
        background: url(https://res.cloudinary.com/thecalicamp/image/upload/w_414,h_896,c_fill/v1551695588/tccPictures/tcc_rates_rates.jpg) 50% 0;
    }
}

/*Form*/

.form_bg_color_false {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


/*# sourceMappingURL=style.css.map */






















