﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/*
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/
*
{
    box-sizing:border-box;
}

body,html,form
{
    width:100%;
    min-height:100%;
    height:100%;
    margin:0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position:relative;
    font-size: 100%;
    font-size: 18px;
}

ul {
    margin: 0px;
    padding: 0px;
}

form
{
    font-size:1em;
}

.afix
{
    position:relative;
    margin-top:-65px;
}

.backtoevent
{
    font-weight:bold;
    display:inline-block;
    padding-top:10px;
}

img
{
 border:none;   
}

A:link{color:Black;text-decoration:none;}
A:visited{color:Black;text-decoration:none;}
A:active{color:Black;text-decoration:none;}
A:hover{color:Black;text-decoration:none;}

.Clear
{
    clear:both;   
}

h1
{
    width:100%;
    font-weight: 700;
    font-size: 40px;
    margin:0px;
}

h2
{
    width:100%;
    font-weight: 700;
    font-size: 30px;
    margin:0px;
}

h3
{
    width:100%;
    font-weight: 700;
    font-size: 20px;
    margin:0px;
}

h4
{
    width:100%;
    font-weight: 400;
    font-size: 16px;
    margin:0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul
{
	margin:0px;
}

.centercontent
{
    width:80%;
    margin:0px auto;
    position:relative;
}

.centercontent60
{
    width:60%;
    margin:0px auto;
    position:relative;
}


#Kreera {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    padding:7px 0px 7px 0px;
}

    #Kreera img {
        width: 65px;
        display: inline-block;
        margin: 0px auto;
    }

#EPHolder {
    display: flex;
    overflow: hidden;
    height: 100vh;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#EPText {
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    position: absolute;
    z-index: 5;
}

#EPBG {
    background-image: url(/Images/Siteimages/errorbg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    animation: shrink 5s infinite alternate;
}

@keyframes shrink {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.MenyButton {
    position: absolute;
    top: 35px;
    right: 0px;
    z-index: 100;
}

    .MenyButton a {
        padding: 6px 20px 5px 20px;
        color: #fff;
        display: inline-block;
        background-color: #2e4a6d;
        border-radius: 50px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }

.MenyButton a:hover
{
    background-color: #101a26;
}

.MenySpacer
{
    height:100px
}

.centertext
{
    text-align:center;
}

.Spacer {
    height: 80px
}

.IntroHolder
{
    position: relative;
    height: 60vh;
}

.IntroTopLogo
{
    width:300px;
    text-align: center;
    margin:0px auto;
    padding: 50px 0px 0px 0px;
}

.IntroTopLogo img
{
    width:100%;
}

#Slider
{
    width:100%;
    margin:0px auto;
    height:60vh;
    box-sizing:border-box;  
    position:relative;
    z-index: 5;
}

#Slider video
{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

#SliderHolder
{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

.plusslider-container .child {
    display: block;
    width: 100%;
}

.sliderdiv
{
    max-width:100%;
    height:100%;
    width:100%;
    max-height:100%;
    background-position:center center;
    background-size:cover;
    position:relative;
    font-size: 0px;
}

.sliderVideo
{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 80vh;
    object-fit: cover;
    z-index: 1;
}

.SliderFade
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1;
    pointer-events:none;
    background-position: bottom center;
}

    .SliderFade::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 30% );
        pointer-events: none;
    }

.SliderTextHolder
{
    position: absolute;
    bottom: 170px;
    width:70%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.SliderTextHead
{
    font-weight: 700;
    line-height: 130%;
    font-size: 3vw;
}

.SliderTextText
{
    font-weight: 400;
    line-height: 130%;
    font-size: 20px;
}

.SliderText
{
    font-weight: 400;
    line-height: 130%;
    font-size: 18px;
}

.SliderText p
{
    margin:0px;
}

.plusslider-pagination-wrapper 
{
    display: none!important;
}

.SliderText a
{
    color: #fff;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
}

.IntroInkastHolder
{
    width:80%;
    margin:0px auto;
    position:absolute;
    bottom: -20px;
    border-radius: 10px;
    background-color: #fff;
    padding:40px 40px 10px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 0px;
    right: 0px;
    z-index: 10;
    text-align: center;
}

.IntroInkastPriceHolder {
    width: 80%;
    margin: 0px auto;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient( to right, #d75b2f 50%, #ffffff 100% );
    padding: 20px 40px 35px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 0px;
    right: 0px;
    bottom: 125px;
    z-index: 10;
    text-align: center;
}

.IntroInkastPriceHolder a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:6;
    height:100%;
}

    .IntroInkastPriceHolder span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        text-transform: uppercase;
    }

.FlagHolder {
    margin-left: auto;
}

.IntroInkastPriceHolder img {
    display: inline-block;
    width: 20px;
}

    .IntroItem {
        width: 20%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.IntroImg
{
    max-width: 80px;
    display: block;
}

.IntroImg img
{
    width: 100%;
}

.IntroText
{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

#Intro
{
    width:100%;
    height:45vh;
    background-image:url(../Images/Siteimages/Start-BG.jpg);
    background-size:cover;
    background-position:center center;
    position:relative;
    z-index:1;
}


.FlexHolder {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
    gap: 20px;
}

.nopaddtop
{
    padding-top:0px;
}

.startAktuellt {
    padding: 6px 20px 5px 20px;
    color: #fff;
    display: inline-block;
    background-color: #2e4a6d;
    border-radius: 50px;
    margin: 20px 0px 30px 0px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

    .startAktuellt:hover {
        background-color: #101a26;
    }

.ArticelItem4 {
    width: calc(25% - 22px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #c1d4d9;
    max-width: 50%;
    flex-grow: 1;
    border-radius: 10px;
}

.ArticelItem4 img, .ArticelItem3 img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }

.ArticelItem3
{
    width: calc(33.333% - 22px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #c1d4d9;
    max-width: 33.333%;
    flex-grow: 1;
    border-radius: 10px;
  }

.Blue-BG-Light .ArticelItem3, .Blue-BG-Light .ArticelItem4
{
    background-color: #fff;
}

.ArticelImg {
    position: relative;
    font-size: 0px;
    height: 100%;
    overflow: hidden;
    max-height: 450px;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
  }

.ArticelImg img,.ArticelImg picture {
  width: 100%;
  transition: ease-in-out 0.5s;
  aspect-ratio:1;
}

.ArticelImg a img:hover {
    transform: scale(1.06);
    cursor: pointer;
  }

.ArticelTextHolderSUB {
    position: relative;
    text-align: left;
    z-index: 3;
    padding:20px;
    box-sizing: border-box;
    margin: 0px auto;
    height: auto;
    width: 100%;
  }

    .ArticelTextHolderSUB h4
    {
        text-align:center;
    }

    .ArticelHeadlineSUB {
        letter-spacing: 1px;
        padding: 5px 0px;
        font-size: calc(16px + 0.6vw);
        margin: 0px;
        line-height: 130%;
        letter-spacing: 1px;
        min-height: 80px;
        font-weight: 800;
        color: #000;
    }

  .ArticelHeadlineSUB a{
    color:#000;
  }

.ArticelTextSUB {
    font-size: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300 !important;
    padding-top: 5px;
    font-style: normal !important;
    color:#000;
  }

.ArticelItem3  .ArticelTextSUB {
    overflow: initial;
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .ArticelTextSUB p {
    margin:0px;
  }

  .ArticelTextSUB a{
    color:#000;
  }

.ArticelTextSUB h1, .ArticelTextSUB h2, .ArticelTextSUB h3, .ArticelTextSUB h4 {
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: 'Poppins' !important;
    text-transform: initial!important;
  }

.ButtonHolder {
    cursor: pointer;
    margin: 0px auto;
  }

.Button {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
  }

.Button a {
    text-align: center;
    padding: 20px 0px 0px 0px;
    display: block;
  }

.Bigg-PilH-Vit {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: #fff;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.PilH-Vit {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.PilH {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #000;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.StartInkast-First
{
    width:66.666%;
    height: auto;
    /*background-image:url(../Images/Siteimages/Start-First.webp);*/
    background-size:cover;
    background-position:center center;
    position:relative;
    z-index:1;
    border-radius: 10px;
    overflow: hidden;
}

