* {
    box-sizing: border-box;
}


body {
    font-family: 'Lato', Arial, sans-serif;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 1.6;
}

.jumbo-text {
    font-family: 'Libre Baskerville';
    font-size: 80px;
    margin-bottom: 30px;
    text-shadow: 1px 0px 1px #7a7a7a;
}

h1 {
    font-size: 30px;
    font-weight: lighter;
    /*text-transform:uppercase*/
}

h2 {
    font-size: 28px;
    font-weight: lighter;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    /*text-transform: uppercase*/
}

h5 {
    font-size: 20px;
    font-weight: 500;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.banner {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
}
/*GIT WIDGETS*/
.sgf-git-templates-bookings, .sgf-git-templates-login {
    width: 100% !important
}
.sgf-git-templates-login input{
    width: 260px !important
}
    .sgf-git-templates-login button {
        display:block!important
    }
.sgf-git-templates-slopecalculator-form h3 {
    display: none
}
.sgf-git-templates-competition-list a {
    color: #000!important
}
/*GIT WIDGETS END*/
/*BUTTONS*/
.book-btn {
    color: #fff;
    padding: 5px 10px 5px 10px;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 20px;
}
.logout-btn {
    color: #fff;
    padding: 5px 10px 5px 10px;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 20px;
}
.logout-btn:hover {
    color: #fff;
}

    .book-btn:hover, .book-btn-big:hover {
        color: #fff !important;
        text-decoration: none;
    }

.book-btn-big {
    color: #fff;
    padding: 10px 10px 10px 10px;
    background-color: #000000;
    font-size: 20px;
    text-transform: uppercase;
}

.btn, .btn-border {
    border-radius: unset;
    border: 1px solid;
    text-transform: uppercase;
    padding: 7px;
    font-size: 14px
}

    .btn:hover, .btn-border:hover {
        color: #fff !important;
        cursor: pointer;
        background-color: #000000;
        border: 1px solid #000000;
        text-decoration: none
    }

    .btn:focus {
        box-shadow: none
    }

.form-control {
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: lighter
}

    .form-control:focus {
        background-color: #fff;
        border-color: #fff;
        outline: 0;
        box-shadow: none;
    }


a .fa-file-pdf {
    margin-left: 5px
}


#toTop {
    display: inline-block;
    background-color: #f9b100;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #toTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: lighter;
        font-style: inherit;
        font-size: 1.5em;
        line-height: 50px;
        color: #fff;
    }

    #toTop.show {
        opacity: 1;
        visibility: visible;
    }
/*BUTTONS END*/


/*COOKIE*/
#cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    padding: 8px 30px 8px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: flex;
    align-items: center;
   visibility:hidden
}
    #cookies .cookie-policy-title {
        display: block;
        font-size: 18px;
        color:#fff;
    }
    #cookies p, #cookies a {
        margin: 0;
        display: inline;
        color: #fff
    }

#cookies .cookie-main {
    width: 100%;
    float: left;
}
    #cookies .book-btn {
        float: right;
        margin:10px 0 20px 0
    }
/*COOKIE END*/


/*LINKS*/
a, a:hover {
    color: #333
}

    a, a active {
        color: #231f20
    }

.news a {
    font-size: 14px;
    text-decoration: none;
    color: #231f20
}

.news pull-right {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #231f20
}

.news .date {
    font-style: italic;
    color: darkgray;
    font-size: 12px
}

.crums {
    font-size: 12px;
    text-transform: uppercase
}
/*LINKS END*/

/*IMAGES*/
.spot {
    padding: 40px;
    height: 350px;
    background-size: cover;
    background-position: center center;
    border: 5px solid white;
    border-right: none;
}

    .spot:last-child, .image-first:last-child {
        border-right: 5px solid white;
    }

.image-first {
    border: 5px solid white;
    border-right: none;
    border-bottom: 0
}

.image-second {
    border: 5px solid white;
}

    .image-second:first-child {
        border-bottom: 5px solid white;
        border-right: none;
    }

.three-image-spot .spot {
    position: relative;
    text-align: center;
}

.small-text-box {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-image {
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.three-image-spot {
    display: flex;
    flex-wrap: wrap
}
/*IMAGES END*/

.news-item-spot {
    border: 5px solid #fff;
    overflow: hidden;
}

.news-text-box {
    border: 5px solid #fff;
    height: 205px;
    overflow: hidden;
}

.news-spot-image {
    border: 5px solid #fff;
    padding: 40px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    border-bottom: 0
}


/*CAROUSEL*/
.top-carousel {
    position: relative
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.carousel-inner .carousel-item {
    height: 650px;
    background-size: cover;
    background-position: center center;
}

.carousel-item img {
    height: 100vh;
}

/*.carousel-caption {
    top: 30%;
}*/

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
/*CAROUSEL END


/* VIDEO */
video {
    width: 100%;
    object-fit: cover;
    max-height: 650px;
}

/* VIDEO END */


/*BLOCKS*/
.one-column-block {
    text-align: center
}

.two-column-spot p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.spots .short-text:last-child{
    padding-bottom:50px
}
.short-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.column-image {
    height: 100%;
    min-height: 500px;
}
/*BLOCKS END*/


/*LINE HEADING*/
.line-heading {
    font-size: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase
}

    .line-heading:before,
    .line-heading:after {
        content: '';
        border-top: 2px solid;
        margin: 0 20px 0 0;
        flex: 1 0 20px;
    }

    .line-heading:after {
        margin: 0 0 0 20px;
    }
/*LINE HEADING END*/

/*SPONSORS*/

.sponsor img {
    max-width: 170px;
    margin: 20px;    
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%);*/
}

    .sponsor img:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }
/*SPONSORS END*/


/*SOCIAL ICONS*/
.social-black-facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f39e';
    background-color: #000;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}

.social-black-instagram::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f16d';
    background-color: #000;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}

.social-white-facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f39e';
    background-color: #fff;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    color: black;
    width: 25px;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}

