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

body, html, form {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 100%;
    font-size: 20px;
    scroll-padding: 70px;
    line-height: 140%;
    font-weight: 400;
    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;
}

.chewy-regular {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
}
*/


form
{
    font-size:1em;
}

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;   
}

*{box-sizing:border-box;}

.g-recaptcha
{
    width:260px;
    margin:0px auto;
}

#Wrapper {
    width: 100%;
    min-height: 100%;
    background-color: #f3c84d;
}

.GreyBG
{
    background-color: #e5e3f1;
}

.Yellow-BG
{
    background-color: #f3c84d;
}

h1 {
    margin: 0px;
    font-size: 50px;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 120%;
}

h2 {
    margin: 0px;
    font-size: 40px;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 120%;
}

h3 {
    margin: 0px;
    font-size: 35px;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: 120%;
    padding-bottom: 10px;
}

h4 {
    margin: 0px ;
    font-size: 30px;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 120%;
}

h5 {
    margin: 0px;
    font-size: 20px;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;   
    letter-spacing: 1px;
    line-height: 120%;
}

ul
{
	margin:0px;
}

.ascroll
{
    position:absolute;
    margin-top:-50px;
}

.Spacer
{
    height:60px;
    background-color: #f3c84d;
}

.BlackBanner
{
    background-color: #000;
    position:fixed;
    z-index: 100;
    height:70px;
    width:100%;
}

#scroll-container {
    background-color: #000;
    overflow: hidden;
    font-size: 2vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 0px 4px 0px;
    color: #fff;
    z-index: 9;
    position: relative;
    line-height: 180%;
    font-weight: 800;
}
  
#scroll-text {
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

#Wrapper .MenyHolder
{
    position: fixed;
    width: 100%;
    z-index: 1000;
}

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

#Wrapper .TopBannerHolder
{
    display: block;
    background-color:#000;
    height: 70px;
    z-index: 10;
    width: 100%;
    position:relative;
    display: none;
}

#Wrapper #TopMeny
{
    width:100%;
    text-align:center;
    font-size:11px;
    top:0px;
    left:0px;
    z-index:2000;
    padding:22px 0px;
    position: absolute;
}

#Wrapper #TopMeny ul
{
    z-index:2005;
    width: 100%;
    margin: 0px auto;
    list-style: none;
    padding-left: 0px;
}

#Wrapper #TopMeny ul li
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 30px;
}

#Wrapper #TopMeny ul a
{
    color: #f7f1cf;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

#Wrapper #TopMenyImageHolder 
{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20000;
    cursor: pointer;
}

#Wrapper #TopMenyImageHolder img 
{
    width: 40px;
}


#Wrapper #nav
{
	list-style: none;
    width:auto;
    display:block;
    height:45px;
}

#Wrapper #navigation select 
{
    display: none;
}

#Wrapper #nav a
{
	text-decoration:none;
	text-transform:initial;
	font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size:16px;
	color:#fff;
}

#Wrapper #menuwrapper ul {
   list-style:none;
   padding:5px 0px 0px 0px;
   position:relative;
   margin-top:17px;
   text-align:center;
   width:70%;
   text-align:right;
   margin:auto;
}

#Wrapper #menuwrapper ul li {
   display:block;
   float:right;
   list-style:none;
   margin: 0 0 10px 0;	
   padding-left:12px;
   padding-top:12px;
   padding-right:12px;
   position:relative;
}

#navigation
{
    height:100%;
}

.first
{
    padding-left:0px!important;
}

#menuwrapper
{
    width:100%;
    height:50px;
    background-color:#1C1C1C;
    border-bottom:1px solid #fff;
    z-index:10001;
    position:fixed;
}

#StartVideo
{
    width:100%;
    position:relative;
}

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

#Videoholder {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 90vh;
    background-color: #000;
    z-index: 1;
}

video#bgvid 
{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.MobHead
{
    display: none;
}

.ProvStartHolder
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height:100%;
}

.ProvStart
{
    text-align: center;
    padding:20px;
    box-sizing: border-box;
}

.ProvStart p
{
    display: block;
}

.PuffSommar
{
    position: fixed;
    top: 5px;
    right: 210px;
    z-index: 10;
}

.PuffHost
{
    position: fixed;
    top: 5px;
    right: 110px;
    z-index: 10;
}

.PuffSommar img,.PuffHost img
{
    width: 90px;
}
/*
.Intro
{
    background: url(../images/Siteimages/Start-BG.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position:right center;
	height: 90vh;
    position:relative;
    background-attachment: fixed;
}
*/
.Grey-BG
{
    background-color: #f1f1f1;
}

.Orange-BG
{
    background-color: #9c2a10;
    color: #f7f1cf;
    font-size: 20px;
}

.Orange-BG a
{
    color: #f7f1cf;
}

.TextHolder-Top
{
    width:50%;
    margin:0px auto;
    padding:70px 0px 110px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 160%;
}

.TextHolder
{
    width:50%;
    margin:0px auto;
    padding:70px 0px 70px 0px;
    color:#cc1417;
}

.TextHolder a
{
    color:#cc1417;
}

.TextHolderBottom
{
    width:450px;
    margin:0px auto;
    padding:70px 0px 70px 0px;
    line-height: 170%;
}


.TextHolder #txtEmail
{
    border: none;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #9c2a10;
    font-size: 16px;
    background-color: #f7f1cf;
    min-width: 70%;
}

