._dash-undo-redo {
    display: none;
}
html {
  scroll-behavior: smooth;
}
/*
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Oswald|Roboto');
*/

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Medium.ttf);
}

@font-face {
    font-family: Lato;
    src: url(Lato-Regular.ttf);
}

* {
    margin: 0px;
    padding: 0px;
    line-height: 160%;
    font-family: 'Open Sans', sans-serif;
}

.page, .header {
    position: relative;
    min-width: 1366px;
}

.header--img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100vh;
    left: 0;
    top: 0;
    padding: 0 !important;
}

.header--logo {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 50px;
    padding: 0 !important;
}

.header--div-link {
    position: absolute;
    top: 25px;
    right: 40px;
}

.header--link {
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: white;
    padding: 20px;

    text-decoration: none;
    outline:none;
    transition: color 0.5s;
}

.header--link:hover {
    color: black;
}

/* The container <div> - needed to position the dropdown content */
.lang-dropdown {
    position: absolute;
    /*
    top: 80px;
    right: 55px;
    */
    /*
    top: 18px;
    left: 260px;
    */
    top: 21px;
    right: 670px;
    display: inline-block;
}
/* Style The Dropdown Button */
.lang-dropdown-button {
  background-color: rgba(0,0,0,0);
  color: white;
  padding: 8px;
  font-family: 'Lato', sans-serif;
  /*font-style: italic;*/
  font-size: 1.5em;
  border: none;
  cursor: pointer;
}
/* Dropdown Content (Hidden by Default) */
.lang-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.lang-dropdown-content a {
  color: black;
  font-size: 1.2em;
  padding: 8px 20px 8px 21px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.lang-dropdown-content a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.lang-dropdown:hover .lang-dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.lang-dropdown:hover .lang-dropdown-button {
  background-color: white;
  color: black;
}

.header--div-title {
    position: absolute;
    left: 60px;
    top: 45%;
}

.header--title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2em;
    color: white;
}

.header--sublink {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 2em;
    color: white;
    padding-bottom: 5px;
    border-bottom-style: solid;
    transition: color 0.5s;

    text-decoration: none;
    outline:none;
}

.header--sublink:hover {
    color: black;
}

.header--div-arrow {
    position: absolute;
    bottom: 25px;
    right: 80px;
    z-index: 99;

    text-decoration: none;
    outline:none;
}

.header--beta {
    position: absolute;
    bottom: 25px;
    left: 80px;
    color: rgba(255,255,255,0.4);
    font-style: italic;
}

/*
.header--div-arrow:hover {
    text-shadow: 0px 0px 6px rgba(255,255,255,0.8);
}
*/
.top-arrow {
    position: fixed;
    bottom: 25px;
    right: 80px;
    z-index: 98;
    text-decoration: none;
    outline:none;
}
/*
.top-arrow:hover {
    text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}
*/
.content {
    width: 80%;
    margin: auto;
}

.section {
    margin-top: 100px;
}

.content--title-right {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    text-align: right;
    margin-bottom: 20px;
}

.content--title-left {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.calc-hints {
    width: 30%;
    text-align: justify;
}
.input-url {
    float: right;
    clear: both;
    width: 600px;
    padding-left: 10px;
    font-size: 1.2em;
}

.input-pole {
    float: right;
    margin-top: 22px;
    margin-right: 206px;
    width: 320px;
    font-size: 1.2em;
}
.Select-control {
    border-radius: 0px;
    box-shadow: none !important;
    /*border-color: gray !important;*/
}
.VirtualizedSelectFocusedOption {
  background-color: WhiteSmoke;
}
.Select-menu-outer {
  border-radius: 0px;
}

.button {
    float: right;
    clear: both;
    margin-top: 20px;
    margin-right: 0px;
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #0074D9;
    color: white;
    border-style: none;

    margin-bottom: 100px;
}

.button:hover {
    background-color: #4293d9;
}

.grid-container-map {
  display: grid;
  grid-template-columns: 88% 12%;
}

.grid-item-map {
    align-self: center;
}

.graph {
    display: inline-block;
    width: 50%;
}

.instr-right {
    font-size: 1.2em;
    text-align: right;
}

.instr-left {
    font-size: 1.2em;
    text-align: left;
}

.instr--img {
    margin: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.text {
    font-size: 1.2em;
}

/*
.content {
    position: float;
    width: 960px;
    margin: 0 auto;
}
*/

.dash-spreadsheet-container .dash-spreadsheet-inner table td, .dash-spreadsheet-container .dash-spreadsheet-inner table th {
  text-align: left;
  padding-left: 5px;
}

.txt-summary {
  font-size: 1.3em;
}
.txt-summary-comments {
  margin-top: 2em;
}

.div-summary {
  padding: 1em 1.5em;
  border: 1px solid grey;
  border-radius: 10px;
}
