html, body{
  padding: 0px;
  margin: 0px;
  background-color: #0fb9b1;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 100vh;
  position: relative;
}

.accent{
  width: 100%;
  height: 40px;
}

#mobile-header{
  transition: 0.3s;
  display: none;
}

#mobile-header .top-line{
  width: 100%;
  height: 10px;
}

#mobile-header #logo-container{
  width: 100%;
  margin-right: 10px;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  background-image: url("/bilder/logo_small.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mobile-header #logo{
  max-width: 100%;
  vertical-align: middle;
}
#mobile-header #menu-btn{
  height: 50px;
  margin-left: 10px;
  vertical-align: middle;
  padding: 5px 0px;
  cursor: pointer;
}


.clear{
  clear: both;
}

#dark{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  transition: all 0.3s ease;
}

header{
  position: relative;
  z-index: 7;
}
article{
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  padding-top: 50px;
  padding-bottom: 70px;
  box-sizing: border-box;
  width: 80%;
  margin: 0px auto;
  overflow-x: auto;
}
#main{
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
}
.you-are-here{
  display: block;
  font-size: 0.8em;
}
.page-title{
  display: block;
  text-align: center;
}
.page-hits{
  display: block;
  text-align: right;
  font-size: 0.8em;
}
.page-hits img{
  width: 20px;
  vertical-align: middle;
}
footer{
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 5;
}

footer .accent{
  height: unset;
}

#bg1{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-image: url("/bilder/bg/2.jpg");
  background-size: cover;
}

#bg2{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-image: url("/bilder/bg/1.jpg");
  background-size: cover;
  display: none;
}

#bg3{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  display: none;
}

.content-height{
  min-height: calc(100vh - 220px);
  width: 100%;
}

.content-transparent{
  background-color: unset !important;
}

.content-transparent .page-hits{
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  float: right;
  clear: both;
  margin-top: 5px;
}

.big-text{
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: black;
  width: 100%;
}

.content-transparent .big-text{
  color: white !important;
  text-shadow: 2px 2px #000000;
}

fieldset{
  border-radius: 3px;
  display: inline-block;
}

legend {
  font-weight: bold;
  padding: 5px 10px;
}

.mobile-left{
    box-sizing: border-box;
    width: 49%;
    float: left;
}

.mobile-right{
    box-sizing: border-box;
    width: 49%;
    float: right;
}

.mobile-left2{
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
}

.mobile-right2{
    box-sizing: border-box;
}

a img{
    text-decoration: none;
}

textarea{
    resize: none;
}

@media (max-width: 1720px) {
  .content-height{
    min-height: calc(100vh - 230px);
  }
}

.flex-container{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
}
.flex-left{
    order: 1;
}
.flex-right{
    order: 2;
    flex-grow: 1;
}
.felx-align-right{
    text-align: right;
}

select {
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  height: 40px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  font-size: 20px;
  outline: none;
}
select::-ms-expand {
  display: none;
}

select:focus{
    outline: none;
}
select option {
  color: black;
}
select:focus::-ms-value {
  background-color: transparent;
}

