* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: inherit;
    box-sizing: border-box;
}
html {
    font-size: .625em;
}

body {
    font-family: roboto, arial, sans-serif;
    font-size: 1.35em;
    width: 95%;
    margin: 2em auto 4em auto;
}
header h1.logo {
    font-size: 4em;
    margin: auto;
    text-align: center;
    font-family: Lemonada, sans-serif;
}
header h4.logo {
    margin-top: -1em;
    text-align: center;
}
h2 {
    font-size: 1.6em;
    text-align: center;
    border-style: solid;
    border-width: 1px 0;
    padding:.5em;
    margin-bottom: .6em;
}
h3 {
    font-size: 1.3em;
}
h3.sub-heading {
    margin-top: 1em;
}
h4 {
    margin-top: .3em;
}
header {
   margin-bottom: 1.5em;
}
div.logo-img, nav {
    width:18%;
    max-width: 210px;
    float: left;
    padding-right: 1.1em;
}
#content {
    height: 100%;
}
nav p, main p, .contact p {
    margin-top: 1em;
}
div.links {
    margin-top: -2px;
}
nav div.links a{
    display: block;
    padding: .2em;
    font-size: 1.3em;
    text-decoration: none;
}
nav div.links a.intern{
    margin-left: .8em;
}
nav {
    height: 100%;
}
main {
    overflow: auto;
}
.center {
    text-align: center;
    margin: auto;
    padding: 0;
}
.p-larger {
    font-size: 1.5em;
    margin-top:2em;
}
#mainpanel {

}
#mainpanel p {

}
#ordningsregler summary,
.flexbox {
    display: flex;
    flex-direction: row;
}
.organisation {
    margin-top: .4em;
}
.protokoll {
    margin: 0 auto 2em auto;
    padding-bottom: 1em;
    border-bottom: 1px solid darkgray;
}
.protokoll a, .stadgar a {
    display: inline-block;
    margin: .2em 0;
    text-decoration: none;
}
.flexbox.organisation > div.flexitem {
    flex:33%;
}
.organisation address, #ordningsregler address {
    margin: .2em 0 .9em 0;
}
.flexbox > div{
    padding: 0 .4em;
    flex:50%;
}
.flex100 {
    flex: 100%;
}
#minfo.flexbox .right {
    flex: 30%;
}
#minfo.flexbox .left {
    flex: 70%;
}
ol.vakt {
    margin: .6em 0 0 1.5em;
    padding: 0;
}
ol.vakt li {
    margin: .3em 0;
}
.rightpanel{
    width:30%;
    float:right;
}
#kolista {
    width:100%;
    max-width: 500px;
    margin: 1em auto;
}
#kolista th {
    padding-bottom: .5em;
}
#kolista p {
    display: inline;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#avgifter table {
    margin: 1em 0;
    width: 100%;
    max-width: 700px;
}
#avgifter thead th {
    text-align: left;
}
#avgifter .col1 {
    width:23%;
    padding-right: .3em;
    white-space: nowrap;
}
#avgifter .col2 {
    width:12%;
    padding-right: .3em;
    white-space: nowrap;
}
#avgifter .col3 {
    width:auto;
}
#avgifter tr {
    margin-bottom: .5em;
}
#avgifter td {
    vertical-align: text-top;
    padding: .4em;
}
#avgifter .info-avgifter {

}

footer{
    margin: 1.5em 0;
    padding-top:.6em;
    border-top-width: 1px;
    border-top-style: solid;
}
.contact.left {
    margin-right: 1em;
}
.contact.right {

}
.right {
    float: right;
}
.left {
    float: left;
}
.align-right {
    text-align: right;
}
.bold {
    font-weight: bolder;
}

/* Login formulär */
.login {
    width: 300px;
    margin: auto;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2em;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee0e4;
    width: 50px;
    height: 50px;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 235px;
    height: 50px;
    border: 1px solid #dee0e4;
    padding: 0 .8em;
    margin-bottom: 20px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}
.lista h4{
    margin: .6em 0 .4em 0;
}
.lista ol {
    margin-left: 2.3em;
}
.lista ol li{
    margin-top: .3em;
}
#nymedlem input,#nymedlem label {
    display: block;
    margin: .4em;
}
summary {
    list-style: none;
    width: 100%;
    margin-bottom: .6em;
}
summary i {
    font-size: 1.4em;
}
summary::-webkit-details-marker {display: none; }

summary:after {
    content: ".";
    visibility: hidden;
    clear: both;
}
#ordningsregler summary:focus {
    outline: none;
}
#ordningsregler ::marker{
    content: none;
}#ordningsregler details[open] .closed {
    display: none;
}
#ordningsregler details[open] .open{
    display: inherit;
}
#ordningsregler details .open{
     display:none;
}
#ordningsregler summary span {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    width: inherit;
    margin-right: 1em;
}
#ordningsregler summary span.first {
    width: 1em;
    height:100%
}
#ordningsregler div {
    margin-left:1em;
}
#ordningsregler p {
    margin: .5em auto 1em 3em;
}#ordningsregler address {
margin-left: 3em;
 }
#ordningsregler {
    margin: 1em auto;
}

.italic{
    font-style: italic;
}
/*
//show/hide test
*, ::after, ::before {
    box-sizing: border-box;
}

.collapse {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
    max-height: 99em;
    transition: max-height 0.5s ease-in-out;
}*/