.OmImageHolder #txtEmail
{
    border: none;
    border-radius: 5px;
    padding: 12px 20px 10px 20px;
    text-align: left;
    color: #9c2a10;
    font-size: 16px;
    background-color: #f7f1cf;
    min-width: 70%;
}

.TextHolder #btnSubmitEmail, .OmImageHolder #btnSubmitEmail
{
    background-color: #000;
    color: #f7f1cf;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    border:none;
    padding: 13px 20px;
    cursor:pointer;
    margin-top: 15px;
    border-radius: 5px;
}

.TextHolder #btnSubmitEmail:hover, .OmImageHolder #btnSubmitEmail:hover
{
    background-color: #f7f1cf;
    color: #000;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
}


.IntroImage
{
    font-size: 0px;
    height:100%;
    width:100%;
}

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

.IntroImagePlatta
{
    display: none;
    height:100%;
    font-size: 0px;
}

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

.IntroImageMob {
    display: none;
    height: 100%;
    font-size: 0px;
}

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

#intro-Info
{
    background: url(../images/Siteimages/Start-BG-Arrangor.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position:center center;
	height: 70vh;
    position:relative;
}

.InfoImage
{
    background: url(../images/Siteimages/Start-BG-Arrangor.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position:center center;
	height: 70vh;
    position:relative;
}

.InfoImageTextHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}

.InfoImageTextHolder a
{
    color: #fff!important;
}

.InfoImageTextHolder a:hover
{
    border-bottom:1px solid#fff;
}

.InfoImageTextHolder p,.InfoImageTextHolder h4
{
    text-shadow: 2px 2px 10px #000;
}

#StartBottom
{
    background: url(../images/Siteimages/Start-BG-Botten.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position:top center;
	height: 70vh;
    position:relative;
}

.StartIntro-26
{
    background: url(../images/Siteimages/Ina-Lundstrom-Start-BG-26.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position:top center;
	height: 100vh;
    position:relative;
}

.TicketHeadImg
{
    width: 700px;
    margin: 0px auto;
    padding: 70px 0px 30px 0px;
    max-width: 90%;
}

.TicketHeadImg img
{
    width: 100%;
}

#Social
{
    position:absolute;
    top:30px;
    right:30px;
}

#Social img
{
    display:inline-block;
    width:40px;
    height:40px;
}

#LogoWrapper
{
    position:relative;
    width:70%;
    margin-left:15%;
}

#LogoHolder
{
    position:relative;
    width:100%;
}

#Logo
{
    position:absolute;
    z-index:5;
    max-width:45%;
    left:0px;
    right:0px;
    top:30px;
    margin:auto;
}

#Logo img
{
    display:block;
    width:100%;
}

#IntroLogo
{
    width:500px;
    padding:0px;
    box-sizing:border-box;
}

#IntroLogo img
{
    display:block;
    width: 100%; 
}

.StartIntro
{
    position: relative;
    background-color: #f1f1f1;
    max-height:95vh;
    height:1200px;
    width:100%;
}

.CSLogo
{
    position:absolute;
    right:20px;
    bottom:20px;
    z-index: 100;
    width:45px;
}

.CSLogo img
{
    width:100%;
}

.StartIntroText
{
    color:#fff;
    font-size: 10vw;
    bottom: 50px;
    width:100%;
    position: absolute;
    line-height: 100%;
}

    .StartIntroText p {
        margin: 0px;
        line-height: 1.1;
        width:100%;
        display:block;
        text-align:center;
        font-family: 'bowlby_oneregular', sans-serif;
        text-transform: uppercase;
        font-size: clamp(40px,20hw,175px);
    }

#second, #secondtext {
    background-color: #0c132f;
    height: auto;
    padding: 70px 0px 70px 0px;
    color: #fefcc9;
    width: 100%;
}

#second .centercontenttext {
    color: #fefcc9;
    background: linear-gradient(45deg, #b07f29, #fefbce, #b07f29);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#second .centercontenttext a{
    color: #fefcc9;
    background: linear-gradient(45deg, #b07f29, #fefbce, #b07f29);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#second .centercontenttext a:hover{
    color: #fefcc9;
    text-decoration: underline;
}

#second-2 {
    background-color: #000;
    height: auto;
    padding: 50px 0px 110px 0px;
    color: #fff;
    width: 100%;
}

#secondtext-2 {
    background-color: #000;
    height: auto;
    padding: 70px 0px 70px 0px;
    color: #fff;
    width: 100%;
}

#FAQ
{
    background-color: #000;
}

.centercontent
{
    width:70%;
    margin:0px auto;
    text-align: center;
}

.centercontenttext
{
    width:70%;
    margin:0px auto;
    text-align: center;
    color: #fff;
}

.pushleft
{
    text-align:left!important;
}

.centercontenttext a
{
    color: #fff;
}

.centercontent50
{
    width:50%;
    margin-left:25%;
}

#textCenter
{
    text-align:center;
}

#third
{
    background-color:#050506;
    height:auto;
    padding-bottom:100px;
    padding-top:40px;
    width:100%;
    color:#f8e56e;
}

#third img
{
    display: inline-block;
    max-width: 70px;
    width:100%;
    margin:0px auto;
}

#fourth
{
    height:auto;
    padding-top:100px;
    padding-bottom: 30px;
    width:100%;
    color:#f8e56e;
    background-color:#050506;
}



#fourth img
{
    display: inline-block;
    max-width: 150px;
    width:100%;
    margin:0px auto;
}

.centercomedians
{
    text-align:center;
}

.Spelschema-Top
{
    background-color: #fff;
    width:70%;
    margin:0px auto;
    padding:50px 50px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 5;
    transform: translate(0px,-50px);
    box-sizing: border-box;
}

.Spelschema-Small
{
    width: 72%;
    margin: 0px auto;
    padding: 0px 50px 0px 50px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}

.Spelschema-Bigg
{
    background-color: #fff;
    width:85%;
    margin:0px auto;
    padding:30px 30px;
    position: relative;
    z-index: 5;
    transform: translate(0px,-50px);
    box-sizing: border-box;
}

.Spelschema
{
    background-color: #f1f1f1;
    width:70%;
    margin:0px auto;
    padding:70px 0px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.SpelschemaText
{
    display:block;
    color:#fff;
    font-size: 18px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.SpelschemaText a
{
    color:#fff;
}

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

.SpelschemaImg img
{
    width: 100% !important;
    max-width: 100% !important;
}

.TextButton a
{
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top:20px;
    text-align: center;
}

.TextButton a:hover
{
    font-weight: 800;
    letter-spacing: 0.7px;
    cursor: pointer;
}

#PressRost
{
    width:100%;
    padding:50px 0px;
    text-align:center;
    position:relative;
    z-index:2;
}

#PressText
{
    width:100%;
    position:relative;
    z-index:3;
}

.ShowItem {
    width: 100%;
}

.ShowItemHolder {
    display: flex;
}

.ShowItemPadd {
    padding-bottom: 15px;
    border-bottom: 2px solid #cc1417;
    margin-bottom: 15px;
    height:1px;
    display:block;
}

#OutShows .ShowItem:first-of-type {
    border-top: 2px solid #cc1417 !important;
    padding-top:20px;
}

#OutShows {
    font-size: 20px;
    background: linear-gradient(45deg, #b07f29, #fefbce, #b07f29);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.SILeft {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.SILRow1 {
    text-transform: uppercase;
}

.SILRow2 {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

/*.SILRow3 {
}*/

.SICenter {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    text-align:left;
}

.SIRight {
    width: 225px;
    display: inline-block;
}


.SICPlaceCity {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    vertical-align: middle;
}

.SICText {
    font-size: 16px;
    padding-top:10px;
}

.SIRButton {
    display: table;
    width: 100%;
    height: 100%;
    position:relative;
}

.ButtonHolder 
{
    cursor: pointer;
    padding-top: 20px;
    margin:0px auto;
}

.longline
{
    height:1px;
    width:100%;
    background-color:#b07f29;
}

#tblsupport
{
    table-layout:fixed;
}

#tblsupport tbody tr td:nth-of-type(2n+1) {
    width: 200px !important;
}

    #tblsupport tbody tr td:nth-of-type(2n+2) {
        width: 100% !important;
    }

.Button {
    font-size: 18px;
    display: inline-block;
    max-width: 150px;
    margin: 0px auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    transform: skew(-15deg);
    background-color: #000;
    /*
    box-shadow: 0 0 10px 4px #73f7fd;
    background-image: linear-gradient(90deg, #8cfd79 0%, #79fdb1 35%, #73f7fd 100%);
    */
    line-height: 100%;
}

.Button a
{
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    display: block;
    line-height: 100%;
}

.Button:hover {
    transform: skew(15deg);
}

.SIRight .SIRButton a {
    padding: 10px 50px 10px 50px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    letter-spacing:3px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #cdb579;
    position: relative;
    z-index: 4;
}

.SIRButton .SpanEffectHolder span {
    position: absolute;
    width: 25%;
    top: 0;
    pointer-events: none;
    height: 100%;
    background-color: #b07f29;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    z-index: 1;
    transition-delay: calc((var(--n) - 1) * 0.1s);
}

.SpanEffectHolder
{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    top:0;
    left:0;
}



.buy {
    color: #c48a27!important;
}

.soldout {
    color: #92440b!important;
}

.few {
    color: #92600b!important;
}

.soon {
    color: #c48a27!important;
}

.extra {
    color: #fefcc9!important;
}

.premiere {
    color: #fefcc9!important;
}

.installd {
    color: #92440b!important;
}

.nyttdatum {
    color: #c48a27!important;
}

.FooterHolder
{
    background-color:#cc1417;
    Color:#f3c84d;
    padding:50px 20px 40px 20px;
    box-sizing: border-box;
}

.Footer 
{
    font-size: 18px;
    font-weight: 400;
    width:70%;
    margin:0px auto;
    text-align: center;
}

.Footer img
{
    display:block;
    max-width:150px;
}

.Footer a
{ 
    Color:#f3c84d;
}

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

.Footer a:hover
{ 
    border-bottom: 1px solid#f3c84d;
}

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

.InstaInkastHolder
{
    background-color: #6a6a6a;
    position:relative;
    display: flex;
    flex-wrap: wrap;
}

.InkastTextHolder
{
    color:#fff;
    width:70%;
    display: inline-block;
    padding:50px;
    box-sizing: border-box;
}

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

.InkastTextHolder a
{
    color:#fff;
}

.InkastImageHolder
{
    width: 30%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -40px;
    height:calc(100% + 40px)
}

.InkastImageHolder img
{
    height:100%;
}

#Press
{
    width: 70%;
    font-size: 0px;
    text-align: center;
    margin: 0px auto;
}

.pressitem
{
    width:30%;
    display:inline-block;
    margin:30px 15px 0px 15px;
}

.pressitem img
{
    display:block;
    width:100%;
}

#Kreera
{
    width:100%;
    background-color: #f3c84d;
}

#Kreera img
{
    width:60px;
    padding:10px 0px 10px 0px;
    display:block;
    margin: 0px auto;
}

#instafeed {
    width: 100%;
}

