@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-webkit-viewport{ width: device-width; }
@viewport{ width: device-width; }

html,
body{
    overflow-x: hidden;
}

body{
    font: 16px/24px 'Asap', sans-serif;
    color: #281e14;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

li, td, dt, dd{
    line-height: 150%;
}

body.site{
    padding: 0;
}

a{
    color: #c80537;
    text-decoration: none !important;
}

a:hover,
a:focus{
    color: #d3375f;
}

h1{
    font-size: 300%;
    line-height: 120%;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 15px 0;
    color: #c80537;
}

h2{
    font-size: 200%;
    line-height: 120%;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 15px 0;
    color: #c80537;
}

.ingress,
h3{
    font-size: 125%;
    line-height: 130%;
    color: #281e14;
    margin: 0 0 15px 0;
    font-weight: bold;
}

h4{
    font-size: 112.5%;
    line-height: 130%;
    color: #281e14;
    margin: 0 0 10px 0;
    font-weight: 500;
}

h1,h2,h3,h4 {
 font-family: 'Asap',sans-serif;
}

.topmenurow{
    position: fixed;
    top: 0;
    height: 65px;
    padding: 10px 15px;
    left: 0;
    width: 100%;
    z-index: 100001;
    background: rgba(200,5,55,0.75);
}
.topmenurow.medlemsintra,
.topmenurow.intrameny,
.topmenurow.kunenamenu {
    background: rgb(18, 49, 42,0.75);
}

.topmenurow > .menucontainer{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display: flex;
    align-items: center;
}

.logobox{
    width: 150px;
}

.navbox{
    align-self: flex-end;
    flex-grow: 1;
}

.topmenu .navbar{
    margin: 0;
}

ul.nav.topmenu{
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.nav.topmenu > li{
    float: none;
    display: inline-block;
}

ul.nav.topmenu > li:last-child{
    margin-left: 15px;
}

ul.nav.topmenu li a{
    color: #fff;
    font-weight: 500;
}

ul.nav.topmenu > li > a{
 text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    position: relative;
    padding: 9px;
}

ul.nav.topmenu > li > a:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    margin-top: -5px;
    height: 5px;
    background: #fff;
    opacity: 0;
    right: 15px;
    left: 15px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown > a .caret,
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}

ul.nav.topmenu > li.item-163 a{
    border: 1px solid #fff;
    border-radius: 4px;
}

ul.nav.topmenu > li.item-163 a:hover,
ul.nav.topmenu > li.item-163 a:focus{
    color: #c80537 !important;
    background: #fff;
}
.dropdown-menu > li > a {
    display: block;
	line-height: 18px;
	white-space: nowrap;
}
ul.nav.topmenu > li > a:hover,
ul.nav.topmenu > li > a:focus{
    text-shadow: 0 0 5px rgba(255,255,255,.25);
}

.navbar .nav li.dropdown > a.show:after{
    opacity: 1;
}

.navbar .nav li.dropdown .dropdown-menu:before,
.navbar .nav li.dropdown .dropdown-menu:after{
    display: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}

header .navbar .nav li.dropdown .dropdown-menu{
    background: rgba(200, 5, 55, .9);
    border: 0;
    border-radius: 0 !important;
    padding: 0;
    left: 15px;
    margin-top: 10px;
}
header .mobilemenu ul {
	padding-left: 0;
	list-style: none;
}
.normalnavbar {
	width: 100%;
}
.navbar .nav li.dropdown .dropdown-menu > li > a{
    padding: 8px 5px 8px 10px;
}

.navbar .nav li.dropdown .dropdown-menu > li.active > a,
.navbar .nav li.dropdown .dropdown-menu > li > a:hover,
.navbar .nav li.dropdown .dropdown-menu > li > a:focus{
    background: #c80537;
    color: #fff;
    filter: none;
}

.navbar .nav li.dropdown .dropdown-menu > li ul{
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.navbar .nav li.dropdown .dropdown-menu > li ul > li > a{
    padding: 4px 5px 4px 20px;
    display: block;
}

.navbar .nav li.dropdown .dropdown-menu > li ul > li > a:before{
    content: '- ';
}

.navbar .nav li.dropdown .dropdown-menu > li ul > li.active > a,
.navbar .nav li.dropdown .dropdown-menu > li ul > li > a:hover,
.navbar .nav li.dropdown .dropdown-menu > li ul > li > a:focus{
    background: #c80537;
    color: #fff;
    filter: none;
    text-decoration: none;
}

.slideshow img{
    width: 100%;
    max-width: 10000px;
}

.imagecontainer{
    position: relative;
}

.imagecontainer .slidetitle{
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 8%;
    right: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.slideshow .imagec{
    position: relative; 
}
.slideshow {
/*    background-color: black; */
}

.slideshow .imagec:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #12312a;
    background: -moz-linear-gradient(-45deg, #12312a 0%, #788278 100%);
    background: -webkit-linear-gradient(-45deg, #12312a 0%,#788278 100%);
    background: linear-gradient(135deg, #12312a 0%,#788278 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12312a', endColorstr='#788278',GradientType=1 );
    opacity: .6;
    mix-blend-mode: multiply;
}

.imagecontainer .slidetitle h1,
.imagecontainer .slidetitle h2 {
    color: #fff;
    font-size: 400%;
    font-size: 6vw;
    line-height: 120%;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 1600px;
}

.flexslider .slides > li{
    -webkit-backface-visibility: inherit !important;
}

.slideshow .flex-direction-nav a{
    height: 107px;
    width: 61px;
}

.breadcrumb {
 background: none;
 padding-left: 0 !important;
}

.mod-breadcrumbs__divider.float-start {
 display: none;
}
ol.breadcrumb{
    padding: 10px 0;
    margin: 15px 0 0 0;
    background: none;
    font-weight: 500;
}

ol.breadcrumb > li > .divider,
ol.breadcrumb li a{
    font-weight: 500;
    color: #575757; /*#788278; */
}

ol.breadcrumb li.active span{
    color: #c80537;
}

.breadcrumb-item + .breadcrumb-item::before {
 content: "\25b6";
 font-size: 10px;
 padding-left: 5px;
}


.noartcont,
.articlepage{
    margin-top: 30px;
}

.noartcont.articlecontainer{
    margin-top: 0; 
}

.newsbox{
    margin: 0 0 50px 0;
}

.newsbox .newsimage{
    background: #efefef;
}

.newsbox .newsimage img{
    width: 100%;
}

.newsbox.link a{
    color: #281e14;
    display: block;
}

.newsbox.intranewsbox a{
    color: #c80537;
    display: inline-block;
}

.newsbox a:hover,
.newsbox a:focus{
    opacity: .8;
    text-decoration: none;
}

.newsbox a:hover .newsimage img,
.newsbox a:focus .newsimage img{
    opacity: .9;
}

.newsbox .newstitle h2{
    margin: 0;
    font-size: 120%;
    line-height: 130%;
    font-style: normal;
}

.newsbox.intranewsbox h2,
.newsbox .newstitle h2,
.newsbox a .newstitle h2{
    display: block;
    color: #c80537;
    padding: 15px 0;
}

.newsbox a:hover .newstitle h2,
.newsbox a:focus .newstitle h2{
    color: #d3375f;
    text-decoration: none;
}

.newsbox .newsintro{
    padding: 0 0 0 0;
}

.newsbox p.readmore{
    text-align: right;
}

.newsbox.intranewsbox p.readmore{
    text-align: left;
}

.newsbox p.readmore a{
    color: #c80537;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 75%;
    border: 0;
    padding-left: 0;
}
.newsbox p.readmore a span {
    display: none;
}
.page-link {
 color: #c80537;
}
.vid,
.newsbox .newsvideo{
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background: #efefef;
}
.newsbox .newsvideo {
    padding-top: 100%;
}

.vid > *,
.newsbox .newsvideo > *{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.slideshow video {
	width: 100%;
}

.view-article .archivebtn .moduletable{
    display: none;
}

.archivebtn .custom a{
    display: inline-block;
    background: #c80537;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
}

.archivebtn .custom a:hover,
.archivebtn .custom a:focus{
    text-decoration: none;
    background: #d3375f;
}

.footer {
	background: none;
	color: #281e14;
	gap: 20px;
}

.pagefooter .row{
    display: flex;
    justify-content: space-between;
}

.pagefooter .moduletable{
    max-width: 32%;
    padding: 2.5%;
    margin-bottom: 50px;
    flex-grow: 1;
}

.pagefooter .front_lararen.moduletable{
    background: #ccc;
    background: -moz-linear-gradient(45deg, rgba(204,204,204,1) 0%, rgba(204,204,204,0.4) 100%);
    background: -webkit-linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(204,204,204,0.4) 100%);
    background: linear-gradient(45deg, rgba(204,204,204,1) 0%,rgba(204,204,204,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#66cccccc',GradientType=1 );
}


.pagefooter .front_medlemsuppg.moduletable{
    background: #12312A;
    background: -moz-linear-gradient(45deg, rgba(18,49,42,1) 0%, rgba(18,49,42,0.4) 100%);
    background: -webkit-linear-gradient(45deg, rgba(18,49,42,1) 0%,rgba(18,49,42,0.4) 100%);
    background: linear-gradient(45deg, rgba(18,49,42,1) 0%,rgba(18,49,42,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12312a', endColorstr='#6612312a',GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 150%;
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
}

.foreningsmod{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8.335%;
}

.pagefooter .front_foreningar.moduletable{
    background: #ce9f52;
    background: -moz-linear-gradient(45deg, rgba(206,159,82,1) 0%, rgba(206,159,82,0.4) 100%); 
    background: -webkit-linear-gradient(45deg, rgba(206,159,82,1) 0%,rgba(206,159,82,0.4) 100%);
    background: linear-gradient(45deg, rgba(206,159,82,1) 0%,rgba(206,159,82,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce9f52', endColorstr='#66ce9f52',GradientType=1 );
    position: relative !important;
}

.foreningsmod .moduleheading{
    padding: 0px 0 25px 0;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #fff;
    font-weight: 500;
    font-size: 140%;
    line-height: 127%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.foreninglist{
    
}

.foreninglist > ul{
	list-style: none;tdig
    margin: 20px 0 0 0;
    position: absolute;
    top: 115px;
    left: 8.335%;
    right: 8.335%;
    bottom: 5.5%;
    overflow-y: scroll;
    background: #cea052;
    padding: 10px;
    box-shadow: inset 3px 3px 8px rgba(0,0,0,.1);
}

.foreninglist > ul > li > span{
    color: #281e14;
    font-size: 117.5%;
    font-weight: 500;
}

.foreninglist > ul ul{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.foreninglist ul.notgrouped li a,
.foreninglist > ul ul li a{
    color: #281e14;
    font-weight: 500;
    display: block;
    padding: 3px 0;
    font-size: 95%;
}

.foreninglist ul.notgrouped li a:hover,
.foreninglist ul.notgrouped li a:focus,
.foreninglist > ul ul li a:hover,
.foreninglist > ul ul li a:focus{
    color: #c80537;
    text-decoration: none;
}

.pagefooter .front_medlemsuppg.moduletable a{
    color: #fff;
}

.pagefooter .front_medlemsuppg.moduletable a:hover,
.pagefooter .front_medlemsuppg.moduletable a:focus{
    text-decoration: none;
    color: #fff;
    opacity: .75;
}

.json.front_lararen .moduleheading,
.k2lararen .moduleheading{
    padding: 15px 0 25px 0;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #fff;
}

.k2lararen div.k2list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}

.json.front_lararen,
.k2lararen div.k2list > div{
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 10px 0 !important;
    font-weight: 500;
}

.json.front_lararen .moduleItemAuthor,
.k2lararen div.k2list > div .moduleItemAuthor{
    display: block;
    padding: 0 0 5px 0;
}

.json.front_lararen .moduleItemAuthor a,
.json.front_lararen .moduleItemAuthor a:hover,
.json.front_lararen .moduleItemAuthor a:focus,
.k2lararen div.k2list > div .moduleItemAuthor a,
.k2lararen div.k2list > div .moduleItemAuthor a:hover,
.k2lararen div.k2list > div .moduleItemAuthor a:focus{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 87.5%;
}

.json.front_lararen .moduleItemTitle,
.k2lararen div.k2list > div a.moduleItemTitle{
    color: #281e14;
    font-size: 117.5%;
}

.json.front_lararen .moduleItemTitle:hover,
.json.front_lararen .moduleItemTitle:focus,
.k2lararen div.k2list > div a.moduleItemTitle:hover,
.k2lararen div.k2list > div a.moduleItemTitle:focus{
    color: #c80537;
    text-decoration: none;
}

ul.newsjson.front_lararen {
	margin: 0;
	list-style: none;
}
ul.newsjson.front_lararen li {
	margin: 16px 0;
}

.realpage{
    margin-bottom: 50px;
}

.bottommodules .moduletable{
    margin-bottom: 50px;
}

.fslmember p{
    margin: 0;
}

.fslmember{
    text-align: center;
    margin: 0 !important;
}

.fslmember.student{
    text-align: center;
    margin-bottom: 50px !important;
}

.fslmember a{
    display: block;
    position: relative;
    padding: 75px 10px;
    background: #c80537;
    color: #fff;
}

.fslmember a:hover,
.fslmember a:focus,
.fslmember a:hover::after,
.fslmember a:focus::after,
.fslmember a:hover::before,
.fslmember a:focus::before{
    text-decoration: none;
    background: #d3375f;
}

.fslmember a::after,
.fslmember a::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: #c80537;
}

.fslmember.student a{
    padding: 40px 10px;
	color: black;
}

.fslmember.student a:hover,
.fslmember.student a:focus,
.fslmember.student a:hover::after,
.fslmember.student a:focus::after,
.fslmember.student a:hover::before,
.fslmember.student a:focus::before{
    text-decoration: none;
    background: #ddd;
}

.fslmember.student a,
.fslmember.student a::after,
.fslmember.student a::before{
    background: #ccc;
}

.fslmember a::after{
    right: 100%;
}

.fslmember a::before{
    left: 100%;
}

.fslmember a .heading{
    font-size: 350%;
    font-size: 6vw;
    line-height: 120%;
    display: block;
    font-style: italic;
    font-weight: 700;
}

.fslmember.student a .heading{
    font-size: 175%;
    font-size: 3vw;
}

.fslmember a .text{
    font-size: 150%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.moduletable.fslpresentation{
    font-size: 360%;
    line-height: 130%;
    text-align: center;
}
.moduletable.fslpresentation .some {
	font-size: 16px;
}
.moduletable.fslpresentation .some img {
	margin: 0 5px;
}
.moduletable.fslpresentation strong{
    color: #c80537;
}

.pagetopmodules{
    padding: 50px 0 50px 0;
    position: relative;
}

.pagetopmodules:after{
    content: '';
    position: absolute;
    height: 1px;
    background: #281e14;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.footerfslheading{
	margin-top: 15px;
	display: block;
    color: #c80537;
    font-weight: 500;
    text-transform: uppercase;
}

.footercontact p{
    margin: 0;
}
.footercontent img {
	margin-top: -15px;
}
.fslsome{
    text-align: right;
}
.fslsome a {
	padding: 7px;
	display: inline-block;
}

.fslsome p{
    margin: 0;
}

.footerrow{
    margin: 24px 0 10px 0;
    padding: 25px 15px 0 15px;
    width: cacl(100% - 30px);
    max-width: 1600px;
    position: relative;
}

.footerrow:before{
    content: '';
    position: absolute;
    height: 1px;
    background: #281e14;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
}

#CookieDeclarationChangeConsent a,
.snabblankar .btn {
	text-shadow: none;
	color: #c80537;
	background: white;
	box-shadow: none;
	border: 1px solid #c80537;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 4px;
}

#CookieDeclarationChangeConsent a:hover,
#CookieDeclarationChangeConsent a:focus,
.snabblankar .btn:hover,
.snabblankar .btn:focus {
	color: white;
	background:#c80537;
}

.copyright{
    padding: 25px 0 0 0;
    line-height: 16px;
    font-size: 11px !important;
    color: #281e14; /*#788278; WCAG */
}

.plan, .copy{
    font-size: 11px !important;
}
div.plan {
    text-align: right;
}
.copyright a{
	font-weight: 500;
}

#hamburger{
	box-sizing: border-box;
	display: block;
	width: 30px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
}

#hamburger:before,
#hamburger:after,
#hamburger span{
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0;
}

#hamburger:before{
	top: 10px;
}

#hamburger span{
	top: 20px;
}

#hamburger:after{
	top: 30px;
}

#hamburger:before,
#hamburger:after,
#hamburger span{
	-webkit-transition: none .5s ease 0s;
	-moz-transition: none .5s ease 0s;
	transition: none .5s ease 0s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-moz-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}

#hamburger.open:before,
#hamburger.open:after{
	top: 20px;	
}
#hamburger.open span{
	left: 50px;
	opacity: 0;
}

#hamburger.open:before{
	transform: rotate( 45deg );
}

#hamburger.open:after{
	transform: rotate( -45deg );
}

#archive-items > div,
.blog .item{
    margin-bottom: 50px;
}

.page-header{
    border: 0;
    padding: 0;
    margin: 0;
}

.page-header h2{
    margin-bottom: 15px;
}

/*
.view-category .item .page-header h2 {
	min-height: 76px;
}
*/
div.moduletable.lasoxo{

}

div.moduletable.lasoxo h3{
    display: block;
    padding: 10px;
    background: #12312a;
    background: -moz-linear-gradient(left, rgba(18,49,42,1) 0%, rgba(18,49,42,0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(18,49,42,1) 0%,rgba(18,49,42,0.4) 100%);
    background: linear-gradient(to right, rgba(18,49,42,1) 0%,rgba(18,49,42,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12312a', endColorstr='#6612312a',GradientType=1 );
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

div.moduletable.lasoxo ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

div.moduletable.lasoxo ul li:first-child{
    padding: 0 2%;
}

div.moduletable.lasoxo ul li{
    display: inline-block;
    width: 32%;
    padding: 0 2% 0 4%;
    vertical-align: top;
}

div.moduletable.lasoxo .mod-articles-category-title{
    color: #281e14;
    margin: 0;
    font-size: 120%;
    line-height: 130%;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}

div.moduletable.lasoxo .mod-articles-category-title:hover,
div.moduletable.lasoxo .mod-articles-category-title:focus{
    color: #c80537; 
    text-decoration: none;
}

.lasoxo p.readmore{
    text-align: right;
}

.lasoxo p.readmore a{
    color: #c80537;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 75%;
}

.article-info .article-info-term{
    display: none;
}

.article-info dd{
    margin-left: 0;
}

.article-info [class^="icon-"], 
.article-info [class*=" icon-"]{
    display: none;
}

.content a[id]:before { 
    display: block; 
    content: " "; 
    margin-top: -80px;
    height: 80px;
    visibility: hidden; 
}

.content #CookieDeclarationUserStatusPanel a[id]:before {
 content: unset;
}

.moduletable.acymod{
    background: #c80537;
    text-align: center;
    padding: 20px 15px 10px 15px; 
    margin-bottom: 50px;
	color: white;
}
.moduletable.acymod .btn-primary {
	background: white;
	color: #c80537;
	border: 1px solid #c80537;
}
.moduletable.acymod table{
    width: 100%;
    max-width: 800px;
}

.moduletable.acymod td{
    padding: 0;
    vertical-align: middle;
}

.moduletable.acymod h3{
    color: #fff;
    font-size: 200%;
}

.moduletable.acymod label{
    color: #fff;
    margin: 0;
}

.moduletable.acymod input{
    margin: 0;
}

.moduletable.acymod input.button{
    background: #fff;
    border: 0;
    text-shadow: none;
    color: #c80537;
    font-weight: 700;
}

.moduletable.acymod .slide_open{
    height: auto;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}

.articlesaccordion .accordion-toggle,
.accordion .accordion-toggle{
    font-size: 112.5%;
    font-weight: 700;
    transition: all .25s ease-in-out;
}
.articlesaccordion .accordion-body,
.accordion .accordion-body {
 padding: 0;
}
.articlesaccordion .accordion-toggle:hover,
.articlesaccordion .accordion-toggle:focus,
.accordion .accordion-toggle:hover,
.accordion .accordion-toggle:focus{
    background-color: #c80537;
    color: #fff;
    text-decoration: none;
}

.articlesaccordion .accordion-inner,
.accordion .accordion-inner{
    padding: 40px 25px 10px 25px;
    border: 1px dashed #e5e5e5;
}

.articlesaccordion .accordion-group,
.accordion .accordion-group{
    margin-bottom: 5px;
}

table.citat{
    margin: 20px 0;
    max-width: 40% !important;
    width: auto !important;
}

table.citat.vanster{
    float: left;
    margin-right: 20px;
    max-width: 40%;
}

table.citat.hoger{
    float: right;
    margin-left: 20px;
    max-width: 40%;
}

table.citat td{
    display: inline-block;
    background: #c80537;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
}

table.citat td p,
table.citat td h1,
table.citat td h2,
table.citat td h3,
table.citat td a{
    color: #fff !important;
    overflow-wrap: break-word;
}

 .cols-3 table.citat.vanster,
 .cols-2 table.citat.vanster,
 .cols-3 table.citat.hoger,
 .cols-2 table.citat.hoger,
 .cols-3 table.citat,
 .cols-2 table.citat{
    margin: 0 !important;
    float: none !important;
    max-width: 100% !important;
}

.navbar .intramenu.nav li.dropdown .dropdown-menu > li.active > a, 
.navbar .intramenu.nav li.dropdown .dropdown-menu > li > a:hover, 
.navbar .intramenu.nav li.dropdown .dropdown-menu > li > a:focus {
    background: rgb(18, 49, 42) !important;
}

.navbar .intramenu.nav li.dropdown .dropdown-menu {
    background: rgba(18, 49, 42, .9) !important;
}

.intrapage .newsimage{
    display: none;
}

.doclist h2{
    display: block;
    background: rgb(18, 49, 42);
    color: #fff;
    padding: 15px 7px;
    font-size: 120%;
    line-height: 130%;
    font-style: normal;
}

.edocman-container .edocman-heading{
    margin-bottom: 15px !important;
}

#edocman-category{
    margin-bottom: 25px;
}

#edocman-category img{
    padding-top: 12px;
    margin-right: 15px;   
}

#edocman-categories{
    margin-bottom: 25px;
}

table.edocman_document_list td{
    padding: 3px 1px 12px 1px;
}

dl.search-results dt{
    margin-top: 30px;
}

dl.search-results .result-created{
    color: #999;
    margin-top: 5px;
}

#searchForm .form-limit,
#searchForm .counter{
    display: none;
}

label{
    display: inline;
}

.item-image.aii{
    padding-bottom: 15px;
}

div.usermenu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10999;
    background: #555;
}
.usermenu .nav > li > a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 75%;
}
.category-module.educaprogram{
    padding: 15px 0 15px 15px;
}