.social-white-instagram::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f16d';
    background-color: #fff;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    color: black;
    width: 25px;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}
/*SOCIAL ICONS END*/

/*FOOTER*/
footer {
    background-color: black;
    color: #fff;
    text-transform: uppercase;
}

.contact-info {
    font-size: 12px
}

.copyright {
    font-size: 12px
}

.footer a {
    color: #fff;
    text-decoration: none
}

    .footer a:hover {
        color: #fff;
    }

footer .social {
    display: flex;
}

footer ul {
    padding-left: 0;
    font-size: 14px
}

footer li {
    list-style: none
}

/*FOOTER END*/


/*FORMS*/
.customForm .row-fluid {
    display: flex
}
.customForm .field-validation-error {
       color: red;
}
.customForm .umbraco-forms-container .col-md-12 input, .umbraco-forms-container select {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: lighter;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}
.customForm input[type='checkbox'] {
    width: auto !important
}
.customForm .umbraco-forms-navigation .btn-border {
    float: right;
    margin-right: 15px
}
.customForm .checkboxlist, .customForm .checkbox {
    display: flex
}

    .customForm .checkboxlist label, .umbraco-forms-field-wrapper label{
        margin: 3px 15px 0 5px;
    }
/*FORMS END*/


/*MASONRY*/
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 100%;
    margin: 5px
}

.grid-item {
    float: left;
}

    .grid-item img {
        display: block;
        max-width: 100%;
    }

/* 2 columns */
@media screen and (min-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 48%;
        width: calc((100% - 20px) / 2);
    }
}

/* 3 columns */
@media screen and (min-width: 1000px) {
    .grid-sizer,
    .grid-item {
        width: 31%;
        width: calc((100% - 40px) / 3);
    }
}

/*MASONRY END*/


.banner-text-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 30%;
    text-align: center;
    top: 80px;
    position: absolute;
    right: 10%;
}

.text-box-center {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
}


#golfhaftet{
    max-width:100%!important;
    border:none!important;
    padding:0!important;
    font-family:inherit;
}
/*TABLE*/
.headers {
    display: inline-flex;
    justify-content: space-between;
    width: 90%;
}


.question-header p:first-child {
    font-weight: bold;
}

.question {
    background-color: gainsboro;
    padding: 10px;
    margin-bottom: 10px;
}

.question-header > i {
    float: right;
    margin-top: 5px;
    cursor: pointer
}

.question .answer {
    padding: 20px;
}

.link-buttons {
    margin-top: 15px;
    display: inline-block;
}

.answer > a {
    margin-right: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td:first-child, th:first-child {
    text-align: left;
    margin-left: 10px
}

td, th {
    text-align: center;
    padding: 10px 0 0 10px
}

.is-primary {
    background-color: #dcdcdc
}

thead tr {
    background: #dcdcdc
}

tbody tr:nth-child(even) {
    background: #dcdcdc
}

/*TABLE END*/

/*CONTACT*/
.contact {
    display: flex;
    flex-wrap: wrap;
}

    .contact img {
        width: 100%
    }

    .contact p {
        margin-bottom: 0
    }

/*CONTACT END*/

@media only screen and (max-width: 1300px) {
    .banner-text-box {
        width: 35%;
    }
}


@media only screen and (max-width: 992px) {

    .jumbo-text {
        font-size: 60px;
    }

    .carousel-inner .carousel-item {
        height: 525px;
    }

    .sponsor img {
        width: 120px;
    }

    .banner-text-box {
        width: 80%;
    }

    .headers {
        display: inline-block
   
}

@media only screen and (max-width: 768px) {
    .change-order {
        order: 1
    }

    .jumbo-text {
        font-size: 42px;
    }

    .carousel-inner .carousel-item {
        height: 425px;
    }

    .sponsor img {
        width: 70px;
        margin: 10px
    }

    .three-image-spot > .spot:not(:first-child) {
        border-top: 0px;
    }

    .spot, .image-first {
        border-right: 5px solid white;
    }

        .image-first:last-child, .image-second:first-child {
            border-right: 5px solid white;
        }

        .image-first:first-child, .image-second:first-child {
            border-bottom: 0px;
        }

    .last-spot {
        border-bottom: 5px solid white;
    }

    .image-second.change-order.last-spot {
        border-top: 0px !important;
        border-bottom: 5px solid white !important;
    }

    .not-found-box h2 {
        font-size: 36px;
    }
    .customForm fieldset .row-fluid {
        display: grid;
    }
    .column-image {
        height: 480px
    }
 

}

@media only screen and (max-width: 630px) {

}

@media only screen and (max-width: 530px) {
    .carousel-caption {
        bottom: 12%;
    }

    /*.jumbo-text {
        font-size: 28px;
    }*/

    .book-btn-big {
        font-size: 16px;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    tr {
        margin-top: 20px
    }
}