.instagram_gallery:after {
    content: '';
    display: block;
    clear: both;
}

#PressPage
{
    background-color:#000;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    padding-top:70px;
    text-align: center;
    Color: #fefcc9;
}

#SupportPage {
    background-color: #000;
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
    text-align: center;
    Color: #fefcc9;
    display: flex;
    font-size: 0px;
}

#SupportLeft {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box; 
}

#SupportRight {
    width: 50%;
    display: inline-block;
    position:relative;
    padding:5%;
    box-sizing:border-box;
}

#SupportRightImage {
    background-image: url(/Images/Siteimages/BatraGlans1080.jpg);
    background-position: top center;
    background-size:contain;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
}


#PressPage p, #PressPage a, #SupportPage a, #SupportPage p {
    background: linear-gradient(45deg, #b07f29, #fefbce, #b07f29);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.PressImageHolder
{
    padding:10px 30px 50px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.PressImage {
    display: inline-block;
    width: 33.333%;
    box-sizing: border-box;
    font-family: 'poppinsregular', sans-serif;
    font-size: 0px;
    padding: 10px;
    box-sizing: border-box;
}

.PressImage img {
    display: block;
    width: 100%;
}

.PressImageText {
    font-size: 16px !important;
    color: #000;
    display: block;
    padding-top: 10px;
  }

.PremiarmingelHolder
{
    display: flex;
    flex-wrap: wrap;
}

.PremiarmingelItem
{
    display: inline-block;
    padding:10px;
    width:25%;
    box-sizing: border-box;
}

.PremiarmingelItem img
{
    width:100%;
}


#CornerLogo
{
    width:100%;
    padding-top:30px;
    padding-left:30px;
    box-sizing:border-box;
}

#CornerLogo img
{
    display:block;
    width:100%;
    max-width:100px;
}

.StartArticleHolder
{
    width:90%;
    margin:0px auto;
    padding:70px 0px;
}

.ArticleHolders
{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ArticleItemHeadline
{
    text-align: center;
    color:#248581;
    padding-bottom: 30px;
}

.ArticleItem
{
    width:23%;
    display: inline-block;
    padding:15px;
    margin:10px;
    box-shadow: 0 0 4px 2px #248581;
    cursor: pointer;
    box-sizing: border-box;
    background-size:cover;
    position:relative;
    z-index:1;
    background-color: #fff;
}
/*
.ArticleItem:hover {
        transition: ease 0.5s;

    transform: scale(1.02);
}
*/
/*.ArticleItemFront
{

}*/

.ArticleItemBack
{
    background-color:#248581;
    position:absolute;
    z-index:2;
    top:0px;
    left:0px;
    opacity:0;
    width:100%;
    height:100%;   
    overflow-y:auto
}

.ArticleItemBack:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}

.ArticleItemImage img
{
    width:100%;
}

.StartTopInkastHeadline
{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
    color:#248581;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

.ArticleItemTextHodlerBack
{
    vertical-align: top;
    display: inline-block;
    padding: 5px 15px;
    box-sizing: border-box;
}


.ArticleItemTextHodlerBack .StartTopInkastHeadline
{
    color:#fff;
    text-align: left;
}

.StartTopInkastHeadline
{
    word-break:break-word;
}

.StartTopInkastText {
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}


.StartTopInkastText a
{
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    color:#fff;
}

.StartTopInkastText a:hover
{
    border-bottom: 1px Solid#fff;
}

#Recs
{
    display:flex;
    flex-wrap: wrap;
    padding:70px 50px 40px 50px;
    font-size: 14px;
}

.RecItem
{
    display:inline-block;
    max-width:25%;
    box-sizing:border-box;
    padding:15px;
    text-align: center;
}

.RecImage,.RecImage img
{
    display:block;
    width:100%;
    max-width: 150px;
    margin:0px auto;
}

.RecHeadline
{
    display:inline;
    font-weight:bold;
}

.RecDate
{
    display:inline;
}


#Movie
{
    width:100%;
    max-width:1920px;
    position:relative;
    margin:0px auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-image:url(../Images/Siteimages/StartVideo.jpg);
    background-size:cover;
    background-position:center center;
}

#Movieholder
{
    padding: 1% 6%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

video
{
    margin:0px;
    padding:0px;
    display:block;
    position:relative;
}

#Movie 
{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#Movie video {
  position: absolute;
  top: 0;
  display:block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height:100%;
  padding-bottom: 56.25%;
}

#NewsLetterSignUp
{
    text-align: center;
}

#NewsLetterSignUp h4
{
    color: #eb44c0;
    text-shadow: 1px 1px 10px #d425a5, 0 0 1.9em #d425a5, 0 0 .4em #d425a5;
}

#NewsLetterSignUp textarea, #NewsLetterSignUp input {
    background-color: #eb44c0;
    border: 0px;
    color: #fff;
    padding: 5px 10px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 1px 1px 10px #d425a5, 0 0 1.9em #d425a5, 0 0 .4em #d425a5;
  }

#NewsLetterSignUp button,#NewsLetterSignUp [type="submit"]
{
    background-color: #eb44c0;
    border: 0px;
    color: #fff;
    padding: 6px 10px 4px 10px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 1px 1px 10px #d425a5, 0 0 1.9em #d425a5, 0 0 .4em #d425a5;
    cursor: pointer;
}

#NewsLetterSignUp button:hover,#NewsLetterSignUp [type="submit"]:hover
{
    transform: skew(-15deg);
}

#NewsLetterSignUp .centercontenttext
{
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2px;
    padding-top:10px;
}

#ArtistItems
{
    border-top:2px solid #cc1417;
    padding-top:15px;
    color:#cc1417;
}

.ArtistItem {
    display: inline-block;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.AIImage {
    max-width: 600px;
    display: block;
    overflow: hidden;
}

    .AIImage img {
        display: block;
        width: 100%;
        transition: ease-in-out 0.5s;
    }    

    .AIImage a img:hover{
        transform: scale(1.04);
    }

.AIName, .AIName a {
    color: #cc1417 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0px 5px 0px;
    font-weight: 400;
}

.AIButton a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #cc1417;
    width: 100%;
    padding-bottom: 3px;
    font-weight: 600;
}

.AIButton a:hover
{
    font-weight: 800;
}

#TourItems {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.ShowHolder
{
    display: flex;
    flex-wrap: wrap;
}

.TourItem {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.TourIImage {
    max-width: 600px;
    display: block;
    overflow: hidden;
}

    .TourIImage img {
        display: block;
        width: 100%;
        transition: ease-in-out 0.5s;
    }

    .TourIImage a img:hover {
        transform: scale(1.04);
    }

.TourIName, .TourIName a {
    color: #cc1417 !important;  
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:14px;
    padding: 10px 0px 5px 0px;
    font-weight: 400;
}

.TourIArtist {
    color: #cc1417 !important;
    letter-spacing: 1px;
    padding-top:4px;
    font-size: 12px;
    font-weight: 400;
}

.TourINameSub, .TourINameSub a {
    color: #cc1417 !important;
    font-size: 12px;
    padding-bottom: 5px;
}

.TourIButton {
    margin-top: auto;
    padding-bottom:4px;
}

.TourIButton a 
{
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #cc1417;
    width: 100%;
    padding-bottom: 3px;
    font-weight: 600;
    text-align: left;
}

.TourIButton a:hover
{
    font-weight: 800;
}

.Spelschema-Bigg .TicketItem
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%;
    border-bottom: 1px solid #cc1417;
    padding: 10px 0px 15px 0px;
}

.Spelschema-Bigg .TicketItem:first-of-type
{
    padding: 0px 0px 15px 0px;
}

.Spelschema-Bigg .TicketItem:last-of-type
{
    border-bottom: none;
    padding: 10px 0px 0px 0px;
}

.Spelschema-Small .TicketItem
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%;
    border-bottom: 1px solid #cc1417;
    padding: 18px 0px 15px 0px;
}

.Spelschema-Small .TicketItem:first-of-type
{
    padding: 0px 0px 15px 0px;
}

.TILeft
{
    width:90px;
    display: inline-block;
    padding-right:20px;
    box-sizing: border-box;
}

.TILeft img
{
    width:100%;
    max-width: 70px;
}

.TILeft2
{
    width: 33.333%;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
}

.TILeft2Name {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform:uppercase;
}

.TILeft2NameSub {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0px 0px 3px 0px;
    font-weight: 400;  
}

.TICenterHolder
{
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.TICenter
{
    width:33.333%;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

    .TICenter .AndAlsoArtist:last-child {
        display:none;
    }

.TICenterDate
{
    display: inline;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.TICenterLine
{
    display: inline;
    padding:0px 5px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.TICenterTime
{
    display: inline;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.TICenterPlace
{
    padding-top:5px;
}
    
.TICenter2
{
    width: 33.333%;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.TIRight
{
    display: inline-block;
    width: 130px;
}

.TIButton {
    text-align: center;
    display: table;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}

.TIButton a {
    width: 100%;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    padding: 5px 10px;
    border: 2px solid#cc1417;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    vertical-align: middle;
}

    .TIButton a:hover {
        color:#fff;
        box-shadow: 0px 0px 10px -4px #cc1417;
    }

#SearchHolder
{
    display:block;
    text-align:center;
    padding-bottom:30px;
}

#SearchBar {
    max-width: 500px;
    width: 100%;
    display: flex;
    gap:10px;
    margin: 0px auto;
    align-items: center;
}

#SearchBar input[type=text]
{
    width: calc(100% - 10px);
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #cc1417;
    font-size: 14px;
    padding: 7px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.SearchBox
{
    display:inline-block;
    width:100%;
}

.SearchButton
{
    display:inline-block;
    width:100px;
}

    .SearchButton input[type=submit], #btnSearch {
        background-color: transparent;
        padding: 10px 30px;
        box-sizing: border-box;
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
        font-size: 10px;
        letter-spacing: 1px;
        border: 1px solid #000;
        font-weight: 500;
        color:#000;
    }

        .SearchButton input[type=submit]:hover, #btnSearch input[type=submit]:hover {
            letter-spacing: 0.8px;
            font-weight: 800;
            color:#000;
        }


    #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);
        }
    }


    /*
Detaljsida
*/
#SubIntro {
    padding: 55px 0px 20px 0px;
}

#StoreHolder {
font-size: 0px;
width: 100%;
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
justify-content: center;
}

#StoreLeft {
display: inline-block;
width: 30%;
box-sizing: border-box;
}

#LeftLogo {
display: block;
width: 100%;
padding: 0px 20px;
box-sizing: border-box;
}