.accordionlistgroup{
    margin-bottom: 30px;
}

.accordionlistgroup .accordion-inner{
    padding: 20px 20px 10px 20px !important;
}

div.sharebox{
    padding-top: 25px;
}

div.sharebox h3{
    font-size: 112.5%;
    color: #c80537;
}

ul.modshare li a{
    font-size: 12px !important;
}

.fc-state-highlight{
    background: #f091a9 !important;
}

.fc-bgevent-skeleton,
.fc-content-skeleton{
    pointer-events: none;
}

#login{
    padding: 20px 0 50px 0;
}

#repeatwarning,
#sendform,
#selectmaxhours,
#addform{
    position: fixed;
    height: 350px;
    width: 220px;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

#repeatwarning{
    width: 425px;
    height: 400px;
}

#selectmaxhours label{
    display: flex;
}

#selectmaxhours label span{
    display: inline-block;
    margin-left: 10px;
}

#dayholder tr td:first-child{
    width: 1%;
    white-space: nowrap;
}

#dayholder td{
    vertical-align: middle;
}

span.delevent{
    display: inline-block;
    width: 25px;
    font-size: 75%;
}

span.eventtitle{
    display: block;
}

span.eventcomments{
    display: block;
    font-style: italic;
    font-size: 85%;
}

