
/* css Hauptscript ultimate_titan_main_layout by Thomas Sareiter */

/*Main*/
:root {
  --main-font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  --main-font-color-hell: #fff;
  --main-color: rgb(23,150,253);
  --main-background : rgb(34,34,34);
}

html {
   /* font-family: 'Roboto', sans-serif;*/
   font-family: var(--main-font-family);
   font-size: 12px;
   background:var(--main-background);
   color:var(--main-font-color-hell);
}

#main_background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left:0px;
    right:0px;
	background: url('/files/bilder/background_MK02_kl.jpg');
    background-size: auto auto;
	background-position: center;
	background-size: cover;
	overflow: auto;
	/*height: calc(100vh - 3em);*/
}

/*Header*/
#header {
  position: fixed;
  width: 100%;
    z-index: 999999;
}

.header_point{
  background: var(--main-color);
  color: var(--main-font-color-hell);
  text-align: center;
}

.header_point .material-icons {
  font-size: 2em;
  padding: 0;
  line-height: 50px;
  height: 50px;
}

#mainheader {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

/*Mainframe*/
#main_inner_frame {
  padding-top: 50px;
}

.navigate_frame {
  position: relative;
}

/*template 01*/
.template_01_outherframe {
  background: var(--main-background);
  margin: 5px;
}

.grid_1-3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid_1-2-1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.icon-circle {
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.wert-frame-load{

  text-align: center;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.icon-circle .material-icons {
  line-height: 40px;
}

.text-frame {
  grid-column: 2 / span 4;
}

.text-frame2-3 {
  grid-column: 2 / span 3;
}
  
    
.text-frame-inner {
  padding: 8px;
}

.text-frame-buttons {
  text-align: right;
}

.text-frame-head {
  font-weight: bold;
  font-size: 14px;
}

.text-frame-legend {
  font-size: 11px;
  margin-top: 5px;
}

.icon_frame {
  position: relative;
}

.template-button {
  background: var(--main-color);;
  color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  padding: 4px 20px;
  cursor: pointer;
}

.template-button:hover {
 background: deeppink; 
 border: 1px solid deeppink;
}

.material-icons.location {
  font-size: 12px;
  color: green;
  vertical-align: baseline;
  margin-right: 2px;
  line-height: 12px;
  vertical-align: middle;
}

.wert-frame {
  position: relative;
}


.chartcontainer {
  margin: 10px 5px 20px 5px;
  background: #FFF;
  color: #222;
}

h3 {
  background: var(--main-color);
  color: #fff;
  padding: 2px 5px;
  margin: 0px 0px !important;

}

.chartcontainer p {
  padding-bottom: 10px;
}

.material-icons.statistik_aktualisieren {
  cursor: pointer;
  background: #85B8CB;
  border: 1px solid #85B8CB;
  color: #fff;
  float: right;
  font-size: 15px;
  border-radius: 4px;
}

.chartcontainer.dark_container {
  background: rgb(34,34,34);
  color: #fff;
}

.gewichtseingabe {
  padding: 9px;
  text-align: center;
}

#gewicht_date_input, #gewicht_input {
  Width: 200px;
  text-align: center;
  line-height: 19px;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  margin-bottom: 8px;
  height: 19px;
-webkit-appearance: none;
-moz-appearance: none;

}

.gewicht_speichern_button {
  width: 206px;
  border-radius: 20px;
  line-height: 17px;
  border: 1px solid var(--main-color);;
  background: var(--main-color);;
  color: #fff;
  cursor: pointer;
  padding: none;
  height: 22px;
  -webkit-appearance: none;
-moz-appearance: none;
}