#LeftLogo img {
display: block;
width: 100%;
}

#StoreLine {
display: inline-block;
position: relative;
display: none;
}

#StoreLineLine {
position: absolute;
height: 100%;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 1px;
margin: auto;
background-color: #e9e9e9;
}

#StoreRight {
display: inline-block;
width: 40%;
box-sizing: border-box;
vertical-align: top;
padding-right:20px;
box-sizing: border-box;
}

#StoreRightNavigation {
width: 100%;
font-size: 10px;
color: #6a6a6a;
padding-bottom: 10px;
letter-spacing: 1px;
}

#StoreRightNavigation a {
color: #6a6a6a;
text-transform: uppercase;
font-weight: 300;
}

#StoreRightNavigation a:hover {
font-weight: 800;
letter-spacing: 0.7px;
}

#StoreRightName {
font-size: 35px;
font-family: 'poppins', sans-serif;
    font-weight: 700;
letter-spacing: 1px;
font-style: normal;
margin: 10px 0px 18px 0px;
width: 100%;
}

#StoreRightName p{
    margin: 0px;
    }

.StoreRightSubName
{
    font-size:25px;
}

#StoreRightText {
    font-size: 16px;
    width: 100%;
}

#StoreRightText p {
margin-top: 0px;
}

#StoreRightText h3 {
margin-bottom: 4px;
font-size: 22px;
}