span#weektot,
span#yeartot{
    font-weight: 700;
}

span#weektot.warn,
span#yeartot.warn{
    color: red;
}

#worktotals{
    padding: 0 0 20px 0;
}

.worklayout{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.worklayout > div{
    width: 48%;
}

.worklayout .work_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#calendar .fc-scroller.fc-day-grid-container{
    overflow: visible !important;
    height: auto !important;
}

#logout{
    float: right;
    padding: 0 0 25px 0;
}

.workintro{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.workintro > div.wicol1{
    width: 65%;
}

.workintro > div.wicol2{
    width: 30%;
}

.loginform{
    padding-top: 75px;
}

.searchbar{
    display: block;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
}

#searchresult .useritem{
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #efefef;
}

#searchresult .useritem a{
    font-size: 75%;
}

#edituserpopup{
    position: fixed;
    height: 200px;
    width: 300px;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.itemid-1095 .content a.btn{
    display: inline-block;
    background: #c80537;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    border: 0;
    text-shadow: none;
}

.itemid-1095 .content a.btn:hover,
.itemid-1095 .content a.btn:focus{
    text-decoration: none;
    background: #d3375f;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #eee;
}
	
blockquote, blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.fakta,.fakta2 {
	color: #c09853;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fakta2 {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.vid {
	width: 100%;
}
ul.modshare li a.pr {
	background-color: #595959 !important;
}
ul.modshare li a.tw {
/*
	color: black !important;
	background-color: #1da1f2 !important;
*/
	color: white !important;
	background-color: black !important;
	min-width: 40px;
	text-align: center;
}

