/*
01 Tagformatierungen
02 Gridformatierungen
03 Seitenformatierungen
04 Formularformatierungen
05 Berichtformatierungen
06 Kalenderformatierungen
07 Navigationsformatierungen
*/

/**************Tagformatierungen**************/

html {
    margin: 0;
    padding: 0;
    background: rgba(0,26,51,1);
}

body {
    margin: 0 auto;
    padding: 0;
    width: 60%;
    background: rgba(0,26,51,1);
    color: #4b6d7b;
}

.orange-link:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(231, 141, 6);
}

.logo-cali-camp {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.logo {
    margin: 0 auto;
    display:block;
    width: 250px;
    height: 62px;
}

.header-img {
    height: 450px;
    border: 1px solid rgba(0,26,51,1);
    border-radius: 5px;
    background-image: url(assets/header-girls-going-surf.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.header-content {
    margin-top: 250px;
    font-size: 14px;
    padding: 30px;
}

.header-txt-subtitle {
    color: rgb(255, 153, 3); 
    font-weight: 700; 
    font-style: normal;
}

.header-txt-title {
    font-size: 34px;
    color: rgb(37, 170, 225); 
    font-weight: 700; 
    font-style: italic;
}

.header-txt {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.864);
    border: 1px solid rgb(255, 255, 255, 0.864);
    border-radius: 5px;
}

.header-price {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.864);
    border: 1px solid rgb(255, 255, 255, 0.864);
    border-radius: 5px;
    margin-left: 1px;
}

.price-txt {
    text-align: left;
    margin-top: 20px;
}

.group {
    font-size: 12px;
    color: rgba(0,26,51,1);
}

.solo {
    font-size: 12px;
    color: rgb(37, 170, 225);
}

.price-tag {
    padding-right: 30px;
    font-size: 34px;
    font-weight: 700;
    color:rgba(0,26,51,1);
}

.price-link {
    width: fit-content;
    margin: 0 auto;
    background-color: rgb(255, 153, 3);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 13px;
}

.information-testaments {
    font-size: 13px;
    padding: 0;
    margin-top: 30px;
}

.information-subtitle {
    color: rgb(252, 176, 64); 
    font-weight: 400; 
    font-style: normal;
    text-transform: uppercase;
}

.information-title {
    color: rgba(255, 255, 255);
    font-size: 20px;
    font-weight: 700; 
    font-style: italic;
    text-transform: uppercase;
}

.overview-content {
    padding: 0;
    margin-bottom: 20px;
}

.overview-img {
 padding: 0;
}

.overview-txt {
    padding-left: 20px;
}

.overviewimg {
    border-radius: 5px;
}

.included {
    padding-bottom: 10px;
    border-bottom: 1px solid #4b6d7b;
}

.included-txt {
    padding: 0;
}

.round-img {
    border-radius: 130px;
    border: 7px solid rgb(255, 255, 255);
}

.quote {
    font-size: 17px;
    text-align: end;
    font-weight: 300; 
    font-style: italic; 
    color: rgb(157, 162, 168);
}

.quotation {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 153, 3);
}

.testament-user {
    text-align: end;
}

.testament-one {
    padding: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4b6d7b;
}

.surf {
    padding: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4b6d7b;
}

.testament-two {
    padding: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4b6d7b;
}

.staying {
    padding: 0;
    margin-top: 30px;
    padding-bottom: 30px;
}

.drawtimeline {
    width: 9px;
    margin-left: 68px;
    border-left: 1px solid rgb(255, 255, 255);
}

.timeline-white-title {
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.timeline-weekend-title {
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    color: #4b6d7b;
}

.itinerary {
    margin-bottom: 50px;
}

.day {
    font-size: 13px;
    margin-top: 30px;
}

.day-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: rgb(255, 153, 3);
    color: rgb(255, 255, 255);
}

.points {
    display: block;
    background: rgba(252,176,64,1);
    border-style: none;
    border-radius: 148px;
    z-index: 22;
    width: 5px;
    height: 5px;
    position: absolute;
}

.sunday {
    left: 872;
    top: 823px;
}

.monday {
    left: 872;
    top: 957px;
}

.tuesday {
    left: 872;
    top: 1093px;
}

.wednesday {
    left: 872;
    top: 1230px;
}

.thursday {
    left: 872;
    top: 1384px;
}

.friday {
    left: 872;
    top: 1515px;
}

.saturday {
    left: 872;
    top: 1650px;
}

.footer-img {
    height: 233px;
    border: 1px solid rgba(0,26,51,1);
    border-radius: 5px;
    background-image: url(assets/footer-surf-sunsetjpg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.footer-img-content {
    height: 233px;
    margin-top: 50px;
    text-align: center;
}

.footer-link  {
    width: fit-content;
    background-color: rgb(255, 153, 3);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 17px;
    margin: 0 auto;
}

.aboutus {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}


.aboutusimg {
    border-radius: 130px;
}

.aboutus-txt {
    font-size: 13px;
    padding: 0;
}

.owner {
 margin-top: 10px;
}

@media only screen and (max-width: 900px) { 
    .header-content {
        margin: 0 auto;
        font-size: 13px;
    }

    .header-txt-title {
        font-size: 24px;
    }

    .header-price {
        margin-top: 5px;
        padding-bottom: 10px;
    }
    
    .drawtimeline {
        margin-left: 0px;
    }

    footer {
        margin-top: 30px;
    }

    .aboutus-txt {
        margin-top: 20px;
        margin-left: 100px;
    }
}


@media only screen and (max-width: 750px) {
    .overview-img {
        margin-bottom: 20px;    
    }

    .overview-txt {
        padding-left: 0px;
    }

    .included-txt {
        margin-bottom: 20px;    
    }

    .surf-img {
        margin-bottom: 20px;
    }

    .staying {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #4b6d7b;    
    }

    .staying-txt {
        margin-bottom: 20px;
    }

    .aboutus-txt {
        margin-left: 0px;
    }

    .footer-link {
        width: fit-content;
        margin: 0 auto;
        background-color: rgb(255, 153, 3);
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 13px;
    }

  } 

  @media only screen and (max-width: 450px) { 
    .header-content {
        padding: 24px;
    }

    .price-tag {
        font-size: 25px;
    }
    
    .price-link {
        font-size: 10px;
    }

    .footer-link {
        font-size: 12px;
    }

    .aboutus-txt {
        margin-left: 0px;
    }
  }

  @media only screen and (max-width: 380px) { 
    .header-txt-title {
        font-size: 20px;
    }
    .price-tag {
        font-size: 25px;
    }
    
    .price-link {
        font-size: 9px;
    }

    .footer-link {
        font-size: 10px;
    }
  }