#StoreImage {
display: table;
position: relative;
height: 70vh;
width: 100%;
position: relative;
background-size: cover;
background-position: top center;
}

#StoreImageFade {
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.3;
z-index: 3;
}

#StoreNameOverlay {
width: 100%;
text-align: center;
display: table-cell;
vertical-align: middle;
font-size: 32px;
font-family: 'poppins', sans-serif;
font-weight: 700;
color: #fff;
z-index: 10;
position: relative;
}

/*
#OtherImagesHolder
{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0px 5px;
box-sizing: border-box;
}

.OtherImages
{
width: 25%;
padding: 0px 5px 10px 5px;
box-sizing: border-box;
}

.OtherImages img
{
width:100%;
}
*/

#VideoHolder
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 10px;
    box-sizing: border-box;
}

.youtubeVideo
{
    width: 50%;
    padding: 20px 10px 0px 10px;
    box-sizing: border-box;
}

.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;
}

/*
Detaljsida slut
*/


/* Till vit bakgrund
Kontaktformulär
*/

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

#ProjForm-Text-Holder {
    width: 100%;
    margin: 0px auto;
    display: block;
    vertical-align: top;
    text-align:center;
    position: relative;
}

#ProjForm-Form {
    width: 100%;
    margin: 0px auto;
    display: block;
    vertical-align: top;
}