.StartInkast-First::before {
    content: ''; /* Obligatoriskt för pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Din gamla bild-styling, flyttad hit */
    /*background-image: url(../Images/Siteimages/Start-First.webp);*/
    background-size: cover;
    background-position: center center;
    
    /* Sätter transition på skalan */
    transition: transform 0.5s ease-in-out; 
    z-index: 2; /* Sätt lägre än texten */
}

.StartInkast-First:hover::before {
    transform: scale(1.06); /* Zoom-effekten */
}

.FullHover a,.FullHover
{
    position:absolute;
    width:100%;
    height:100%;
    z-index: 10;
    display: block;
}

.StartInkast-First-TextHolder
{
    position:absolute;
    left:20px;
    bottom:20px;
    padding:0px 20px 0px 0px;
    box-sizing: border-box;
    color:#fff;
    z-index: 300; 
}

.StartInkast-First-Text {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.StartInkast-First-Text a
{
    color:#fff;
    cursor: pointer;
    display: block;
}

.StartInkast-First-Text p
{
    margin:0px;
    display: inline-block;
}

.StartInkast-Second
{
    width: calc(30.333% - 22px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #c1d4d9;
    flex-grow: 1;
    border-radius: 10px;
}

.StartInkast-Second-Text
{
    font-weight: 700;
    font-size: 25px;
}

.StartInkast-Second-Text p
{
    margin:0px;
}

.Blue-BG
{
    background-color: #2e4a6d;
    color:#fff;
    padding:40px 0px;
}

.Orange-BG {
    background-color: #d75b2f;
    color: #fff;
    padding: 40px 0px;
}

.Blue-BG-Dark {
    background-color: #101a26;
    color: #fff;
    padding: 40px 0px;
}

.Blue-BG a, .Blue-BG-Dark a
{
    color:#fff;
}

.Blue-BG-Light
{
    background-color: #c1d4d9;
}

.BannerHolder
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.BannerTextHolder
{
    width: calc(100% - 200px);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}

.BannerTextHolder p
{
    margin:0px;
}

.BannerButtonHolder
{   
    display: inline-block;
    max-width: 280px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.BannerButtonHolder a
{   
    padding: 6px 20px 5px 20px;
    color: #2e4a6d;
    display: block;
    background-color: #fff;
    border-radius: 50px;
}

.BannerButtonHolder a:hover
{   
    background-color: #c1d4d9;
}

.TwoInkastHolder
{
    display: flex;
    flex-wrap: wrap;
    background-color: #c1d4d9;
    border-radius: 10px;
    margin-top:50px;
    margin-bottom:50px;
}

.Align-Center
{
    align-items: center;
}

#FooterSliderHolder {
    height: 70vh;
    margin:50px auto;
}

#FooterSlider
{
    width:100%;
    height:100%;
}

#FooterSlider img
{
    border-radius:10px;
}

.TwoImageHolder {
    width: 33.333%;
    height: auto;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    border-radius: 10px 0px 0px 10px;
}

.TwoImage-First
{
    background-image:url(../Images/Siteimages/Start-Spar.webp);
}

.TwoImage-Second
{
    background-image:url(../Images/Siteimages/Start-Utrustning.webp);
}

.TwoImage-Kontakt
{
    background-image:url(../Images/Siteimages/Kontakt-Img.webp);
}

.TwoImage-Bokning1
{
    background-image:url(../Images/Siteimages/Bokning-Img.webp);
}

.TwoImage-Bokning2
{
    background-image:url(../Images/Siteimages/Bokning-Img-2.webp);
}

.TwoImage-Snogaranti
{
    background-image:url(../Images/Siteimages/Snogaranti-Img.webp);
}

.TwoImageHolder img
{
    width:100%
}

.TwoTextHolder
{
    width:66.666%;
    padding: 100px 30px 100px 30px;
    box-sizing: border-box;
}

.TwoTextHolder-Citat
{
    color: #2e4a6d;
    padding: 5px 0px 5px 10px;
    box-sizing: border-box;
    border-left:4px solid#2e4a6d;
    font-size: 22px;
    font-weight: 700;
    width:80%;

}

.TwoTextHolder-Citat p
{
    margin:0px;
}

#AnlaggningenVideo {
    background-color: #c1d4d9;
    border-top: 30px solid #c1d4d9;
    border-bottom: 30px solid #c1d4d9;
}

#AnlaggningenVideo video
{
    width:100%;
    height:100%;
    border-radius:10px;
    aspect-ratio:16/9;
    object-fit:cover;
}

.InkastHead
{
    text-align: center;
    padding:50px 20px 0px 20px;
    box-sizing: border-box;
}

.TextHolder
{
    width:50%;
    margin:0px auto;
    padding:50px 0px;
}

.BiggImage
{
    width:100%;
    display:block;
    margin:0px auto;
}

.BiggImage img
{
    width: 100%;
    height:100%;
    object-fit:contain;
    aspect-ratio:16/9;
}


/* Till vit bakgrund
Kontaktformulär
*/

.Form
{
    width:80%;
    margin:0px auto;
    padding: 50px 0px 80px 0px;
    display: table;
}

#ProjForm-Text-Holder
{
    width:30%;
    margin:0px auto;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

#ProjForm-Form
{
    width:70%;
    margin:0px auto;
    display: table-cell;
    vertical-align: top;
}

.ProjForm-Text
{
    padding-right:50px;
    position: relative;
    z-index: 10;
    color:#101a26;
    font-size: 22px;
    padding-top: 30px;
}

.ProjForm-Text h3
{
    font-size: 25px;
}

.ProjForm-Text p
{
    margin:0px;
}

.styled-select 
{
    width: 98%;
    height: 19px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(../Images/Siteimages/Form-Scroll-Pil.png) no-repeat right;
    display: inline-block;
    position: relative;
    border: 1px solid #898d8e !important;
    border-radius: 3px;
    padding: 15px 0px 16px 7px;
    background-color: #898d8e;
}
  
.styled-select select 
{
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    border: 0;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.FormDropDownHolder option
{
    background-color: #898d8e!important;
    font-family:Arial!important;
    border: 2px solid#898d8e!important;
}

.FormDropDownHolder option:hover
{
    background-color: #282828!important;
}

#ddlArea
{
    border:0px;
    background-color: transparent;
    width:100%;
    font-size: 14.5px!important;
    font-family:Lato, sans-serif !important;
    color:#000;
    height: 50px;
    padding-left: 15px;
}

.FormDropDownHolder
{
    margin-bottom: 3px;
}

#ddlArea.selectedvalue.tostring
{
    background-color:#17172D;
}

#ContactForm text,#ContactForm textarea,#ContactForm input[type=text],
#ContactForm2 text,#ContactForm2 textarea,#ContactForm2 input[type=text],#ContactForm input[type=email],#ContactForm input[type=date]
{
    display:inline;
    margin:0px auto;
    background-color: transparent;
    border: none;
    padding: 18px 0px 18px 20px;
    border: 1px solid#101a26!important;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-family:'poppins', sans-serif !important;
    line-height: 20px;
    color:#101a26;
}

#txtOther input[type=text]
{
    font-family:'poppins', sans-serif !important;
    font-size: 16px;
}

#txtOther
{
    height: 295px !important;
    border-radius: 30px !important;
}

.watermark_container
{
    width:100%;
    font-family:'poppins', sans-serif !important;
}

.watermark
{
    font-size: 16px!important;
    font-family:'poppins', sans-serif !important;
    color:#101a26!important;
    left: 20px !important;
}

.styled-select select input[type=text], textarea, .watermark_container input[type=text], textarea 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #0054d9;
}
   
.styled-select select input[type=text]:focus, textarea:focus ,.watermark_container input[type=text]:focus, textarea:focus 
{
    box-shadow: 0 0 5px #0054d9;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #0054d9;
    color:#898d8e!important;
}

.trail-item {
    display: flex;
    justify-content:center;
    align-items: center; /* vertically align the controls */
    gap: 10px; /* spacing between elements */
    margin-bottom: 8px; /* spacing between rows */
}

.trail-name {
    width: 200px; /* fixed width for the label so all items align */
    font-weight: bold;
}

.trail-datetime {
    width: 200px; /* same width for all dateboxes */
}

.trail-checkbox {
    flex-shrink: 0; /* prevents checkbox from shrinking */
}

.FormTextBox
{
    padding: 8px 0px;
}


#ProjFormHolder
{
    width:100%;
}

#ProjForm-Top
{
    display:block;
    width:100%;
}

#ProjForm-Left
{
    display:inline-block;
    vertical-align: top;
    width:49%;
}

#ProjForm-Right
{
    display:inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

#ProjForm-Button
{
    display: inline-block;
    width: 100%;
    text-align: right;
}

#ProjForm-Middle-Inner
{
    display:table;
    padding-right:30px;
    width:100%;
    box-sizing:border-box;
}

#ProjForm-Left-Inner {
    display: table;
    width: 100%;
}


.FormTextHolder
{
    display:table-cell;
    vertical-align: top;
}

.FormBoxHolder
{
    display:table-cell;
}

.otherbox
{
    width:100%!important;
}

.red
{
    color:#FF0000;
}

#btnSend, #btnSend2
{
    border: 0px;
    background-color:#101a26;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    padding: 6px 20px 5px 20px;
    background-color: #101a26;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family:'poppins', sans-serif !important;
}

#btnSend:hover, #btnSend2:hover
{
    background-color:#2e4a6d;
}

#txtName
{
    padding-top:5px;
}

.MovieHolder
{
    text-align: center;
    padding:70px 0px;
}


#GalleryHolder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; /* adjust spacing as needed */
}

.GalleryItem {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* choose your ratio */
    overflow: hidden;
}

    .GalleryItem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.fancybox__container
{
    z-index:100000!important;
}
/*
Kontaktformulär - Slut
*/
/*Detaljsida*/
.ArtikelDetaljNavigation {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.ArtikelDetaljText p
{
    margin-bottom:0px;
}

.FileItem
{
    padding: 10px 25px 9px 25px;
    display: inline-block;
    border: 2px solid #000;
    letter-spacing: 1px;
    margin-bottom:10px;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    margin-right: 10px;
}

/*#OtherImagesHolder {
    display: flex;
    width:100%;
    justify-content: center;
    gap: 10px;
    margin-bottom:20px;
    box-sizing: border-box;
    text-align: center;
}*/

#OtherImagesHolder {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns = 33% each */
    gap: 12px; /* optional */
}

.fancybox-opened {
    z-index: 80030!important;
}
    
.OtherImages
{
    gap: 10px;
    height:100%;
    width:100%;
    box-sizing: border-box;
    text-align: center;
}

    .OtherImages img {
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }

.youtubeVideo
{
    padding: 5px 7px;
    float:none;
    width:33.333%;
    box-sizing: border-box;
}

#ExtraVideos
{
    padding: 0px 5px;
}

.youtubeVideoKoncept
{
    padding: 5px 5px;
    float: none;
    width: 50%;
    margin: 0px auto;
    box-sizing: border-box;
    display: inline-block;
}

.youtubeVideo iframe
{
    padding-bottom:5px;
}

.youtubeVideoKoncept iframe
{
    padding-bottom:5px;
}

.fittobox {                /* give fit to box an aspect ratio */
    display: inline-block; /* let it be styled thusly */
    padding: 0;            /* get rid of pre-styling */
    margin: 0;
    width: 100%;           /* take up full width available */
    padding-top: 56.25%;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px;           /* don't want it to expand beyond padding */
    position: relative;    /* allow for absolute positioning of child elements */
}

.fittobox > iframe {
    position: absolute;    /* expand to fill */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#calHead h3
{
    color:#fff;
    padding:30px 0px;
    font-size:clamp(26px,2vw,60px);
    text-align:center;
}

.calItem {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom:1px solid #fff;
    padding-bottom:1rem;
}

/* Fix date box width so all days have the same width */
.calDate {
    display: inline-flex;
    background: #fff;
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    gap: 0.5rem;
    align-items: center;
    min-width: 6rem; /* ensures all dates have same width */
    justify-content: center; /* center content horizontally */
}

/* Month + Day stacked */
.fd-main {
    display: grid;
    grid-template-rows: auto auto;
    text-align: left;
}

.fd-month {
    font-size: clamp(1.4rem,1vw,2.7rem);
    text-transform: uppercase;
    color: #2e4a6d;
    line-height: 1;
}

.fd-day {
    font-size: clamp(1.4rem,2.3vw,2.7rem);
    font-weight: 700;
    text-align:center;
    line-height: 1;
    color: #2e4a6d;
}

.fd-year-wrapper {
    display: flex;
    align-items: center; /* vertically center */
    justify-content: center; /* horizontal centering inside wrapper */
    height: calc(0.75rem + 1.4rem); /* match month + day height */
    width: 1.2rem;
}

.fd-year {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2e4a6d;
    writing-mode: vertical-lr; /* vertical text, top-to-bottom */
    text-orientation: sideways; /* characters rotated to be sideways */
    transform: rotate(180deg);
    line-height: 1;
}

/* RIGHT SIDE (time + summary) */
.calRight {
    display: flex;
    flex-direction: column; /* stack time above summary */
    justify-content: center; /* vertically center relative to date block */
}

.calTime {
    font-weight: 700;
    font-size: 1.1rem;
    text-align:left;
    color: #fff;
}

.calSummary {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-top: 0.2rem; /* optional spacing from time */
}

    .calSummary a
    {
        color:#fff;
    }


    .ExtraPadding {
        padding: 0px 50px 0px 50px;
    }

.paddcontentad
{
    padding:30px 0px;
}

.HeadlineHolder {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #e4e3e3;
}

.HeadlineText {
    width: 80%;
    text-align:center;
    display: inline-block;
    font-family: 'poppinsblack';
    font-size: 40px;
    text-transform: uppercase;
}

    .HeadlineText p {
        margin: 0px;
        line-height: 100%;
    }

.HeadlineTextText {
    display: block;
    font-family: 'poppinsregular';
    font-size: 18px;
    text-transform: initial;
    padding-top: 10px;
}

    .HeadlineTextText p {
        padding-bottom: 5px;
        line-height: 130%;
    }

.HeadlineIkons {
    width: 150px;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 20px;
}

    .HeadlineIkons img {
        width: 100%;
        max-width: 50px;
        padding: 2px;
        box-sizing: border-box;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .HeadlineIkons a img:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-slide img {
    max-height: 150px;
}

.slick-track {
    display: flex !important;
}

    .slick-track .slick-slide {
        display: flex !important;
        height: auto !important;
        align-items: center;
        justify-content: center;
    }

.SponsorHolder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mainsponsnoslide
{
    max-width:400px;
}

    .mainsponsnoslide img {
        max-height: 150px;
    }

.SponsorImage {
    width: 100%;
    padding-bottom: 10px;
}

.SponsHead {
    width: 100%;
    padding: 50px 0px 0px 0px;
}

.SponsorButton
{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}


    .SponsorText {
        min-height: 80px;
        width: 100%;
        display: flex;
        padding:0px 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

.SponsorText * p
{
    margin:0px;
    text-align:center!important;
}

.SponsHead h2 {
    text-align: center;
}

.SponsorHolderSecond {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.SponsorHolderThird {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

#StoreSponsLogoHold
{
    width:100%;
}

#StoreRightText
{
    width:100%;
}

#StoreRightText img
{
    display:block;
    width:100%;
    height:100%;
    aspect-ratio:16/9;
    object-fit:contain;
}

#StoreSponsLogoHold img {
    max-width: 250px;
    display: block;
    width: 100%;
    margin: 0px auto;
}

/*.SponsorHolderSecond .slick-slide img {
        max-height: 90px !important;
    }*/
.SponsorItem {
    width: 25%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.SponsorItem a
{
    display:block;
    width:100%;
    height:100%;
}

    .SponsorItem img {
        width: 100%;
        height:100%;
        object-fit:cover;
        display: block;
    }

.BiggHeadline h2 {
    padding: 0px 0px 50px 0px;
    letter-spacing: 10px;
    font-size: 40px;
    text-align: center;
    font-family: 'poppinsregular';
    color: #fff;
}

.SponsorButton a {
    padding: 6px 20px 5px 20px;
    color: #fff;
    display: inline;
    background-color: #2e4a6d;
    border-radius: 50px;
    margin:0px auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

    .SponsorButton a:hover {
        background-color: #101a26;
    }

#DetailSponsorLogosHolder
{
    margin-top:20px;
}

#DetailSponsorLogosHolder h2 {
    text-align: center;
}

#DetailSponsorLogos {
    display: grid;
    grid-template-columns: repeat(5, auto); /* max 5 per row */
    justify-content: center; /* center rows */
    gap: 16px; /* spacing */
}

.DSLLogoItem {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .DSLLogoItem img {
        max-height: 200px; /* example */
        width: auto;
    }


    /*Detaljsida Slut*/
.FooterHolder {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.FooterImg
{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    z-index:1;
    left: 0;
    opacity: 1;
}

.FooterImg img
{
    width:100%;
    object-fit:cover;
    height:100%;
    display:block;
}

.Footer
{
    padding:100px 40px 100px 40px;
    font-size: 16px;
    box-sizing: border-box;
    color:#fff;
    position:relative;
    z-index:3;
    text-align: right;
    text-transform: uppercase;
}

.Footer a 
{
    color:#fff;
}

.Footer p
{
    margin:0px 0px 5px 0px;
}

.Footer table tr td
{
    vertical-align: top;
}

#TrailAdminTop
{
    height:auto;
    padding:30px 0px;
}

#TrailAdminTop h2
{
    text-align:center;
}

#TrailAdminContent {
    text-align: center;
    padding-bottom:40px;
}

#TrailAdminContent table
{
    margin:0px auto;
}

.satoplogo {
    display: block;
    width: 150px;
    margin: 0px auto;
}

.SegmentName, .SegmentDate, .SegmentTime {
    text-align: center;
}

#calItemHolder
{
    text-align:center;
}

.hidden {
    display: none;
}

.CalButton.active {
    background-color: #fff;
    color: #2e4a6d;
}

.holdcalitem
{
    text-align:center;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.CalButton {
    padding: 6px 20px 5px 20px;
    margin:0px 5px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    background-color: #2e4a6d;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

    .CalButton:hover {
        background-color: #fff;
        color: #2e4a6d;
    }

.TTIDate
{
    font-weight:bold;
}

.TTIText
{
    max-width:750px;
    width:95%;
    margin:0px auto;
}

.TrailTextItem {
    position: relative;
    text-align: center;
    padding: 35px;
    box-sizing: border-box;
    margin: 0px auto;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

#TrailTextComment {
    padding-bottom: 30px;
}

.vadermobile {
    display: none;
}

.sparath2
{
    padding-top:30px;
}

#TrailAdminLogout
{
    position:absolute;
    top:10px;
    right:10px;
}

#btnSaveTrail, #btnTALogout {
    padding: 10px 30px;
    background-color: #2e4a6d;
    color: #fff;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
}

#btnSaveTrail:hover
{
    background-color:#101a26;
}

/*
ADMINNAVIGATION
*/
/*
ADMINNAVIGATION
*/
#AdminWrapper {
    Margin-left: 0px;
    min-height: 100%;
    display: flex;
}

#AdminLeft {
    display: inline-block;
    width: 200px;
    height:100vh;
    z-index: 10;
    position:fixed;
    top:0px;
    left:0px;
}

#AdminContentHolder {
    display: inline-block;
    width: 100%;
    padding-left:230px;
    position:relative;
    box-sizing: border-box;
    padding-bottom:30px;
}

#AdminWrapper #mceu_13 {
    max-width: 696px !important;
    width: 100% !important;
}

#AdminWrapper .dropdown {
    display: inline-block;
    height: 100%;
    width: 100%;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper #AdminLeft .dropbtn {
    font-size: 14px;
    border: none;
    display: block;
    outline: none;
    width:100%;
    color: #fff !important;
    padding: 13px 20px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    background-color: #000;
    margin: 5px 0px;
}

#AdminWrapper .dropbtn a {
    color: #fff;
}

#AdminWrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 100%;
    z-index: 1;
    font-size: 12px;
    color: #fff !important;
    width: 100%;
}

    #AdminWrapper .dropdown-content .header {
        padding: 5px 16px;
        color: white;
    }

