html,
body {

    background-image:  url("/backfotos/Image6.jpg");

    background-position: center;
    background-repeat:   no-repeat;
    background-attachment: fixed;
    background-size:     cover;
    /*/opacity:0.95 */;

    font-family: Roboto,Verdana;
    font-style: normal;
    height: 100%;
    margin: 0px 0px 0px 0px;
    position: absolute;
    width: 900px;
    z-index: 1;
    /* background-image: url(/Photo/cookBack.jpg),url(/Photo/paper.jpg);*/
    /*/color: gray; */
}



.container {
    min-height: 100%;
    position: relative;
}

.header {
    /* background-color: white;
     background-image: url("/backfotos/Image6.jpg");
    */
    font:verdana;
    font-family: fantasy;
    font-size: 25px;
    height: 80px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top:1px;
    width: 900px;
    z-index: 3;
}

.subHeader{
    position:fixed;
    bottom: 20px; /* Afstand van de onderkant */
    right: 20px;  /* Afstand van de rechterkant */
    background-color: white;
    border-collapse: collapse;
    border: 1px solid black;
    width:100px;
    font-size: 0.6em;
    z-index: 1000; /* Zorgt dat de tabel boven andere elementen zweeft */
}



.subheader td,tr,th{
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 0.6em;


}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: orange;
    color: white;
    text-align: center;
    z-index: 4;
    font-size: 0.8em;
}


.footer td {
    display: table-cell;
    vertical-align: inherit;
     font-size: 0.5em;
}


p.smallText {
    font-size: 0.5em;
    background-color: inherit;
    color:inherit;
}
p.mediumText {
    font-size: 1.0em;
}
p.largeText {
    font-size: 2em;
}

p.customfont {
    font-family: "My Custom Font", Verdana, Tahoma;
}



.main{

    /* background-image:  url("/backfotos/Image6.jpg");
     background-position: center;
     background-repeat:   no-repeat;
     background-size:     cover;
    */
    opacity:99;
    /*border: n1px solid;*/
    border-radius: 5px 5px 0 0;
    box-shadow: 0 20px 20px rgba(32, 44, 32, 0.15);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.7em;
    height: 100%;
    left:0;
    overflow: visible;
    position:absolute;
    top: 0px;
    width: 100em;
    border-collapse: collapse;
    /*background-color: white;*/
    table-layout: fixed;
    z-index: 1;
}


.main img{

    opacity: 0.99;
}

.main td,th {
    height: auto;

}
.main table{
    border:0px;
}

.main tr {
    height: 40px;

}

select{
    background-color: yellow;
    width: 100%;
    padding: 0.1em;
    border-radius: 4px;
    height:inherit;
}



.roboto-<uniquifier> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}




.myImage{
    top: 20px;

    left: 750px;  /* Afstand van de rechterkant */
    position: fixed;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


/**************************start  kookboek-tabel ***********************/

.kookboek-tabel{
    border-color: yellow;
    border: none; /*2px;*/
    /*border-collapse: collapse;
    /* border-bottom-color: red;*/

    font-family:  Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    /*height: 1.0em;*/
    /*opacity:95%;*/
    left:10;
    overflow: hidden;
    padding-left: 0em;
    position:inherit;
    table-layout:fixed;
    top: 70px;
    width: 60.0em;
    z-index: 2;
    table-layout: fixed;
}

.kookboek-tabel thead th{
    background-color: white;
    color:darkgreen;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight:bold;
    font-size: 1.0em;
    border:none;
    padding: 5px;

}

kookboek-tabel input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ccc; /* Standaard grijze achtergrond */
    outline: none;
}

/* De knop zelf (duimpje) */
kookboek-tabel input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}

.kookboek-tabel td,tr{
    /*background-color: ivory;
    border: none; /*1px;
    border-style: solid;
    border-color: darkgrey;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:black;
    font-size: 1.2em;
    text-align: right;
    height: auto; /*1.0em;*/
    padding: 1px,1px,1px,1px;
     vertical-align: top;

}

.kookboek-tabel tr:nth-child(even){
    background-color: green;
    color: darkgreen;
}

.kookboek-tabel tr:nth-child(odd){
    background-color: yellow;
    color:darkorange;
}


.kookboek-tabel textarea {
    field-sizing: content;   /* Groeit automatisch (Chrome/Edge) */
    width: 100%;
    min-height: 20lh;        /* Precies 20 regels hoog als start */
    padding: 8px;
    margin-top: 0;
    font-size: 0.8em;
    background-color: lightblue;
    box-sizing: border-box;  /* Cruciaal voor breedte-berekening */
    display: block;
    resize: none;            /* Gebruiker kan niet handmatig trekken */
    border: 1px solid #ccc;  /* Optioneel: voeg een randje toe voor contrast */
   
}