.ProjForm-Text {
    position: relative;
    width:100%;
    z-index: 10;
    color: #6a6a6a;
    font-size: 35px;
    padding-top: 25px;
}

#ProjForm-Bottom {
    padding: 8px 0px;
}

.ProjForm-Text a {
    color: #fff;
}

    .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 #6a6a6a !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: #6a6a6a !important;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    border: 2px solid#6a6a6a !important;
}

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

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

.FormDropDownHolder {
    margin-bottom: 3px;
}

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

#ContactForm ::placeholder {
    color: #fff;
}

#ContactForm text, #ContactForm textarea, #ContactForm input[type=text] {
    display: inline;
    margin: 0px auto;
    background-color: #6a6a6a;
    border: none;
    padding: 18px 0px 18px 20px;
    border: none;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

#txtOther input[type=text] {
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

#txtOther {
    height: 205px !important;
}

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

.watermark {
    font-size: 14.5px !important;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    color: #898d8e !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;
    }

.FormTextBox {
    padding: 8px 0px;
}


#ProjFormHolder {
    width: 100%;
    font-size:0px;
}

#ProjForm-Top {
    display: block;
    box-sizing:border-box;
    font-size:0px;
    width: 100%;
}

#ProjForm-Left {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right:6px;
    width: 50%;
}

#ProjForm-Right {
    display: inline-block;
    box-sizing:border-box;
    padding-left:6px;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

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

#ProjForm-Middle-Inner {
    display: table;
    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;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 40px;
    background-color: #000;
    color: #fff !important;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
}

    #btnSend:hover, #btnSend2:hover {
        background-color: #6a6a6a !important;
        color:#fff;
        transition: 0.2s ease-in-out;
    }

#txtName {
    padding-top: 5px;
}

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


/*
Kontaktformulär - Slut
*/


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

    #AdminWrapper h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

#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;
    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;
    }

.d4,.d5,.d7
{
    display:none!important;
}

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

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

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

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

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

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

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

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

#lblFeedback
{
    padding:10px;
    display:block;
    box-sizing:border-box;
}

#AdminContentHolder h3 {
    padding-bottom: 20px;
}

#AdminContentHolder
{
    text-transform:uppercase;
}

#AdminContentHolder span
{
    display:block;
    padding-bottom:3px;
}

#AdminWrapper .row {
    text-align: left;
    padding: 10px 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: 13px 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 input[type=text], #AdminContentHolder textarea, #AdminContentHolder input[type=date], #AdminContentHolder select, .AdminCenterBoxFlex {
    width: 100% !important;
    max-width: 600px;
    box-sizing: border-box;
}

#AdminContentHolder .mce-panel {
    max-width: 600px;
    box-sizing: border-box;
}

