﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.picture {
    width: 75%;
}


.page-Container {
    position: relative;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*    margin-right: 16%;
    margin-left: 16%;*/
    margin-top: 10px;
    margin-bottom: 60px;
    /*max-width: 75rem;*/
    width: 100%;
    z-index: 1;
}

.header {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 16%;
    margin-left: 16%;
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 75rem;
}

.headerlogo {
    float: left;
    margin: 10px;
    width: 40%;
    height: auto;
    border-right: 3px solid black;
}

.headertext {
    float: left;
    margin: 10px 10px 10px 3px;    
    width: 55%;
    height: auto;
    margin-bottom: 0%;
    font-family: "Avenir Next",sans-serif;
}

h1 {
    font-size: 2.5vw;
}

h2 {
    font-size: 2vw;
}

h3 {
    font-size: 2vw;
}

.large-Text {
    display: block;
    font-weight: bold;
    font-size: 1.5vw;
    padding:3px;
}

    .large-Text h1
    {

    }


    .small-Text {
        display: block;
        font-size: 1vw;
        padding: 3px;
    }

        .small-Text h2
        {

        }

        a.navbar-brand {
            white-space: normal;
            text-align: center;
            word-break: break-all;
        }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: large;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.warning {
    font-size: 1.5vw;
}

.info {
    font-size: 1.5vw;
}

.oeifinput {
    font-size: 2vw;
    min-width: 70%;
    color: #000000;
    border: 1px solid #000000;
}

.big-btn {
    margin-bottom: 2%;
    margin-top: 2%;
    color: #000000;
    border: 1px solid #000000;
    border-right: 5px solid #e72315;
    background: #fff;
    font-size: 2vw;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    white-space: nowrap;
    display: block;
    font-size: 1.5vw;
    background-color: #FFFFFF;
    height: 60px; /* Vertically center the text there */
    z-index: 0;
}

.footer a, a:visited {
    color: #000000;
    text-decoration:underline;
}

    .footer a:hover, a:focus {
        color: #e72315;
        text-decoration: underline;
    }

.grey-Background {
    position: relative;
    width: 100%;
    padding: 5%;
    text-align: center;
    left: 0;
    right: 0;
    background-color: rgb(240,240,240);
    margin-bottom: 60px;
    z-index: 1;
}

@media (max-width: 900px) {
    html {
        font-size: x-large;
    }


    h1 {
        font-size: 6vw;
    }


    h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 5vw;
    }

    .header {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 50px;
        margin-bottom: 10px;
        max-width: 95%;
    }

    .headerlogo {
        border-right: 0px;
    }


    .headertext {
        float: left;
        margin-top: 10px;
        width: 95%;
        margin-bottom: 0%;
    }

    .large-Text {
        display: inline;
        font-size: 6vw;
    }

    .small-Text {
        display: inline;
        font-size: 5vw;
    }

    .large-Text h1 {
        font-size: 6vw;
    }

    .small-Text h2 {
        font-size: 5vw;
    }


    .warning {
        font-size: 3vw;
    }

    .info {
        font-size: 3vw;
    }

    .oeifinput {
        font-size: 4vw;
        min-width: 80%;        
    }

    ::placeholder {
        color: transparent;
    }

    .footer {
        font-size: 3vw;
        overflow-wrap: break-word;
        word-break: normal;
        display: block;
        white-space: normal;
        height: 40px; /* Vertically center the text there */
    }

    .big-btn{
        font-size:4vw;
    }
}