#AdminWrapper .dropbtn:hover .dropdown-content {
    display: table;
}

#AdminWrapper .row {
    text-align: left;
    padding: 11px 0px;
    display: block;
}

    #AdminWrapper .row a {
        display: block;
        padding: 3px 15px;
        text-align: left;
        color: #fff;
    }

        #AdminWrapper .row a:hover
        {
            color:#35cf29;
        }

        #AdminWrapper #MenuHolder {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            text-align: center;
            z-index: 30;
        }

#AdminWrapper #MenuHold {
    list-style: none;
}

    #AdminWrapper #MenuHold li {
        display: inline-block;
        padding: 0px 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

        #AdminWrapper #MenuHold li a {
            color: #000;
        }

#AdminWrapper .navbar-toggle {
    display: none;
}

#AdminWrapper #btnLogout, #AdminWrapper #btnLogout2 {
    cursor: pointer;
    border: none;
    text-align: left;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminWrapper #TopMeny {
    width:100%;
}

#TopMeny #menu {
    list-style: none;
    margin-left:0px;
    padding-left:0px;
}

#AdminContentHolder select {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
}

#AdminContentHolder .mce-panel {
    border: 0 solid #000 !important;
    border: 0.5px solid #000 !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #fff;
}

#AdminContentHolder .mce-menubar {
    border: 0.5px solid #000 !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#AdminContentHolder input[type=submit] {
    padding: 7px 30px;
    background-color: #000;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: arial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#AdminContentHolder .updown {
    padding: 7px 10px!important;
    background-color: #000!important;
    border-radius: 0px!important;
    border: 0px!important;
    color: #fff!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    font-family: arial!important;
}

