
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 3px;
}
html {
    font-family: "jost", sans-serif;
}
body {
    background-image:none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* Baggrund til mobil */
@media only screen and (max-width: 650px) {
    body {
        background-image: url('mark-mobil.jpg');
    }
}

/* Baggrund til tablet */
@media only screen and (min-width: 651px) and (max-width: 1000px) {
    body {
        background-image: url('mark-tablet.jpg');
    }
}

/* Baggrund til desktop */
@media only screen and (min-width: 1001px) {
    body {
        background-image: url('mark-desktop.jpg');
    }
}

h1 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
}

a:link {
    color: black;
}
a:visited {
    color: black;
}
a:link {
    text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
.overskrift1 {
    text-align: center;
    font-size: 35px;
    font-family: Futura, serif;
   font-weight: bold;
}
.overskrift2 {
    text-align: center;
    font-size: 25px;
}
.overskrift3 {
    text-align: center;
    font-size: 19px;
}

.bog {
    text-align: center;
    font-size: 22px;
}

.tekst1 {
    background: #ffffff;
    padding: 10px; 
    width: 100%;
    text-align: justify;
    font-size: 15px;
     line-height: 1.4;
    box-shadow: 3px 3px 3px black;
}

.citat {
  color: #006400;
  font-style: italic;
}

.note {
  color: #ff0000;
}

br {
  content: " ";
  display: block;
  margin: 0.1em;
}

table.indhold {
  border: 0px solid black;
  width: 280px;
    margin-left: auto; 
  margin-right: auto;
}


ul.afsnit {
  list-style-type: none;
  margin-left: 10px;
}
ul.kapitel {
  list-style-type: none;
  margin-left: -23px;
}

.bside {
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
    text-align: center;
    font-size: 22px;
    box-shadow: 3px 3px 3px black;
}

.foto {
    text-align: center;
 }

.email {
    text-align: center;
 }
.copyright {
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

.noter {
    font-size: 14px;
     line-height: 1.1;
    text-align: left;
}

.navn {
    text-align: center;
    font-size: 22px;
}

.menu {
    font-size: 22px;
}

.menu-space {
background-color: transparent;
    padding: 8px;
}

.right {
    text-align: right;
    font-size: 15px;
}

.center {
    text-align: center;
}

@media screen and (max-width: 1000px) {
.navn {
    font-size: 20px;
}
.menu-space {
    padding: 0px;
}
.aside {
    padding: 2px;
}
.aside_aktiv
{
    padding: 2px;
}
}

.footer {
    background-color: #ffffff;
    max-width: 60px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding: 0px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 650px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}





