@import url('//fonts.googleapis.com/css?family=Courgette|Libre+Franklin|Merienda+One|Patrick+Hand+SC');
@import url('//fonts.googleapis.com/css?family=Handlee|Itim|Delius');
@import url('//fonts.googleapis.com/css?family=Roboto');

body {
    margin-top: 50px;
}

.pause {
    margin-top: 50px;
    margin-bottom: 50px;
}

.soro {
    padding-bottom: 19px !important;
}

.soro1 {
    padding-bottom: 3px !important;
}

#soro1 {
    color: white;
}

.pil {
    font-size: 31px;
}

/*FONTS*/

h1,
h2,
h3,
h4 {
    color: black;
}

h1 {
    font-size: 34px;
    font-family: 'Merienda One', cursive;
}

h2,
.kontakt h3,
.modal-title {
    font-family: 'Itim', cursive;
}

h2,
.modal-title {
    font-size: 28px;
}

h3,
h4 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
}

.velkommen h2 {
    font-family: 'Courgette', cursive;
    font-size: 25px;
}

.tak h1 {
    font-family: 'Itim', cursive;
    font-size: 36px;
    margin: 60px 0 15px 0;
}


.tak p:last-of-type {
    margin-bottom: 50px;
}

.tak img {
    width: 100%;
    margin: 20px 0 0;
}

#fejl {
    font-size: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #525252;
}

p,
select,
label,
button {
    color: #000000;
}

p,
a,
input,
label,
button {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 14px;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#perslov {
    color: black;
    font-size: 17px;
}

/*fjerner de blå tal på mobil*/

/*GRUPPERINGER*/

.index,
.kontakt,
.koncept,
.arr,
.bestil,
.modal-body,
.tak {
    text-align: justify;
}

.index h2,
.kontakt h2,
.kontakt h3,
.koncept h2,
.arr h2,
.bestil h2,
.galleri h2 {
    margin: 30px 0 15px 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #dee4de;
    box-shadow: 0px 1px #a19b9b;
}

.fed {
    font-weight: bold;
}


/*HEADER*/

.header {
    background-color: #5a5959;
    color: #ffffff;
}

header h1 {
    margin: 12px 0 12px 14px;
    font-size: 36px;
}

header h2 {
    font-size: 17px;
    font-style: italic;
    margin: 14px 0 0 0;
}


/*VELKOMMEN*/

.velkommen {
    background-color: #a8cca8;
}

.velkommen img {
    width: 53%;
    margin-top: 5px;
}

.toptekst {
    margin: 14px 0 0 0;
}


/*INDEX*/

.billeder {
    position: relative;
    margin-top: 20px;
}

.img1 img,
.img2 img,
.img3 img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px #525151;
    margin: 20px 0 0 0;
}

.tekst {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.img1:hover .image,
.img2:hover .image {
    opacity: 0.3;
}

.img1:hover .tekst,
.img2:hover .tekst {
    opacity: 1;
}

.tryk {
    background-color: #a8cca8;
    color: #000000;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 1px 1px #000000;
    text-decoration: underline;
}

.vis {
    display: none;
}


/*KONTAKT*/

.kontakt h3 {
    font-size: 24px;
}

#box {
    border-radius: 30px;
    text-align: center;
    border-top: 1.5px solid #607D8B;
    border-bottom: 1.5px solid #607D8B;
    margin-top: 30px;
}

#box h3,
#box h4 {
    font-family: Verdana, Tahoma, sans-serif;
}

#box h3 {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    border: none;
    box-shadow: none;
    padding: 0;
}

#box h4 {
    margin: 12px 0;
    font-size: 14px;
    padding-bottom: 0;
    border: none;
    box-shadow: none;
}

.kontakt .fa {
    color: #3b5998;
    margin: 0 0 0 10px;
    font-size: 24px;
    opacity: 1;
}

.kontakt .fa:hover {
    opacity: 0.8;
}


/*ARRANGEMENTSOVERSIGT*/

.arr a,
.info a {
    color: #216EAC;
    text-decoration: underline;
}

.arr a:hover,
.info a:hover {
    color: #10436B;
    text-decoration: underline;
}

.arr .fa {
    font-size: 120px;
}

.oversigt {
    text-align: center;
}

.info {
    padding: 20px 0 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
    margin-top: 40px;
}

.info:hover {
    box-shadow: 2px 2px 6px darkgrey;
    border-radius: 5px;
}

.pluft {
    margin-bottom: 20px;
}

/*BESTIL*/

.bestil li {
    list-style: none;
    color: #000000;
    padding: 0 0 0 30px;
    font-size: 20px;
}

.udfyld {
    font-weight: bold;
    margin: 55px 0 0 0;
    text-align: center;
}


/*FOOTER*/

footer {
    background-color: #9e9e9e;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
}

footer h4,
footer p {
    color: #ffffff;
    text-shadow: 1px 1px #757575;
}

footer h4,
.tlf,
.lavetaf {
    margin-top: 15px;
}

footer h4 {
    font-weight: bold;
}

.facebook {
    text-shadow: none;
    color: #10436B;
}

.jm {
    color: #10436B;
}

.facebook,
.jmlink {
    text-decoration: underline;
}

.facebook:hover,
.jmlink:hover,
jmlink:focus {
    color: #216EAC;
}

.facebook:focus,
.jm:hover,
.jm:focus {
    text-decoration: none;
    color: #10436B;
}

footer .fa {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nopad {
        padding: 0;
    }

    #saesonslut {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

    /*VELKOMMEN*/
    .logo,
    .koncept h2,
    .kontakt h2 {
        text-align: center;
    }

    .velkommen img {
        width: 30%;
        margin-top: 20px;
    }

    .velkommen h1 {
        font-size: 30px;
        text-align: center;
    }

    .velkommen h2 {
        text-align: center;
        font-size: 22px;
    }

    /*INDEX*/
    .skjult {
        display: none;
    }

    .vis {
        display: block;
        margin: 15px 0 0 0;
        text-align: center;
        text-decoration: underline;
        color: #000000;
    }

    .vis:hover {
        color: #000000;
    }

    .tekst {
        display: none;
    }

    .img1:hover .image {
        opacity: 1;
    }

    .img1 .image {
        margin: auto;
        box-shadow: 0px 2px 2px #525151;
    }

    /*KONTAKT*/
    .box {
        margin-top: 20px;
        text-align: center;
    }

    .billede {
        margin-top: 10px;
    }

    .billede img {
        margin: 0 auto;
        width: 100%;
    }

    /*ARRANGEMENTOVERSIGT*/
    .oversigt {
        margin: 0;
    }

    .info {
        margin: 30px 0 0 0;
        border-radius: 20px;
        width: 100%;
    }

    .info:hover {
        box-shadow: none;
    }

    /*BESTIL*/
    .udfyld {
        border-top: 1px solid #dce0dc;
        width: 95%;
        padding: 20px 0 0 0;
        margin: 15px auto 0;
    }

    .bestil li {
        padding: 0;
        font-size: 18px;
    }

    /*FOOTER*/
    .usynlig {
        display: none;
    }

    footer .fa {
        display: inline;
        color: #373737;
        font-size: 20px;
        margin-right: 5px;
    }

    .jmlink:hover,
    jmlink:focus {
        color: #224B6B;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .velkommen img {
        margin-top: 20px;
        width: 20%;
    }
}