.label {
	font-size: 12px;
}
.topmenu .icon-search {
/*	font-size: 0; */
}
.topmenu .icon-search:before {
	font-size: 16px;
}

.article-info.muted,
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #595959;
}

.pagination ul .active a {
 color: white;
 background-color: #c80537
}

body#tinymce li,
#content .com-content-article__body li {
	padding-bottom: 2em;
}

#content .tags.inline li {
	padding-bottom: 4px;
}

.tags a.btn,
.label-info[href], .badge-info[href] {
	border: 1px solid #c80537;
	background: none;
	color: #c80537;
	text-shadow: none;
	padding: 4px 6px;
}

#content .dropdown-menu li {
	padding-bottom: 0;
}
body#tinymce p,
#content p {
	margin-bottom: 2em;
}

body#tinymce li p,
#content li p {
	margin-bottom: 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #585858;
}

.pagination ul > li > a, .pagination ul > li > span {
	padding: 10px 16px;
}

.novis {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


#acym_wrapper a,
#acym_wrapper h1 {
	color: #c80537;
}

.moduletable.medlemsintra .btn {
	padding: 15px;
	margin: 0 0px;
	background: #c80537;
	color: white;
	font-size: 16px;
	display: block;
	min-height: 36px;
}

.contenttopmodules .medlemsintra .btn.green {
	background: rgb(18, 49, 42);
}
.contenttopmodules .medlemsintra .btn.gray {
	background: rgb(120,130,120);
}