.kookboek-tabel select {
    padding: 1px;
    background-color: ivory;
    color: darkgray;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    height:auto;
    width:50%;
    cursor: pointer;
}


/**************************end kookboek-tabel ***********************/

/* De hoofdtabel */
.kookboek-tabel2 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0; /* Geeft ruimte tussen de kolommen zoals in het voorbeeld */
}

/* Linker zijbalk */
.recipe-meta {
    width: 20%;
    border-right: 1px solid #eee; /* Dun lijntje zoals vaak in kookboeken */
    padding-right: 20px;
}

.meta-item {
    margin-bottom: 25px;
    font-size: 0.9em;
}

/* Rechter sectie (inhoud) */
.recipe-content h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Jouw textarea aanpassen voor deze look */
.kookboek-tabel2 textarea {
    field-sizing: content;
    width: 100%;
    background-color: transparent; /* Verwijder het lichtblauw voor een 'boek' look */
    border: none;
    font-family: 'Georgia', serif; /* Serif font oogt kookboek-achtig */
    line-height: 1.6;
    resize: none;
}
/***************************tabel2 for test end ***********************************************

.formText{
    field-sizing: content;   /* De textarea groeit automatisch mee met de tekst */
    width: 100%;             /* Vult de volledige breedte van de kolom */
    min-height: 20lh;        /* Starthoogte van exact 20 regelhoogtes (line-heights) */
    padding: 8px;
    box-sizing: border-box;  /* Zorgt dat padding de breedte niet verpest */
    display: block;
    resize: none;            /* Optioneel: verwijdert het handmatige sl*/
}

.leftAlign{
    width: 15em;
    text-align:left;
    background-image: linear-gradient(180deg, white, #dddddd 40%, #cccccc);
}


#question{
    width: 400px;
    height: 150px;
    border: 2px solid black;
    text-align:right;
    top:500px;

}




.container {
    display: flex;             /* Activeert flexbox layout */
    justify-content: center;    /* Centreert horizontaal */
    align-items: center;        /* Centreert verticaal */
    height: 100vh;             /* Gebruikt de volledige hoogte van het scherm */
    background-color: white;
}

.login-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Geeft het "floating" effect */
    width: 200px;
    height:auto;
}


/**************************start fillIn-form ***********************/
.fillIn-form {
    /*display:flex;*/
    clear: both;
    justify-content: center;
    background-color:hsl(0,0%,100%) ;
    padding: 5px;
    /*border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 128, 0, 0.1);
        color: red;
    /*text-align: center;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.0em;
    color :hsl(0,0%,15%) ;
    margin: 1.0em;
    /*border:3px;*/
    position: absolute;
    left: 5px;
    top: 60px;
    /*width: 300px;*/
    width: fit-content; /* Small fixed width */
    height:fit-content;/*;;auto;*/

    /* table-layout: fixed;*/
}

.fillIn-form table {
    background-color: inherit;
    /*border: 1px;
    border-color: darkgreen;*/
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    height: auto;
    width:inherit;

}


.fillIn-form thead th{
    background-color: darkgreen;
    background-image: var(--header-bg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px;      /* Of 'cover' afhankelijk van gewenste grootte */
    text-align:left;
    padding:10px;
    /*padding-top: 150px;             /* Pas dit getal aan naar de hoogte van je afbeelding */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); /* Voeg een subtiele schaduw toe voor contrast */
    color: white;
    font-size: 2.0em;
    /*font-weight: normal;
    text-align: center;*/
    /*border-color: darkgreen;*/
}


.fillIn-form tbody{
    background-color: inherit; /*yellow;*/
    color: inherit;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    /*height: auto;*/
}

.fillIn-form td,tr{
    padding: 3px;
    color: inherit; /*purple;*/
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
    height:inherit;
    width:auto;
}




.fillIn-form select {
    width: 150px;

    /* Of gebruik een maximale breedte zodat hij meeschaalt maar stopt bij: */
    max-width: 200px;
height: 20px;
    /* Belangrijk voor het inkorten van de tekst: */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Voegt de '...' toe aan het einde */

    /* Zorgt dat padding de breedte niet beïnvloedt */
    box-sizing: border-box;
    cursor: pointer;

}

