/* moamm.css */
body {
    font-size: 22px;
    font-family: Candara, Trebuchet MS, Arial, Sans-serif;
    background-color: #377e41; /* Grass green */
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 900px;
    width: 100%;
    margin: 25px auto;
    background: #377e41;


    padding: 15px;
    border: solid 4px #4fa44e;
    border-radius: 25px;
}
.counter {
    max-width: 100px;
    width: 25%;
    margin: 25px auto;
    padding: 15px;
}
h1 {
    color: #dae8db;
}
h2 {
    color: #dae8db;
    font-size: 26px;
}
h3 {
    color: #dae8db;
    font-size: 22px;
}
h4 {
    color: #dae8db;
    text-align: center;
    font-size: 26px;
}
p {
    line-height: 1.5;
    color: #fdfdfd;

    ;
}
p.c {
    text-align: center;
}
p.r {
    text-align: right;
}
p.j {
    text-align: justify;
}
.navm {
    text-align: center;
    font-size: 22px;
}
img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
img.halv {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #aee0e6;
    border-radius: 15px;
}
a:link {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: underline;
}
.navm a:link {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: none;
}
.navm a:visited {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: none;
}
.navm a:hover {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: underline;
}
.navm a:active {
    color: #ede7f6;
    background-color: transparent;
    text-decoration: underline;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-container {
    width: 100%;
    position: relative;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.text-container {
    position: absolute;
    bottom: 0px;        /* ← Øg dette tal for at rykke teksten HØJERE OP */
    /* Prøv f.eks. 180px, 220px eller 280px alt efter hvor højt du vil have den */
    left: 0;
    right: 0;
    padding: 20px 30px;   /* giver lidt luft omkring teksten */
    /* text-align: center;
    font-family: Candara, Trebuchet MS, Arial, Sans-serif;*/background: rgba(0, 0, 0, 0.35);   /* let mørk baggrund så teksten er læsbar */
/* border-top: 4px solid #a8d8a0;}.text-container p {
/*    margin: 0 0 10px; */
    line-height: 1.5;
}

/* Sprogmenu - placeret under billedet */
.lang-menu {
    text-align: center;
    font-size: 21px;
    margin: 15px 0;
    color: #fdfdfd;
}

.lang-menu a {
    color: #ede7f6;
    text-decoration: none;
    padding: 4px 12px;
}

.lang-menu a:hover {
    text-decoration: underline;
}

.lang-menu a.current {
    color: #dae8db;
    font-weight: bold;
    background-color: rgba(218, 232, 219, 0.15);
    border-radius: 6px;
}

/* Gør | stregerne hvide */
.lang-menu span.separator {
    color: #fdfdfd;
    padding: 0 8px;
}
