


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
	--default-padding: 20px;
	--aside-width: calc(400px - 80px);
	--main-width: calc(100% - var(--aside-width) - 80px);

    --accent-color: #067ac0;
    --accent-color-light: #ade0ff;
    --accent-color-lighter: rgb(231, 246, 255);
}

h1, h2, h3, h4, h5{
    color: var(--accent-color);
}

a{
    color: var(--accent-color);
}

img{
    max-width: 100%;;
}
::-webkit-scrollbar {
    display: none;
}

hr{
    border: 1px solid #f1f1f1;
}

body{
    margin:0;
	padding:0;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	background: var(--body-bgColor);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
	color: var(--body-textColor);
}

.mobMenuButton{
    display: none;
    float:right;
    width:50px;
    padding:30px;
    color:#fff;
    cursor: pointer;
}

.mobMenu{
    display: none;
    position: fixed;
    top:83px;
    width:100%;
    background-color: rgba(0, 0, 0, .9);
    color:#fff;
    z-index: 1;
}
.mobMenu .item{
    text-align: center;
    padding:20px;
    cursor: pointer;
}

.svg{
    filter: invert(1);
}

.start{
    background-image: url("/img/smogen2.webp");
}


.wrap{
    max-width:1400px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    word-wrap: break-word;
}

.wrap-mini{
	position:relative;
    margin-left:auto;
	margin-right:auto;
	padding:0 10px;
	word-wrap: break-word;
	overflow-y: hidden;
}


.wrap img{
	max-width:100% !important;
	height: auto !important;
	}

.center{
    text-align: center;
}

.gdbrPop{
    display:none;
    position: fixed;
    height: 100vh;
    width:100vh;
    padding: 250px 20px 20px 20px;
    background: rgba(255, 255, 255, 1);
}
.gdbrPop .text{
    padding: 10px 0;
}