/*
.fillIn-form input[type="text"] {
    padding: 3px;
    font-size: 1.0em;
    background-color: yellow;
    /*border: 1px solid #ccc;
    border-radius: 4px;
height: auto;
    width: auto;
}
*/


.fillIn-form button[type="submit"] {
    padding: 8px 16px; /* Iets meer ruimte voor klikbaarheid */
    font-size: 0.9em;
    width: auto;
    text-align: center; /* Gebruikelijker voor knoppen */
    cursor: pointer;
    background-color: inherit;
    border: 1px solid #ccc;
    border-radius: 6px;

    /* Moderne schaduw: x-as y-as blur-radius kleur */
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);

    /* Vloeiende overgang voor het hover-effect */
    transition: all 0.2s ease-in-out;

}

/* Effect wanneer je met de muis over de knop gaat */
.fillIn-form button[type="submit"]:hover {
    box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-1px); /* De knop lijkt iets op te stijgen */
}

.fillIn-form input[type="password"] {
    padding: 1px;
    font-size: 1.0em;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100px;
}




.horizontal-center {
    margin: 0;
    position: center;
    /*top: 50%;*/
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

input[type=submit]:hover {
    background-color:#99a3a3 ;
    //#45a049;
}

.show_content {
    /*border: 0px solid;
    border-collapse: collapse;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 20px 20px rgba(32, 44, 32, 0.15);
    */
    background-color: white;
    color: whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.0em;
    margin: 5px;
    overflow: visible;
    position:absolute;
    top: 10em;
    width: 70em;
    z-index: 3;

}

/*
.show_content thead {
    background-color: orange;
    color: white;
    font-size: 1.4em;
    font-weight: normal;
    text-align:center;
}
*/

.show_content thead th{
    background-color: orange;
    color: white;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
}


.show_content tbody {
    border: 1px solid;
    border-radius: 5px;
    font-size: 0.50em;
    background-color: yellow; /*lightgray;*/
    padding: 20px;
    color:black;
    width:80%;
}

.show_content tbody tr,td{
    border: 0px solid;
    border-radius: 5px;
    font-size: 1.50em;
    background-color: ivory; /*lightgray;*/
    padding: 2px;
    color:black;
    width:80%;
    text-align: center;
}

.show-content textarea{
    width: 100%;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 1.oem;
    box-sizing: border-box; /* Includes padding in width */
    resize: vertical;      /* Allows only vertical resizing */
    transition: border-color 0.3s ease;

}

.show-content textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.show_content tbody form {
    background: ivory ; /*wightgray; */
    padding: 5px;
    /*border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    */
    font-size: 1.0em;
    display: flex;
    gap: 10px;
    top:200px;
    z-index: 4;
}
.show_content tbody img{
    opacity: 0.9;
}



show_content input[type=text] {
    border: none;
    background-color: inherit;
    color:inherit;
    font-size: 1.0em;

    /*padding: 5px;*/
    width: 50%;
}

show_content input[type=number] {

    border: none;
    background-color: inherit;
    color:inherit;
    /* border-bottom: 2px solid red;*/
    box-sizing: border-box;

    /*padding: 12px 20px;*/
    width: 100%;
}

.show_content label {
    display: block;
}


show_content input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 4px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

p {
    background-color: inherit;
    color: #333;             /* Tekstkleur */
    font-size: 1.0em;         /* Lettergrootte */
    line-height: 1.6;        /* Regelafstand voor betere leesbaarheid */
    margin-bottom: 1em;      /* Ruimte onder de alinea */
}


.invoer-table {
    border-color: yellow;
    border: 2px;
    border-collapse: collapse;
    border-bottom-style: dotted;
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.7em;
    /*height: auto;*/
    overflow:visible;
    color: black;
    /*padding-left: 0em;*/
    position:absolute;
    top:70px;
    table-alignment: left;
    /*top: 10px; */
    width: 50em;
    z-index: 3;
    /*//border-collapse: collapse;*/
}

/* Selecteer de even rijen (even) binnen de tabel met class */
.invoer-table tbody tr:nth=child(even){
    background-color: #f2f2f2;
}
/* Optioneel: selecteer de oneven rijen (odd) voor een andere kleur */
.invoer-table tbody tr:nth=child(odd){
    background-color: #f2f2f2;
}

.invoer-table thead th{
    background-color:bisque;
    color:black;
    font-size: 2em;
    font-weight: normal;
    text-align: left;
    height:15px;
}


.invoer-table td,tr {
    font-family: georgia,Garamond;
    font-size: inherit;
    font-weight: normal;
    color:black;
    padding:1px 1px;
    border:1px solid #ccc;
    height: auto;
    width: auto;
}

.invoer-table textarea{
    font-size: 0.7em;
    font-family: georgia,Garamond;
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    color:black;
    /*padding:4px 8px;*/
    /*border:1px solid #ccc;*/
    height: inherit;
}


.invoer-table  select{
    background-color: khaki;
    color: darkgray;
    padding: 0px;
    width: 130px;
    border: none;
    font-size:inherit;
    width: 75%;/*1.0em;*/
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
    -webkit-appearance: none;
    appearance: auto;
    outline: 1px solid darkkhaki;
    height: auto;
}

.invoer-table input[type=text] {
    border: 1px;
    border-color: darkkhaki;
    background-color: khaki;
    color:inherit;
    font-size: 1.0em;
    padding-left: 0.5em;
    width: auto;
}

.invoer-table input[type=submit]{

    border: 2px;
    border-color: darkkhaki;
    background-color: khaki;
    color:inherit;
    font-size: 1.0em;
    width: auto;
}

.invoer-table input[type=number]{

    border: 2px;
    border-color: darkkhaki;
    background-color: khaki;
    color:inherit;
    font-size: 1.2em;
    width: 10em;
}

.invoer-table: tr:nth-child(even) {

    background-color: red;

}

.invoer-table input[type=time] {
    border: none;
    background-color: lightgreen;
    color:inherit;
    font-size: 1.0em;

    /*padding: 5px;*/
    width: 90%;
}

.invoer-table img{

    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 5px;
    /*width: 200px;*/
    opacity: 0.1;
    z-index:2000;
}



.recept-beschrijving-container {
    margin-top: 20px;
    padding: 15px;
    background-color: #fdfdfd;
    border-top: 2px solid #eee;
    line-height: 1.6; /* Zorgt voor meer ruimte tussen de regels tekst */
}


/* test for smaller selectbox  */





input:invalid + span::after {
    position: absolute;
    content: "✖";
    padding-left: 5px;
}

input:valid + span::after {
    position: absolute;
    content: "✓";
    padding-left: 5px;
}



.invoer-small  select{
    background-color: green;
    color: white;
    padding: 0px;

    width: 30px;
    border: none;
    font-size: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    appearance: auto;
    outline: none;

}

.invoer-bigger  select{
    background-color: darkkhaki;
    color: black;
    padding: 0px;
    width: 130px;
    border: none;
    font-size: 1.0em;
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
    -webkit-appearance: none;
    appearance: auto;
    outline: none;

}


.invoer_small select option {
    padding: 5px;
}









/* table 2  for 2th table on the form  */
.show_content2 {
    border-collapse: collapse;
    border-radius: 5px 5px 0 0;
    border-spacing: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 0.7em;
    height:auto;
    margin: 25px;
    overflow: auto;
    overflow: hidden;
    position: fixed;
    top:270px;
    width: 900px;
}





/*.show_content2 thead tr {
background-color: #009897;
color: #ffffff;
text-align: left;
font-weight: normal;


}      */

.show_content2 th{
    font-weight: normal;
    padding: 12px 15px;
    position: sticky;
    text-align: left;
}

.show_content2 tbody tr {
    position: sticky;
    top: 0;
    z-index:1;
    border-bottom: 1px solid #dddddd;

}

.show_content2 textarea{
    background-color: #f8f8f8;
    border: 8px solid #ccc;
    border-radius: 14px;
    box-sizing: border-box;
    columns:1;
    font-size: 19px;
    grid-row-end: 20;
    grid-row-start: 1;
    height: 150px;
    padding: 12px 20px;
    resize: none;
    rows:20;
    width: 50%;
}

.show_content2 tbody tr:nth-of-type(even) {
    background-color: #f8faf2;
}

.show_content2 tbody tr:last-of-type {
    border-bottom: 1px solid #cbf7ee;
}

.show_content2 tbody tr.active-row {
    font-weight: normal;
    color: #72f5d9;
}

.outer-wrapper {
    border: 1px solid black;
    ;
}




.navbar {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa; /* Heel licht grijs/wit */
    display: flex;
    gap: 10px; /* Ruimte TUSSEN de knoppen */
    padding: 10px;
    border-radius: 12px; /* Afgeronde hoeken van de hele balk */
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar a {
    color :hsl(0,0%,10%) ;/*)darkgray; /* color: darkgreen;*/
    float: left;
    font-size: inherit;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
      background-color: #f0f0f0; /* Vervang 'lightgray' door een mooie hex-kleur */
    display: flex; /* Zorgt dat de items netjes naast elkaar staan */
    flex-wrap: wrap; 
    width: 100%;
}

.dropdown {
    float: left;
    overflow: auto;
}

.dropdown .dropbtn {
    background-color: hsl(120, 30%, 90%); /* Zacht pastelgroen */
    border: none;
    border-radius: 8px; /* Afgeronde hoeken voor de knop zelf */
    color: #333;
    padding: 10px 20px; /* Meer ruimte rondom de tekst */
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s; /* Zachte overgang bij hover */
}

.navbar a:hover,


/* Hover effect voor de knop */
.dropdown:hover .dropbtn {
    background-color: hsl(190, 40%, 85%); /* Wisselt naar pastelblauw bij hover */
}

.dropdown-content {
    display: none;
    position: absolute;
    font-size: 10px;
    background-color: white; /*green */
    min-width: 160px;
    color:hsl(0,0%,10%); /*white;*/
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.dropdown-content a {
    float: none;
    color:darkgray; /*white;*/
    font-size: 10px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: balck ; /*darkgreen;*/
     color:hsl(0,0%,10%); /*white;*/
}

.dropdown:hover .dropdown-content {
    display: block;
    color:black;
}


.recept-row {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.recept-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 10px;
}

.recept-button:hover {
    background-color: #f9f9f9;
}



.font-face {
    font-family: "My Custom Font";
    src: url(/fonts/Blacksword.otf) format("truetype");
}


div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

#wrapper {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

#clear {
    clear: both;
}

/*==============================fotorail===========================*/
/* table definitions */
.fotorail {
    position: fixed;

    top: 0px;
    left:  0px;
    height: 79px;
    background-color: lightgreen;
    text-align:center;
    border: 2px;
    width: 900px;
}

.fotorail img {
    height: 78px;
    border: 0px;
    /*background-color:blue;*/

}


.image-left {
    margin: 3px;
    padding: 3px;
    float: left;
}

.image-right {
    margin: 3px;
    padding: 3px;
    float: right;
}



/* The container must be positioned relative:
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element: 
}

.select-selected {
    background-color: yellow;
}

/* Style the arrow inside the select element: 
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): 
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: 
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): 
.select-items {
    position: absolute;
    background-color:#009897;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: 
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
*/
div.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 45em;
    height: 2em;
    border: 3px solid #73AD21;

}
div.fixed p{
    text-align: center;
}

gallery {
    border: 1px solid #777;
}

.gallery img {
    border-radius: 8px;
    position: absolute;
    top: 100px;
    left: 750px;
    width: 150px;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.textblok {
    position: absolute;
    top: 220px;
    left: 500px;
    width: 600;
    height: auto;


}


/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}




@media screen and (max-width: 600px) {
    .topnav .login-container {
        float: none;
    }
    .topnav a, .topnav input[type=text], .topnav .login-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }


    /* infoblok */
    .table.midright {
        width: 146px;
        height: 400px;                 /* was 430 */
        border : none;
        padding-left: 0px;
        margin : 0px;
        position: absolute;
        z-index: 4;
    }

    .midright td {
        border-style: none;
        background-color:transparent;
        height: 150px;   /*was 155 */
        padding: 0px;
    }

    .infoblock {
        //background: #EEE url(layout/m2.jpg) top;
        // background-repeat: repeat-x;\
        position:absolute;
        top:140;
        width: 600px;
        height: 300px;         /* was 150 */
        margin : 0px;
        padding-left : 5px;
        padding-right: 5px;
        font-family: Verdana;
        font-size: 1.0em;
        color:white;
        letter-spacing: normal;
        text-align: left;

    }

    .infoblock h3 {
        text-decoration: none;
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 400;
        width: 149px;
        height: 105px;  /*was 111 */
        top :5px; /* was 10 */
        color:white;
        text-align: left ;
    }


    .infoblock h4 {
        /*background-color: #91D2EC ;*/
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 800;
        padding-top : 5px;
        color:white;

    }


    .infoblock a {
        text-decoration: none;
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 400;
        padding: 0px;
    }


    .infoblock a:link {
        text-decoration: underline;
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 100;
        color :#FFFFFF;
        text-align: left ;
    }

    .infoblock a:visited {
        text-decoration:underline;
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 400;
        color :#FFFFFF;
    }

    .infoblock a:hover {
        text-decoration:underline;
        font-size: 12px;
        font-family: Verdana;
        font-style: normal;
        font-weight: 400;
        color :#FFFFFF;
    }




}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