#AdminContentHolder textarea
{
    min-height:200px;
}

#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: 14px !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;
}

.AdminCenterBoxLeft {
    display: inline-block;
    width:100%;
    flex:1;
}

.AdminCenterBoxRight
{
    display:inline-block;
    width:180px;
}

.AdminCenterBoxHeadline {
    font-size: 18px;
}

.AdminCenterBoxFlex {
    display: flex;
    gap: 10px;
    align-items: center;
}

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

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

.AdminCenterBoxRight input
{
    width:100%;
    font-size:14px!important;
}

#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;
    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;
}


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

    #AdminLeft {
        width: auto;
    }

    #AdminWrapper .LogoHolder {
        display: block;
    }

    #AdminWrapper #TopMeny {
        display: none;
    }

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

    #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: 'poppinsregular', sans-serif !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
*/

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

    #Logo
    {
        max-width:50%;
    }

}

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


    #Logo
    {
        max-width:50%;
        top: 20px;
    }

    #StoreRight {
        width: 60%;
        }

    .PremiarmingelItem
    {
        width:33.333%;
    }

    .StartTopInkastHeadline
    {
        font-size: 18px;
    }

	.centercontenttext
	{
	    width:60%;
	}

    #Press
    {
        width: 80%;
    }
        
}


@media (max-width: 1200px), only screen and (max-device-width: 1200px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) 
{
      
    #Logo
    {
        max-width:70%;
    }

    #StoreRight {
        width: 70%;
        }

    .TextHolder-Top, .TextHolder
    {
        width: 65%;
    }

    .StartSida .TourItem:last-of-type
    {
        display: none;
    }

    .TourItem
    {
        width:33.333%;
    }

    #Wrapper #TopMeny ul li
    {
        padding: 0px 20px;
    }

    .StartTopInkastHeadline
    {
        font-size: 17px;
    }

    .ArticleItem
    {
        width:22%;
    }

	.centercontenttext
	{
	    width:60%;
	}

    #Press
    {
        width: 100%;
    }

    .pressitem 
    {
        margin: 25px 7px 25px 7px;
    }

    .Footer
    {
        width: 80%;
    }

    .Spelschema-Small
    {
        width: 80%;
    }

}