#AdminContentHolder input[type=text], #AdminContentHolder input[type=tel], #AdminContentHolder input[type=email] {
    border: 1px solid #000;
    padding: 5px;
}

.AdminCenterBoxHolder
{
    display:block;
}

.AdminCenterBox
{
    display:inline-block;
}

.AdminCenterBoxHeadline
{
    font-size:18px;
}

.AdminCenterBoxFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.AdminCenterBoxControls
{
    display:inline-block;
    justify-content:center;
    align-items:center;
}

.AdminCenterBoxControls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    gap:5px
}

    #AdminWrapper .mce-tinymce {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.AdminNavigation {
    width: 150px;
    height: 80px;
    margin-right: 20px;
    float: left;
}

.AdminBlackbox {
    display: block;
    font-family: arial;
    width: 150px;
    background-color: Black;
    color: White;
}

.AdminLinks {
    color: Black;
    text-decoration: none;
}


    #AdminFooter {
        margin-top: -39px;
        width: 100%;
        background-color: #000;
    }

#AFText {
    color: white;
    padding-top: 2px;
    text-align: center;
}

.LeftLogoHolder {
    display: block;
    padding: 10px 0px 5px 20px
}

#AdminWrapper .LeftLogoHolder img {
    width: 90px;
}

#AdminWrapper .LogoHolder {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}

    #AdminWrapper .LogoHolder img {
        width: 70px;
    }