.moduletable.medlemsintra .btn img{
	margin-right: 10px;
	margin-top: 0;
	float: left;
}

.control-label span {
	font-size: 13px;
}
A#CookieDeclarationChangeConsent a {
	color: white;
	background-color: #e47712;
	padding: 10px;
}
A#CookieDeclarationChangeConsent {
	margin: 25px 0;
}

#CookieDeclarationUserStatusLabel {
	font-weight: bold;
}

.carouselck_caption_desc {
    font-size: 1.2rem !important;
    line-height: 120%;
}

.nointro .blog-item {
	margin-bottom: 3rem;
}
.nointro .newsvideo {
	aspect-ratio: 1.77;
}
.itemid-1997 .newsvideo iframe,
.itemid-1667 .newsvideo iframe,
.itemid-3095 .newsvideo iframe,
.intrapage .newsvideo iframe,
.nointro .newsvideo iframe {
	width: 100%;
	height: 100%;
}
.aspect1 {
	aspect-ratio: 1;
}

.aspect133 {
	aspect-ratio: 1.33;
}
.aspect178,
.aspect177 {
	aspect-ratio: 1.77777;
}


@media (max-width: 1200px){
    .moduletable.fslpresentation{
        font-size: 4vw;
    }
}

@media (max-width: 1070px) and (min-width: 980px){
    ul.nav.topmenu li a{
        font-size: 88.5% !important;
        padding: 11px 8px;
    }
}

