@font-face { font-family: 'Nunito'; src: url('fonts/Nunito-VariableFont_wght.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Chalk'; src: url('fonts/DkCoolCrayon.ttf') format('truetype'); font-weight: normal; font-style: normal; }

* {
    font-family:  Nunito, Arial, sans-serif;
}

*:focus {
    outline: none;
}

body {
    font-size: 14pt;
    color: black;
    background-color: white;
    text-align: center;
    /*margin: 0 !important;*/
}

img {
    border: 4px solid #555;
    border-radius: 10px;
    width: 70%;
}

img:hover {
    border-color: white;
}

#main-img {
    border: none;
}

.rot-12 { transform:rotate(12deg); }
.rot-minus3 { transform:rotate(-3deg); }

.stamp {
    border: #333333 1px dashed;
    border-radius: 10px;
    padding: 10px;
}

img.location-desc {
    max-height: 200px;
    /*min-height: 50px;*/
    width: auto;
    margin: 20px 0;
}

img.round {
    border-radius: 50%;
}

h1 {
    color: black;
    font-size: 30pt;
    font-weight: normal;
}

h1.main-title {
    font-size: 50pt;
    position: absolute;
    padding: 0 12px;
    margin: 0;
}

h2 {
    color: #333333;
    font-size: 18pt;
    font-weight: bold;
}

p {
    color: #333333;
}

.warn {
    background-color: red;
    color: black;
    padding: 2px;
    border-radius: 3px;
}
.new {
    background-color: #ffc60c;
    color: black;
    padding: 2px;
    border-radius: 3px;
}

p.small {
    font-size: 10pt;
}

.odd h1, .odd h2, .odd p {
    color: white;
}

.odd h1 {
    font-size: 30pt;
    font-weight: normal;
}

.odd h2 {
    font-size: 18pt;
    font-weight: bold;
}

a {
    color: #ff5d10;
}
a:hover {
    color: darkorange;
}

a.venobox img:hover, #thumbnails img:hover {
    -moz-box-shadow: 0 0 15px #ffc60c;
    -webkit-box-shadow: 0 0 15px #ffc60c;
    box-shadow: 0px 0px 15px #ffc60c;
    transform: translate3d(0px,-5px,20px);
}

div.block {
    width: 100%;
    padding: 10px 0 30px 0;
}

div.block.odd {
    background-color: black;
}

div.block .text {
    width: 70%;
    margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/*.header {
height: 250px;
        background-image: url(./schmirdn.jpg);
        background-repeat: no-repeat;
background-position: center;
}*/

/* gallery start */
#gallery{
    padding-top: 50px;
}
#thumbnails img {
    height: 100px;
    width: auto;
    padding: 1px;
    margin: 0 5px;
    cursor:pointer;
}
img.vbox-figlio {
    height: 100vh;
    max-width: 90%;
    width: auto;
}

img.vbox-figlio:hover {
    border-color: #555;
}

img#helge {
    border: none !important;
    width: 70%;
    margin-bottom: -160px;
    transition: transform .4s ease-in-out;
}

img#helge:hover {
    transform:rotate(-3deg);
}

/* gallery end */

/* feedback */
/*#feedback {*/
/*    display: grid;*/
/*    grid-template-columns: auto auto auto;*/
/*    padding: 10px 5%;*/
/*    width: 70%;*/
/*    margin: 50px auto 0 auto;*/
/*    justify-content: space-between;*/
/*}*/
/*.feedback-item {*/
/*    background-color: yellow;*/
/*    border: 1px solid rgba(0, 0, 0, 0.8);*/
/*    font-family:  Chalk, Nunito, Arial, sans-serif;*/
/*    font-size: 12pt;*/
/*    color: black;*/
/*    text-align: center;*/
/*    padding: 30px 22px;*/
/*    margin: 10px 60px;*/
/*}*/
/*@media only screen and (max-width : 900px) {*/
/*    #feedback {*/
/*        grid-template-columns: auto auto;*/
/*    }*/
/*}*/

/*@media only screen and (max-width : 480px) {*/
/*    #feedback {*/
/*        grid-template-columns: auto;*/
/*    }*/
/*    #thumbnails img {*/
/*        height: 70px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width : 800px) {*/
/*    #google-maps {*/
/*        display: none*/
/*    }*/
/*    #mini-map {*/
/*        display: block !important;*/
/*    }*/
/*}*/

video {
    width: 40%;
    max-height: 262px;
}

@media only screen and (max-width : 480px) {
    /*h1 {*/
    /*    font-size: 40pt !important;*/
    /*    !*color: #f3b818;*!*/
    /*}*/
    /*h2 {*/
    /*    font-size: 24pt !important;*/
    /*}*/
    /*body {*/
    /*    font-size: 24pt !important;*/
    /*}*/
    img.location-desc {
        width: 70%;
    }
    video {
        width: 95%;
    }
}

/* invert logo in darkmode */
/*@media (prefers-color-scheme: dark) {*/
/*    img#main-img {*/
/*        filter: invert(1);*/
/*    }*/
/*}*/