.MediaBg {
    background-color: #c2c2c2;
    width: 100%;
    padding: 15px 0px 15px 50px;
    margin-bottom: 20px;
}

    .MediaBg h3 {
        margin-top: 0px;
    }

#pnlImages {
    display: flex;
    padding: 25px;
    width: 50vw !important;
    height: 50vh !important;
    overflow: scroll;
    background-color: #fff;
    gap: 10px;
    flex-wrap: wrap;
}

.IPImage {
    display: inline-block;
    max-width: 200px;
}

.IPImageHolder {
    display: flex;
    flex-direction: column;
}

.IPText {
    padding-top: 5px;
    padding-bottom: 10px;
}

.IPTextSize {
    display: block;
    font-size: 14px;
}

.jsMpeBackground {
    background-color: #000;
    opacity: 0.7;
}

.delarticleImg
{
    width:200px;
    height:200px;
    object-fit:cover;
}


@media (max-width: 920px), only screen and (max-device-width: 920px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
    #AdminWrapper .LogoHolder {
        display: block;
    }

    #AdminWrapper #TopMeny {
        display: none;
    }

    #AdminWrapper .navbar-toggle {
        display: block;
    }

    #AdminLeft {
        display: inline-block;
        width: 80px;
        height: 50px;
        z-index: 10;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    #Admin {
        width: auto;
    }

    #AdminContentHolder {
        display: block;
        padding: 70px 50px;
        box-sizing: border-box;
    }

    #btnLogout2 {
        background-color: transparent;
        color: #fff;
        font-size: 24px !important;
        font-family: 'poppinslight' !important;
        padding: 0px !important;
        font-weight: normal;
    }
}