@media (max-width: 1000px), only screen and (max-device-width: 1000px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) 
{
    .TextHolder h1,.TextHolder h2
    {
        text-align: center;
    }

    .StartIntro-26 {
    background-attachment: initial;
    }

    #Logo
    {
        max-width:80%;
    }

    .InkastTextHolder {
        width: 70%;
        padding: 20px;
    }

    #Wrapper .TopBannerHolder {
        height: 60px;
      }

    #scroll-container 
    {
        letter-spacing: 1px;
    }

    .Spelschema-Small
    {
        width: 90%;
        padding: 20px 20px;
    }

    .TICenterHolder
    {
        width: calc(100% - 240px);
    }

    .TILeft {
        width: 110px;
      }
    
    .TILeft img {
        max-width: 110px;
      }

    .TILeft2
    {
        width: 100%;
        padding-right: 0px;
    }

    .TICenter
    {
        width: 100%;
        padding-right: 0px;
        text-align: left;
        padding-top: 5px;
    }

    .TICenter2
    {
        width: 100%;
        padding-top: 5px;
        padding-right: 0px;
    }

    .TICenterPlace {
        padding-top: 0px;
      }

    .TextHolder-Top, .TextHolder
    {
        width: 70%;
    }

    #Wrapper #TopMeny ul li
    {
        padding: 0px 10px;
    }

    #SupportPage
    {
        display:block;
    }

    #SupportLeft
    {
        width:100%;
    }

    #SupportRight {
        display: none;
    }

    .IntroImage {
        display: none;
    }

    .IntroImagePlatta
    {
        display: block;
        height:80vh;
    }

    .StartIntro {
        height: auto;
    }

    .PremiarmingelItem
    {
        width:50%;
    }

    .RecItem
    {
        max-width:33.333%;
    }

    .ArticleItem
    {
        width:30%;
    }

	.centercontenttext
	{
	    width:70%;
	}

    #second, #secondtext, #second-2 {
        padding: 70px 0px 70px 0px;
    }

    #secondtext-2 {
        padding: 60px 0px 60px 0px;
    }

    .centercontenttext, .centercontent {
        width: 80%;
    }

    #IntroLogo img
    {
        width: auto;
        max-height: 70%;    
    }

    #StartBottom,.InfoImage,#intro-Info
    {
        background-attachment: scroll;
    }
    /*
    #intro {
        height: 80vh;
        background-image: url(/Images/Siteimages/topbg-platta.jpg);
        background-attachment: scroll;
    }
*/
    #seventh table,#seventh tbody,#seventh table tbody tr
    {
        display:block;
        width:100%;
    }

    #seventh table td
    {
        display:block!important;
        width:100%!important;
        padding-bottom:20px;
        text-align:center;
    }

    .StartTopInkastHeadline
    {
        font-size: 16px;
    }

    .Footer
    {
        width: 100%;
    }


}

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

    .CSLogo {
    right: initial;
    bottom: initial;
    left: 5px;
    top: 5px;
    width: 45px;
    }

    #Logo
    {
        max-width: 90%;
        padding-top: 20px;
    }

      .InkastTextHolder {
        width: 1000%;
        padding: 20px;
        text-align: center;
    }

    .InkastImageHolder {
        overflow: hidden;
        right:0px;
    }

    .InkastImageHolder {
        width: 100%;
        display: block;
        position: initial;
        right: initial;
        top: initial;
        line-height: 50%;
        height:auto;
        text-align: center;
    }

    .InkastImageHolder img {
        width: 100%;
        max-width: 300px;
        height:auto;
        margin:0px auto;
    }

    .MobHead
    {
        display: block;
        text-align: center;
        padding:0px 20px;
        box-sizing: border-box;
    }

    .MobHead h2
    {
        font-size: 25px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    body, html, form {
        font-size: 18px;
    }

   .Spacer
   {
       height:60px;
   }

    #ProjForm-Left {
        padding-right: 0px;
        width: 100%;
      }
      
    #ProjForm-Right {
        padding-left: 0px;
        width: 100%;
      }

    .TextHolder-Top, .TextHolder
    {
        width: 80%;
    }

    #StoreHolder
    {
        flex-direction: column-reverse;
    }

    #StoreLeft
    {
        display: block;
        width: 100%;
    }

    #StoreRight
    {
        display: block;
        width: 100%;
        padding: 10px 20px 10px 20px;
    }

    .TourItem
    {
        width:50%;
    }

    .StartSida .TourItem:last-of-type
    {
        display: inline-block;
      }

    .Spelschema-Bigg
    {
        padding: 10px 10px;
    }

    #Wrapper #menu
    {
        display: none;
    }

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

    #Wrapper #TopMenyImageHolder 
    {
        top: 15px;
        left: 57px;
    }

    #IntroLogo img
    {
        width: auto;
        max-height: 55%;    
    }

    .Footer table tr td
    {
        width: 100%!important;
        display: block;
        padding-bottom: 10px;
    }

    .Footer table tr td p img
    {
        margin-left: 0px!important;
        margin-right: initial!important;
    }


}

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

    #SearchBar {
        flex-wrap: wrap;
      }

    #SearchBar input[type="text"] {
        width: 100%;
        border-radius: 0px;
      }

    .SearchButton {
        display: block;
        width: 100px;
        margin: 0px auto;
        border-radius: 0px;
      }

    .SearchButton input[type=submit], #btnSearch {
        border-radius: 0px;
    }

    .TILeft {
        padding-right: 10px;
      }

    .TICenterHolder {
        width: calc(100% - 110px);
      }

    .TIRight {
        display: block;
        width: 100%;
        padding-top: 5px;
      }

    .Spelschema-Small
    {
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
    }

    .TextHolder-Top, .TextHolder
    {
        width: 90%;
        padding:40px 0px;
    }

    .TextHolderBottom
    {
        width:90%;
    }

    .TextHolder #btnSubmitEmail {
        font-size: 14px;
      }

    .Spelschema-Bigg
    {
        width: 100%;
    }

    .IntroImagePlatta
    {
        display: none;
    }

    .IntroImageMob
    {
        display: block;
        height:65vh;
    }

    .StartTopInkastHeadline
    {
        font-size: 16px;
    }

    .ArticleItem
    {
        width: 46%;
    }

    .PressImage
    {
        display: block;
        width: 100%;
    }

	.centercontenttext
	{
	    width:80%;
	}

    #second, #secondtext, #second-2 {
        padding: 70px 0px 70px 0px;
    }

    #secondtext-2 {
        padding: 50px 0px 50px 0px;
    }

    .pressitem 
    {
        width:70%;
        margin: 15px 0px 15px 0px;
    }

    #Spelschema
    {
        display:block;
    }

    .centercontenttext
    {
        width:95%;
    }

    #LogoHolder
    {
        height:20px;
        background-color: #000;
        font-size: 0px;
    }

    #third
    {
        color:#fff;
    }

    #Spelschema
    {
        border-bottom:1px solid #fff;
    }

    .centercontent
    {
        width:95%;
        margin-left:2.5%;
    }
    #third
    {
        padding-top:40px;
        padding-bottom: 40px;
    }

    #fourth
    {
        padding-top:60px;
        padding-bottom: 20px;
    }

    .RecItem
    {
        max-width:50%;
        font-size: 12px;
        padding:50px 20px 0px 20px;
    }

    #Recs {
        padding: 20px 5px 30px 5px;
      }
    

    #tblsupport {
        display: block;
        height:auto!important;
    }

    tbody
    {
        display:block;
        width:100%;
    }

    #tblsupport tr {
        display: block;
        height: auto !important;
        border-bottom: 1px solid #b07f29;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 10px 0px;
    }

            #tblsupport tr td {
                display: block;
            }

    .SIRight {
        display: block;
        text-align: center;
        padding: 20px 0px 10px 0px;
        width: 100%;
    }

    .ShowItemHolder {
        flex-wrap: wrap;
      }

    .SICenter {
        width: 70%;
      }

    .PremiarmingelItem
    {
        width:100%;
    }

    .ArticleItem
    {
        width:100%;
        margin: 10px 0px;
    }


    #IntroLogo img {
        width: auto;
        max-height: auto;
        width: 80%;
        margin: 0px auto;
    }
/*
    #intro{
        height:110%;
        background-image: url(/Images/Siteimages/topbg-mobil.jpg);
    }
*/
	.centercontenttext
	{
	    width:90%;
	}

    #second, #secondtext, #second-2 {
        padding: 50px 0px 50px 0px;
    }

    #secondtext-2 {
        padding: 40px 0px 40px 0px;
    }

}
