﻿.edit-form-class {
    /* Dina anpassade stilar */
    margin: 0 !important;
    padding: 0 !important;
}

    .edit-form-class .form-control {
        border-radius: 0 !important;
        box-shadow: none !important;
    }



.sec-event-row {
    border: 1px solid; /* Adjust the thickness as needed */
    border-color:lightgray;
    border-radius: 10px; /* Adjust the radius for rounder corners */
    padding: 4px; /* Keep the padding as specified */
    background-color:white
}

.sec-green-title {
    color: #086370
}

.sec-green-bgr {
    background-color: #bfcdd3;
}


.sec-blue-title {
    color: #3c4b6c;
}

.sec-blue-info {
    color: #3c4b6c;
    font-size: 16px
}

.sec-white-bgr {
    background-color: #efeeed
}


.sec-topnav-link {
    color: black !important;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-right: 0.8rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.sec-dropdownnav-link {
    color: black !important;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 0 0 0.4rem 0.2rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.sec-nav-link {
    color: #000f !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media screen and (max-width: 1270px) {
    .sec-nav-link {
        font-size: 12px !important;
    }
}

.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.sec-pagetitle-blue {
    font-size: 4.5vw;
    color: #004b6c;
    font-weight: bold;
    text-transform: uppercase !important;
}

.sec-pagesubtitle-blue {
    font-size: 2vw;
    color: #004b6c;
    font-weight: bold;
    text-transform: none !important;
}





img.background-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 800px;
}


.jumbo-image-container {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0 !important
}

.jumbo-overlay-text-blue {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    text-align: left;
    background-color: rgba(8, 99, 112, 0.6);
    padding: 38px 50px 38px 50px;
    border-radius: 0px;
    display: block;
    max-width: 90%;
}


.jumbo-overlay-text-blue-line1 {
    line-height: 1;
    display: inline-block;
    font-size: 5vw;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    display: block;
}

.jumbo-overlay-text-white {
    position: absolute;
    top: 700px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: black;
    font-size: 16px;
    text-align: left;
    background-color: rgba(256, 256, 256, 0.7);
    padding: 40px;
    border-radius: 0px;
}

.jumbo-overlay-text-blue-line2 {
    line-height: 1;
    display: inline-block;
    font-size: 3vw;
    white-space: nowrap;
    padding-top: 5px !important;
    margin-bottom: 0px !important;
    display: block;
}



/* Definiera media queries för olika skärmvidder */
/* Justera toppositionen och bredden på elementen enligt behov */

@media screen and (max-width: 992px) {
    .jumbo-overlay-text-blue {
        top: 150px;
        padding: 12px 14px 12px 14px;
        max-width: 98% !important
    }

    .jumbo-overlay-text-blue-line1 {
        font-size: 7vw;
    }

    .jumbo-overlay-text-white {
        top: 450px;
        width: 90%;
        padding: 12px;
    }

    .jumbo-overlay-text-blue-line2 {
        font-size: 5vw;
    }
}


@media screen and (min-width: 993px) and (max-width: 1180px) {
    .jumbo-overlay-text-blue {
        top: 250px;
        padding: 16px 20px 16px 20px;
        max-width: 98% !important
    }

    .jumbo-overlay-text-blue-line1 {
        font-size: 6vw;
    }

    .jumbo-overlay-text-white {
        top: 520px;
        width: 80%;
        padding: 20px;
    }

    .jumbo-overlay-text-blue-line2 {
        font-size: 4vw;
    }
}

@media screen and (min-width: 1181px) and (max-width: 1600px) {

    .jumbo-overlay-text-blue {
        top: 260px;
    }

    .jumbo-overlay-text-white {
        top: 580px;
        width: 60%;
    }
}


.sec-default-button {
    width: 200px;
    background-color: #b8636a;
    color: white;
    font-weight: bold;
}

    .sec-default-button:hover {
        background-color: #6B3136;
    }

.sec-link-button-blue {
    width: 32%;
    background-color: #004b6c !important;
    color: white !important;
    font-weight: bold;
    height: 40px
}

    .sec-link-button-blue:hover {
        background-color: #04354a !important;
        color: white;
    }

.sec-link-button-green {
    width: 32%;
    min-width: 115px;
    background-color: #76ad6b !important;
    color: white !important;
    font-weight: bold;
    height: 40px
}

    .sec-link-button-green:hover {
        background-color: #517649 !important;
        color: white;
    }

.sec-link-button-red {
    width: 32%;
    min-width: 115px;
    background-color: #b8636a !important;
    color: white !important;
    font-weight: bold;
    height: 40px
}

    .sec-link-button-red:hover {
        background-color: #81454a !important;
        color: white;
    }

.sec-container-fluid {
    background-color: #e8efe8 ;
    padding:0.4rem
}

.sec-topmenu {
    color: black
}

@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1560px !important;
    }
}

.sec-bookmark-false{

    background-color: grey;

}


.sec-bookmark-true {
    background-color: #55e22d;
}



.sec-disabled-textarea:disabled {
    background-color: lightgray;
    color: #666;
}