input[type=text]{
    border: none;
    font-size: 20px;
    outline: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
input[type=text]:focus{
    outline: none;
}

input[type=email]{
    border: none;
    font-size: 20px;
    outline: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
input[type=email]:focus{
    outline: none;
}

input[type=password]{
    border: none;
    font-size: 20px;
    outline: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
input[type=password]:focus{
    outline: none;
}

input[type=number]{
    border: none;
    font-size: 20px;
    outline: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
input[type=number]:focus{
    outline: none;
}

.inv-textarea{
    border: none;
}
.inv-textarea:focus{
    outline: none;
}

.flex-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex-width-10{
    width: calc(10% - 10px);
}
.flex-width-20{
    width: calc(20% - 10px);
}
.flex-width-30{
    width: calc(30% - 10px);
}
.flex-width-40{
    width: calc(40% - 10px);
}
.flex-width-50{
    width: calc(50% - 10px);
}
.flex-width-60{
    width: calc(60% - 10px);
}
.flex-width-70{
    width: calc(70% - 10px);
}
.flex-width-80{
    width: calc(80% - 10px);
}
.flex-width-90{
    width: calc(90% - 10px);
}
.flex-width-100{
    width: 100%;
}

.page-preview-box{
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}
.page-preview-box a{
    text-decoration: none;
    color: black;
}
.page-preview-box .title{
    font-weight: bold;
    font-size: 25px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-preview-box .date{
    font-weight: bold;
    text-overflow: ellipsis;
}
.page-preview-box .read-more{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    /*text-align: center;*/
}
.page-preview-box .prev-content{
    overflow: hidden;
    max-height: 200px;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.mobile-image{
    display: inline-block;
    padding: 0px 10px;
    box-sizing: border-box;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .flex-width-10{
        width: calc(20% - 10px);
    }
    .flex-width-20{
        width: calc(30% - 10px);
    }
    .flex-width-30{
        width: calc(40% - 10px);
    }
    .flex-width-40{
        width: calc(50% - 10px);
    }
    .flex-width-50{
        width: calc(60% - 10px);
    }
    .flex-width-60{
        width: calc(70% - 10px);
    }
    .flex-width-70{
        width: calc(80% - 10px);
    }
    .flex-width-80{
        width: calc(90% - 10px);
    }
    .flex-width-90{
        width: 100%;
    }
    .flex-width-100{
        width: 100%;
    }
}

@media (max-width: 1020px) {
  article{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #main{
    border-radius: 0px;
  }
  #bg3{
    display: block;
  }
  .big-text{
    font-size: 40px;
    color: white;
  }
}

@media (max-width: 810px) {
  #accent-top{
    display: none;
  }
  article{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  #main{
    border-radius: 0px;
  }
  .content-height{
    min-height: calc(100vh - 170px);
  }
  .flex-width-10{
      width: calc(30% - 10px);
  }
  .flex-width-20{
      width: calc(40% - 10px);
  }
  .flex-width-30{
      width: calc(50% - 10px);
  }
  .flex-width-40{
      width: calc(60% - 10px);
  }
  .flex-width-50{
      width: calc(70% - 10px);
  }
  .flex-width-60{
      width: calc(80% - 10px);
  }
  .flex-width-70{
      width: calc(90% - 10px);
  }
  .flex-width-80{
      width: 100%;
  }
  .flex-width-90{
      width: 100%;
  }
  .flex-width-100{
      width: 100%;
  }
}

@media (max-width: 600px) {
  article{
    padding-bottom: 120px;
  }
  .page-preview-box{
      flex-grow: 2;
  }
  .content-height{
    min-height: calc(100vh - 230px);
  }
  .mobile-left{
      box-sizing: border-box;
      width: 100%;
      float: none;
  }

  .mobile-right{
      box-sizing: border-box;
      width: 100%;
      float: none;
  }
  .mobile-left2{
      box-sizing: border-box;
      width: 100%;
      float: none;
      margin-right: 0px;
  }
  .mobile-right2{
      box-sizing: border-box;
      width: 100%;
      float: none;
  }
  .flex-container{
    flex-direction: column;
  }
  .felx-align-right{
      text-align: left;
  }
  .flex-width-10{
      width: calc(40% - 10px);
  }
  .flex-width-20{
      width: calc(50% - 10px);
  }
  .flex-width-30{
      width: calc(60% - 10px);
  }
  .flex-width-40{
      width: calc(70% - 10px);
  }
  .flex-width-50{
      width: calc(80% - 10px);
  }
  .flex-width-60{
      width: calc(90% - 10px);
  }
  .flex-width-70{
      width: 100%;
  }
  .flex-width-80{
      width: 100%;
  }
  .flex-width-90{
      width: 100%;
  }
  .flex-width-100{
      width: 100%;
  }
}

@media (max-width: 360px) {
  #mobile-header #logo-container{
    background-image: url("/bilder/logo_360.png");
  }
  .big-text{
    font-size: 30px;
    color: white;
  }
  .flex-width-10{
      width: calc(50% - 10px);
  }
  .flex-width-20{
      width: 100%;
  }
  .flex-width-30{
      width: 100%;
  }
  .flex-width-40{
      width: 100%;
  }
  .flex-width-50{
      width: 100%;
  }
  .flex-width-60{
      width: 100%;
  }
  .flex-width-70{
      width: 100%;
  }
  .flex-width-80{
      width: 100%;
  }
  .flex-width-90{
      width: 100%;
  }
  .flex-width-100{
      width: 100%;
  }
}