header{
    display: block;
    position: relative;
    min-height: 25vh;
	width: 100%;
    text-align: center;
    background-image: url("/img/smogen-hogvatten.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.start-page{
    min-height: 100vh;
    background-image: url("/img/smogen-hogvatten.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu{
    position: fixed;
    width: 100%;
    z-index: 1;
}
.menu-top{
    background-color: rgba(0, 0, 0, .8);
    position: relative;
    overflow: hidden;
}
.menu-top .item{
    display: inline-block;
    padding:10px;
}

.menu-head{
    position: relative;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    text-align: center;
}



.menu-head .logo{
    float:left;
    width:130px;
    overflow: hidden;
    padding:15px 30px;
    color: #fff;
    cursor: pointer;
}

.langbutton{
    cursor: pointer;
    float:left;
    width:130px;
    padding: 30px 30px;
}

.menu-head nav{
    float:left;
    width:calc(100% - 380px);
    overflow: hidden;
    text-align: center;
}

.menu-head nav .item{
    display: inline-block;
    overflow: hidden;
    padding:30px 30px;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
}

.sendingProgressBar{
	z-index: 100;
	display: none;
	position: fixed;
	width:100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
    transition: .1s;
}
.sendingProgressBar .inside{
	position: absolute;
	top: 40%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100px;
	height: 180px;
	/*background-image: url("/img/progress1.gif");*/
	background-position: center center;
	background-size: contain;
	color: #fff;
    transition: .1s;
}

.sublogo{
    padding:calc(env(safe-area-inset-top) + 8px) 80px 0px 20px
}

.searchbar{
    display: none;
}
.searchbar.show{
    display: block;
}

.searchbutton{
    position: absolute;
    top:calc(env(safe-area-inset-top) + 8px);
    width:30px;
    height:30px;
    right:10px;
    padding:10px;
    background-image: url("/img/icons/search_icon.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size:30px;
    z-index: 3;
    
}



.searchbox{
    border:none;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    padding:15px 50px 15px 15px;
    width:calc(100% - 20px);
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size:18px;
    outline: none;
    z-index: 2;
}

.searchbox_first{
    border:none;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    padding:15px 15px 15px 30px;
    width:calc(100% - 20px);
    background-image: url("/img/icons/search_icon.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size:18px;
    outline: none;
}


main.sub{
    padding: 0 10px 0 10px;
}
main{
    padding: calc(env(safe-area-inset-top) + 70px) 10px 100px 10px;
}

.button{
    display: inline-block;
    padding:10px 20px;
    font-weight: 500;
    background: var(--accent-color);
    color:#fff;
    cursor: pointer;
}
.button:active{
    background: #f1f1f1;
    color:#000;    
}

.button-light{
    display: inline-block;
    padding:10px 20px;
    font-weight: 500;
    text-align: center;
    background: #f1f1f1;
    color:#000;  
}
.button-light:active{
    background: var(--accent-color);
    color:#fff;
}

.header-categorys{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

section.app{
    background-color: #f1f1f1;
}

.right{
    float:left;
    padding:10px;
    margin-right:1px;
    width:calc(50% - 21px);
}
.left{
    float:left;
    padding:10px;
    margin-left:1px;
    margin-top:2px;
    width:calc(50% - 21px);
}

.cat-button{
    float:left;
    width:calc(16.666% - 28px);
    margin: 4px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 60px 10px 10px 10px;
    background-color: rgba(255,255,255,.9);
    background-repeat: no-repeat;
    background-position: top 20px center;
    background-size: 30px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    transition: .2s;
}
.cat-button a, a .cat-button{
    color:#000;
}
.cat-button:active, .cat-button:hover{
    background-color: var(--accent-color-light);
    transition: .2s;
}
.cat-button.facebook{
    background-image: url("/img/facebook.png");
}
.cat-button.instagram{
    background-image: url("/img/instagram.png");
}

.cat-button.event{
    background-image: url("/img/icons/event.svg");
}
.cat-button.boende{
    background-image: url("/img/icons/house.svg");
}
.cat-button.seogora{
    background-image: url("/img/icons/see.svg");
}
.cat-button.matodryck{
    background-image: url("/img/icons/eat.svg");
}
.cat-button.shopping{
    background-image: url("/img/icons/shopping.svg");
}
.cat-button.vandring{
    background-image: url("/img/icons/walk.svg");
}
.cat-button.cafe{
    background-image: url("/img/icons/cafe.svg");
}
.cat-button.boat{
    background-image: url("/img/icons/boat.svg");
}
.cat-button.cinema{
    background-image: url("/img/icons/cinema.svg");
}
.cat-button.camping{
    background-image: url("/img/icons/camping.svg");
}
.cat-button.culture{
    background-image: url("/img/icons/culture.svg");
}
.cat-button.nature{
    background-image: url("/img/icons/nature.svg");
}
.cat-button.sports{
    background-image: url("/img/icons/sports.svg");
}
.cat-button.walk{
    background-image: url("/img/icons/walk.svg");
}

.hiddenCategories{
    display: none;
}

.hidden{
    display: none;
}
.item-box{
    float:left;
    width:calc(25% - 40px);
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    overflow: auto;
    margin: 20px;
    cursor: pointer;
    transition: .4s;
}
.item-box .image{
    width:100%;
    padding-top:50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.item-box:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: .4s;
    
}
.item-box .content{
    padding:0 20px 20px 20px;
    height:150px;
    overflow: hidden;
}
.item-box.event .content{
    padding:0 20px 20px 20px;
    height:150px;
    overflow: hidden;
}
.item-box h2{
    margin:20px 0 5px 0;
}
.item-box .title{
    font-weight: bold;
}
.item-box .intro{
    color:gray;
}

.applist tr td.top{
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    cursor: pointer;
}
.applist tr td{
    border-bottom: 1px #e6e6e6 solid;
    cursor: pointer;
}
.applist tr td:active{
    background: var(--accent-color);
    color:#fff;
}

.sub-title{
    padding:10px 10px;
    background-color: #f1f1f1;
    text-align: center;
    margin-top:-5px;
}

.dates .right{
    float:left;
    padding:10px;
    margin-right:1px;
    margin-top:2px;
    background-color: #f1f1f1;
    color:#000;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    width:calc(50% - 21px);
}
.dates .left{
    float:left;
    padding:10px;
    margin-left:1px;
    margin-top:2px;
    background-color: #f1f1f1;
    color:#000;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    width:calc(50% - 21px);
}
.dates .kl{
    display: inline-block;
    font-size: 14px;
}

.citiesMenu{
    display: none;
    position: absolute;
    bottom:calc(env(safe-area-inset-bottom) + 61px);
    right:0;
    background-color: #fff;
    box-shadow: 0 -5px 5px rgba(0,0,0,0.2);
    overflow: auto;
    max-height: calc(90vh - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 100px);
}
.citiesMenu div{
    padding:10px 20px 10px 20px;
    font-weight: 500;
    text-transform: capitalize;
    
}
.citiesMenu div:active{
    background: var(--accent-color);
    color:#fff;
}

.startButtonWrapper{
    background-color:#f1f1f1;
    margin:-70px -20px;
    padding: 70px 0;
}


.startButtonSlider div{
    float:left;
    width:calc(25% - 100px);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin: 20px;
    border-radius: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    padding: 75px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: .4s;

    background-color: rgba(0,0,0,.45); /* overlay */
    background-blend-mode: multiply;   /* blanda färgen med bilden */
}
.startButtonSlider div.uneven{
    width:calc(100% - 100px); 
}
.startButtonSlider div:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: .4s;
    background-color: rgba(0,0,0,.0);
}

.lang{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	z-index:10;
	text-align:center;
	}
.lang .inside{
	position:absolute;
	text-align:center;
	margin-top:300px;
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	padding:40px 10px;
	width:90%;
	background:#fff;
	box-shadow:0px 0px 7px #999;
	}
.lang .inside .close{
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	font-weight:bold;
	}

footer{
    display: block;
    float:none;
    padding: 100px 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: bold;
    color:#fff;
    background-color: #333;
}

footer .item{
	float:left;
	width: 20%;
	padding: 33px 0 10px 0;
	opacity: 0.5;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: top center;
}

footer .item:hover,footer .item:active,footer .item.on{
	opacity: 1;
}

footer .item.start{
	background-image: url("/img/icons/start.svg");
}
footer .item.task{
	background-image: url("/img/icons/tasks.png");
}
footer .item.calender{
	background-image: url("/img/icons/calender.png");
}
footer .item.settings{
	background-image: url("/img/icons/gear.png");
}
footer .item.company{
	background-image: url("/img/icons/company.svg");
}
footer .item.smogen{
	background-image: url("/img/icons/smogen.png");
}


@media (max-width: 1200px) {

    .item-box{
    width:calc(50% - 40px);
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    margin: 20px;
}

}


@media (max-width: 1400px) {


    .startButtonSlider div{
        width:calc(50% - 100px);
        font-size: 17px;
    }

    .item-box{
        width:calc(50% - 40px);
    }

}

@media (max-width: 1000px) {


    nav, .langbutton{
        display: none;
    }
    .mobMenuButton{
        display: block;
    }

}




@media (max-width: 800px) {


    .cat-button{
        width:calc(33.333% - 28px);
        font-size: 12px;
    }

    .header-categorys{
        bottom: 20px;
    }

    .startButtonWrapper{
        background-color:#f1f1f1;
        margin:-70px 0;
        padding: 20px 0;
        width: calc(100% + 10px);
    }

    .startButtonSlider div.uneven{
        width:calc(100% - 52px); 
    }
    .startButtonSlider div{
        width:calc(50% - 52px);
        padding:20px;
        margin:6px;
        font-size: 13px;
    }

    .item-box{
        float:none;
        width:calc(100% - 40px);
    }
    .item-box .content{
        padding:0 20px 20px 20px;
        height:auto;
    }

}