@media (max-width: 550px), only screen and (max-device-width: 550px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #AdminContentHolder {
        display: block;
        padding: 70px 20px;
        box-sizing: border-box;
    }
}

/*
/ADMINNAVIGATION
*/








/** /STARTPAGE **/

@media (max-width: 1450px), only screen and (max-device-width: 1450px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    .Form {
        width: 90%;
    }

    .IntroHolder {
        height: 80vh;
    }

    #Slider {
        height: 80vh;
    }

    .IntroInkastHolder, .IntroInkastPriceHolder {
        width: 90%;
    }

    .centercontent
    {
        width:90%;
    }

    .MenyButton {
        right: 0px;
    }

    .TextHolder {
        width: 70%;
    }

}


@media (max-width: 1100px), only screen and (max-device-width: 1100px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    .MenyButton
    {
        display:none;
    }

    #ProjForm-Form {
        width: 100%;
        display: block;
    }

    #ProjForm-Text-Holder 
    {
        width: 100%;
        display: block;
    }

    #GalleryHolder {
        grid-template-columns: repeat(3, 1fr);
    }

    .ProjForm-Text {
        padding-right: 0px;
    }

    .TextHolder {
        width: 70%;
    }

    #DetailSponsorLogos {
        grid-template-columns: repeat(4, auto);
    }

}