@media (min-width: 768px){
	.viewdoc {
		margin-top: 65px;
	}
}

@media (max-width: 979px) and (min-width: 768px){
    .logobox{
        width: 80px;
    }

    ul.nav.topmenu li a{
        font-size: 72.5%;
        padding: 11px 7px;
    }

    ul.nav.topmenu > li:last-child{
        margin-left: 5px;
    }

    .footercontact img {
        width: 150px !important;
    }

    .pagefooter .front_medlemsuppg.moduletable{
        font-size: 225%;
        overflow: hidden;
    }
}

@media (max-width: 767px){
	.carouselck_caption_desc {
	    font-size: 0.75rem !important;
	    line-height: 0.9rem;
	}
    h1{
        font-size: 250%;
        line-height: 120%;
        margin: 0 0 25px 0;
    }

    h2{
        font-size: 175%;
        line-height: 120%;
        margin: 0 0 20px 0;
        color: #c80537;
    }

    .page-header h2{
        margin-bottom: 10px;
    }

    body.site{
        padding-top: 65px;
    }

/*
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
*/
    .slideshow .flex-direction-nav a{
        height: 53px;
        width: 30px;
/*        background-position-x: 10px; */
    }
    .slideshow .flex-direction-nav a.flex-next {
/*        background-position-x: -30px;*/ 
    }

    .k2lararen div.k2list > div{
        width: 100%;
        padding: 0 !important;
    }

    .fslmember a .heading{
        font-size: 10vw;
    }

    .fslmember.student a .heading{
        font-size: 6vw;
    }

    .fslmember a .text{
        font-size: 100%;
    }

    .footercontact table td{
        display: block;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 0 15px 0 !important;
        text-align: center;
    }

    .footercontact table td:first-child{
        width: 100px !important;
        margin: 0 auto;
    }

    .footerrow,
    .fslsome,
    .plan,
    .copy{
        text-align: center !important;
    }

    .plan p,
    .copy p{
        margin: 0;
        line-height: 14px;
    }

    .copyright{
        padding-top: 25px;
        margin-top: 24px;
        border-top: 1px solid #efefef;
    }

    .moduletable.fslpresentation{
        font-size: 5vw;
    }

    .topmenurow {
	background: rgba(200,5,55,1);
    }
	.topmenurow.medlemsintra,
	.topmenurow.intrameny,
	.topmenurow.kunenamenu {
	    background: rgb(18, 49, 42,1);
	}

    .navbox{
        display: none;
    }

    .mobile-collapse{
        background: rgba(200, 5, 55, .9);
/*        position: absolute; */
        position: fixed;
        z-index: 10002;
        left: 0;
        right: 0;
        top: 65px;
    }

    ul.nav.mobileintramenu,
    ul.nav.mobilemenu{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        height: calc(100vh - 65px);
        overflow-y: auto !important;
    }

    ul.nav.mobileintramenu{
        background:rgba(18, 49, 42, .9) !important
    }

    ul.nav.mobileintramenu > li,
     ul.nav.mobilemenu > li{
         width: 45%;
         padding: 2% 2.5%;
     }

     ul.nav.mobileintramenu > li:last-child,
     ul.nav.mobilemenu > li:last-child{
        order: -1;
        padding: 25px 2.5% 15px 2.5%;
    }

    ul.nav.mobileintramenu > li:nth-child(1){
        order: -2;
        padding: 25px 2.5% 15px 2.5%;
    }

     ul.nav.mobilemenu > li:nth-last-child(2){
         order: -2;
         padding: 25px 2.5% 15px 2.5%;
     }

     ul.nav.mobilemenu > li:nth-last-child(3){
        padding-bottom: 70px;
     }
	.nav-collapse .nav > li > a {
		font-weight: bold;
	}

     ul.nav.mobileintramenu > li:nth-last-child(2){
        padding-bottom: 70px;
     }

     ul.nav.mobileintramenu > li > a,
     ul.nav.mobilemenu > li > a{
         padding: 9px 10px 6px 0;
     }

     ul.nav.mobileintramenu li a,
     ul.nav.mobilemenu li a{
         color: #fff;
     } 

     ul.nav.mobileintramenu > li > ul > li > a,
     ul.nav.mobilemenu > li > ul > li > a{
         font-weight: 500;
         font-size: 112.5%;
         display: block;
         padding: 4px 0;
     }

     ul.nav.mobileintramenu > li > ul > li > ul >li  > a:before,
     ul.nav.mobilemenu > li > ul > li > ul >li  > a:before{
         content: '- ';
     }
     ul.nav.mobileintramenu > li > ul > li > ul >li > ul>li> a:before,
     ul.nav.mobilemenu > li > ul > li > ul >li > ul >li > a:before{
         content: '- ';
         margin-left: 10px;
     }

     ul.nav.mobileintramenu > li > ul > li > ul >li  > a,
     ul.nav.mobilemenu > li > ul > li > ul >li  > a{
        font-weight: 500;
        font-size: 112.5%;
        display: block;
        padding: 4px 0;
    }

     ul.nav.mobilemenu > li.item-163 a{
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 9px;
        display: inline-block;
    }

    ul.nav.mobilemenu > li.item-163 a:hover,
    ul.nav.mobilemenu > li.item-163 a:focus{
        color: #c80537 !important;
        background: #fff;
    }

    /* Ful lösning, hitta bättre */
/*    ul.nav.mobilemenu > li.item-157{ */
    ul.nav.mobilemenu > li.item-149{
/*        margin-top: -240px; */
    }

    .pagefooter .row{
        display: block;
    }

    .pagefooter .moduletable{
        width: 95%;
        max-width: unset;
        margin-left: auto;
	margin-right: auto;
    }

    .pagefooter .front_foreningar.moduletable{
        height: 400px;
    }

    .foreninglist > ul{
        left: 2.5%;
        right: 2.5%;
        bottom: 2.5%;
    }

    .pagefooter .front_medlemsuppg.moduletable{
        font-size: 200%;
    }

    div.moduletable.lasoxo ul li{
        display: block;
        width: 96%;
        padding: 2.5% 2%;
    }

    .moduletable.acymod table,
    .moduletable.acymod table tbody, 
    .moduletable.acymod table tr{
        width: 100%;
        display: block;
    }
    
    .moduletable.acymod td{
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
    }

    table.citat,
    table.citat.vanster,
    table.citat.hoger{
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .responsive-table{
        overflow-x: auto;
    }

    .worklayout{
        display: block;
    }
    
    .worklayout > div{
        width: 100%;
    }
    
    .worklayout .work_right{
        display: block;
    }
    
    #calendar .fc-scroller.fc-day-grid-container{
        overflow: visible !important;
        height: auto !important;
    }

    #worktotals{
        padding: 20px 0;
    }

    .workintro > div{
        width: 100% !important;
        padding-bottom: 25px;
    }
    .foreninglist ul.notgrouped li a {
		padding: 8px 0;
    }

	.footercontact img {
		float: none !important;
	}
	.footercontact {
		margin-bottom: 1rem;
	}

}
@media (min-width: 576px) and (max-width: 767px) {
.pagefooter .container {
    max-width: unset;
}
}
@media (max-width: 315px){
    ul.nav.mobilemenu > li{
         width: 95%;
         padding: 1% 2.5%;
     }
}