/*Font face used page-wide*/

@font-face {
  font-family: UnitedSansSemiCond-Bold;
  font-weight: bold;
  src: local('UnitedSansSemiCond-Bold'), url("../fonts/UnitedSansSemiCond-Bold.otf") format('truetype');
}

*{
  margin:0;
  padding:0;
  border:0;
}


html {
  width: 100%;
  min-width: 300px;
  font-family: 'UnitedSansSemiCond-Bold', monospace;
  font-size: 1em;
  color: #dbdbdb;
  background-color: #c9481f;
  margin: 0px;
  padding: 0px;
  padding-bottom: 100px;
/*  overflow: hidden; */
}


a {
  text-decoration: none;
  color: #dbdbdb;
  transition: color 0.3s;
}

a:hover {
  color: #fff;
  /*text-decoration: underline;*/
  transition: color 0.3s;
}

/*Section*/
/*Section is always at least at height of viewport height and width of viewport width*/
section {
  /*min-width: 100vh;*/
  width: 100%;
  padding: 0;
  background-color: rgb(11, 72, 149);
  /*background-color: white;*/
}

section.first {
  margin-top: 50px;
}

section.minheight {
  min-height: 100%;
}

section.lastsection {
  margin-bottom: 100px;
}

section.full {
  height: 100%;
}

section h1 {
  padding: 20px;
}

section div.inner-sect {
  padding: 100px 10px 20px 10px;
}

footer {
  background-color: #3a3839;
  height: 40px;
  display: flex;
  justify-content: space-around;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

footer img {
  /*line-height: 150px;*/
  padding-top: 14px;
}

footer ul {
  font-size: 1em;
  list-style-type: none;
  position: relative;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer ul li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.textfield {
  margin: 10px 20px 20px 20px;
  background: #333;
  color: white;
  padding: 10px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.textfield:hover {
  -webkit-box-shadow: 0px 5px 54px 6px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 5px 54px 6px rgba(0,0,0,0.69);
  box-shadow: 0px 5px 54px 6px rgba(0,0,0,0.69);
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.textfield h3 {
  padding: 0 0 20px 0;
  font-size: 120%;
}

.textfield p {
  text-align: justify;
  margin: 5px 0;
}

.textfield a img {
  text-align: center;
  height: 30px;
}

.textfield ul {
  text-align: left;
}

.textfield ul li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 10px;
  padding: 5px;
  width: 350px;
  border: none;
}

.textfield ul li:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-device-width: 514px) {
  .textfield ul li {
    width: 150px;
  }
}

.textfield ul li::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}

.textfield ul li p {
  margin: 0px 0px;
  padding: 6px 0px 4px 0px;
  text-align: left;
}

.textfield ul li img {
  float: left;
  width: 100px;
  height:100%;
  padding: 0 10px;
}

.hidden {
  display: none;
}

.bgattention {
  background: #c9481f;
}

main {
  padding-bottom: 100px;
}
main.closed {
  background-color: #c9481f;
}

main.opened {
  background-color: #4CAF50;
}

main.undefined {
  background-color: #75A0FF;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.centered p {
  text-align: center;
}

.centered p.lookslike {
  margin-bottom: 50px;
  font-size: 120%;
}

.centered p.open {
  text-transform: uppercase;
  font-size: 200%;
}

.centered p.close {
  text-transform: uppercase;
  font-size: 200%;
}

.centered p.undefine {
  text-transform: uppercase;
  font-size: 200%;
}

.centered p.maintenance {
  text-transform: uppercase;
  font-size: 200%;
}

.centered p.funnyrandomtext {
  margin-top: 30px;
  color: #dddddd;
}

.ban {
  color: white;
  min-width: 50%;
  padding: 5px;
  font-size: 110%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  background-color: #B52A2A;
}

.fullwidth {
  width: 100%;
}

.textfield p {
  text-align: left;
}

h2 {
    padding: 15px;
    text-align: center;
}

div.haszwykres { margin-left: auto;
		 margin-right: auto; 
		 padding: 0.5em; 
		 text-align: center;}
div.haszwykres img {margin:0.2em;}