@media (max-width: 920px), only screen and (max-device-width: 920px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    .SponsorItem {
        width: 33%;
    }

    #StoreRightName h1 {
        word-wrap: break-word;
    }

    h1
    {
        font-size:30px;
    }

    #DetailSponsorLogos {
        grid-template-columns: repeat(3, auto);
    }

    #StoreRightText table tr
    {}

    .TwoTextHolder-Citat {
        width: 90%;
    }

    .SliderTextHolder {
        width: 85%;
    }

    .IntroInkastHolder {
        padding: 20px 5px 0px 5px;
    }

    .IntroInkastPriceHolder {
        bottom: 70px;
    }

    .IntroImg {
        max-width: 60px;
    }

    .IntroText {
        font-size: 14px;
    }

    .IntroHolder {
        height: 90vh;
    }

    #Slider {
        height: 90vh;
    }

    .IntroInkastHolder, .IntroInkastPriceHolder {
        width: 95%;
    }

    .centercontent
    {
        width:95%;
    }

    .MenyButton {
        right: 2.5%;
    }

    .Form 
    {
        padding: 50px 0px 50px 0px;
    }

    .SliderTextHead {
        font-size: 5vw;
    }

    .ArticelItem3 {
        width: calc(50% - 22px);
        max-width: 50%;
    }

    .StartPage .ArticelItem3:last-of-type {
        display: none;
    }

    .TextHolder {
        width: 85%;
    }

    .Spacer {
        height: 40px;
    }

}

@media (max-width: 700px), only screen and (max-device-width: 700px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

    #OtherImagesHolder {
        grid-template-columns: repeat(2, 1fr);
    }

    .OtherImages > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .CalButton {
        display: block;
        margin-top: 5px;
    }

    .trail-item {
        flex-wrap: wrap;
    }

    #txtTrailComment
    {
        width:100%!important;
    }

    .trail-name {
        width: 100%;
    }

    .vadermobile {
        display: block;
    }

    .vaderweb
    {
        display:none;
    }

    .webcamstream {
        height: 50vh !important;
    }

    #GalleryHolder {
        grid-template-columns: repeat(2, 1fr);
    }

    #DetailSponsorLogos {
        grid-template-columns: repeat(2, auto);
    }

    .DSLLogoItem {
        max-height: 150px;
        overflow: hidden;
    }

    .SponsorItem {
        width: 50%;
    }

    #OtherImagesHolder {
        flex-wrap:wrap;
    }
        .Spacer {
        height: 20px;
    }

    .TwoTextHolder-Citat {
        width: 100%;
    }

    .SliderTextHolder {
        bottom: 240px;
        width: 90%;
    }

    .IntroItem {
        width: 50%;
        padding: 10px 0px;
    }

    .FlagHolder
    {
        display:none;
    }

    .IntroInkastPriceHolder span
    {
        width:100%;
    }

    .IntroInkastPriceHolder {
        bottom: 200px;
    }

    .IntroItem:last-of-type {
        display: none;
    }

    .centercontent table tr td
    {
        width:100%!important;
        display: block!important;
        height: 100% !important;
    }

    .centercontent table tr
    {
        padding-bottom:10px;
        display: table;
    }

    .ArticelItem3 {
        width: calc(100% - 22px);
        max-width: 100%;
    }

    .Blue-BG-Light .ArticelItem3:last-of-type {
        display: flex;
    }

    .TwoImageHolder {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        height: 50vh;
    }

    .TwoTextHolder {
        width: 100%;
        padding: 30px 20px 30px 20px;
    }

    .BannerButtonHolder {
        padding-top: 10px;
    }

    .BannerTextHolder {
        width: 100%;
    }

    .SliderTextHead {
        font-size: 6vw;
    }

    .StartInkast-First {
        height: 50vh;
        width: 100%;
    }

    .StartInkast-Second {
        width: calc(100% - 22px);
    }

    #ProjForm-Left, #ProjForm-Right
    {
        display: block;
        width: 100%;
    }

    #ProjForm-Middle-Inner 
    {
        padding-right: 0px;
    }
    
    .TextHolder {
        width: 90%;
    }

}