:root {
    --orange: #c0392b;
}




/* * {
    box-sizing: border-box;
    position: relative;
} */

html,
body,
main,
#background {
	margin: 0;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}

main {
    position: absolute;
    top: 0;
    left:0;
}



.temp, .text {
	position: fixed;
	padding: 0px;
	font-weight: bold;
	display: block;
	font-size: 35pt;
	background-color: transparent;
	z-index: 2;
	width: 300px;
	white-space: nowrap;
}

text {
	font-size: 50pt;
	font-weight: bold;
}

.mrot {
	transform: rotateZ(-60deg);	
  }

.click {
	position: absolute;
	background-color: transparent;
	cursor:pointer;
}

.click:hover {
	background-color: rgba(132, 246, 155, 0.2);
	/* cursor: hand; */
}

.popup {
	position: absolute;
	display: block;
	padding: 0px;
	z-index: 100;
}

.panimate {
	animation: rotCont 1.5s linear infinite;
}

.pnonanimate {
	animation: none;
}

.panimate,
.pnonanimate,
.nonanimate,
.animate {
	z-index: 1;
}

.animate {

	animation: rotCont 1.5s linear infinite;
}



.nonanimate {
	animation: none;
}

.update {
	width: 600px;
}

.normal {
	transform: none;
}

.open {
	visibility: hidden;
}

.hide,
.show {
	z-index: 1;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

.close {
	visibility: visible;
}

.active {
	transform: rotate(90deg);
}


@keyframes rotCont {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.blink {
	animation: blink 0.5s steps(1, end) infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



.openMenu-button {
	background-color: #555;
	color: white;
	cursor: pointer;
	opacity: 0.8;
	vertical-align: middle;
	display:inline-block
}

/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	top: 10vh;
	left: 0px;
	z-index: 9;
	width: 100%;
	
}

div.spec {
	position: fixed;
}
input {
	position: relative
}

svg {
	z-index: 1;
	position:fixed;
	transform-origin: 0 0;
}

img {
	position: fixed;
}

@-webkit-keyframes spin { /* Safari (WebKit) */
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin { /* Standard */
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
  }
  
  .spinner {
	animation: spin 1.5s linear infinite;
	-webkit-animation: spin 1.5s linear infinite; /* Safari (WebKit) */
	-webkit-animation-origin: 37.5px 37.5px;
   transform-origin : 37.5px 37.5px;
  }

  .fanspinner {
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite; /* Safari (WebKit) */
	-webkit-animation-origin: 165px 165px;
   transform-origin : 165px 1655px;
  }

  
.xx {
	width: inherit;
	height: inherit;
}

.ups {
	
	transform:scaleX(2);
	transform-origin: 52 52;
}

.rights {

	transform:scaleY(2);
	transform-origin: 52 52;
}

.sunscreen {
	transform-origin: top right;
  	transform: scale(1)
}

.menubut {
	margin: 1vh;
	display: block;
	border-radius: 1vh;
	font-size: 100%;
	width:20vw;
}

.menu {
	z-index:9;
}

.mhide {
	visibility: hidden;
	display:none;
}

input[type="number"]::-webkit-inner-spin-button {
	display: none;
 }

 /* Fallback for other browsers */
 input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
 }


a {
    text-decoration: none;
    color: var(--orange);
}

.login-wrapper {
    position: fixed;
    z-index: 0;
    top: 50;
    left: 0;
    bottom: 0;
    right: 0;
}

.login-modal {
    top: 20%;
    width: 400px;
    margin: auto;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px dimgray;
    background: white;
}

.login-modal .title {
    color: var(--orange);
    font-size: 1.8em;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.login-modal .error {
    margin: 15px;
    padding: 10px;
    border: 1px solid var(--orange);
}

.login-modal .error li {
    margin-left: 15px;
}

.login-modal .input {
    margin-top: 15px;
}

label {
    font-size: 0.9em;
}

.login-modal input[type="text"],
.login-modal input[type="submit"],
.login-modal input[type="password"],
.login-modal input[type="number"],
.login-modal select {
    display: block;
    margin-top: 4px;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #CCC;
}

.login-modal input {
    margin-bottom: 16px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--orange);
    padding: 9px;
    border-radius: 0;
    color: white;
    box-sizing: border-box;
    border: 1px solid var(--orange);
}

input[type="submit"]:hover {
    border: 1px solid var(--orange);
    background: none;
    color: var(--orange);
}

.login-modal input[type="submit"]:active {
    opacity: 0.8;
}

.login-modal .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    border-radius: 0;
    font-size: 1em;
}

.login-modal .select-wrap {
    position: relative;
}

.login-modal .select-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 16px;
    top: 17px;
    pointer-events: none;
}

.login-modal .img {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-top: -70px;
    border-radius: 50%;
    background: url('../images/login_icon.png') var(--orange);
    background-position: center 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid white
}

.login-modal .img-shadow {
    z-index: -10;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-top: -70px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px dimgrey;
}

.login-modal input[type='checkbox'],
.login-modal input[type='checkbox']+label {
    cursor: pointer;
    float: left;
}

.login-modal a {
    font-size: 0.9em;
    float: right;
}

.clear {
    clear: both;
}

input[type="submit"] {
    cursor: pointer;
}

nav {
    background: white;
}

nav ul {
    display: block;
    text-align: left;
    margin: 0;
}

nav ul li {
    height: 40px;
    display: inline-block;
    border-color: transparent;
    transition: border-color 0.35s linear
}

nav ul li a {
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 40px;
}

nav ul li:hover {
    border-bottom: 3px solid var(--orange);
}

nav form {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 60px;
    height: 100%;
}

nav input[type="submit"] {
    border: 1px solid var(--orange);
    background: var(--orange);
    border-radius: 0;
    color: white;
    box-sizing: border-box;
    height: 100%;
    padding: 0 20px;
}

nav input[type="submit"]:hover {
    background: none;
    color: var(--orange);
}

main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.left {
    float: left;
    width: 30%;
}

.right {
    float: left;
    width: 70%;
}

.personal-data .img {
    background: var(--orange);
    width: 80%;
}

.img img {
    width: 100%;
}

.personal-data input[type=text],
.personal-data input[type=password] {
    display: block;
    margin-bottom: 16px;
    padding: 8px;
    padding-bottom: 0;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: none;
}

.personal-data input:not([type=checkbox]) {
    width: 100%;
    max-width: 400px;
}

.non-content-pages {
    width: 300px;
    margin: 0 auto;
}

.error {
    position: fixed;
    top: 70px;
    right: 0;
    line-height: 25px;
    padding: 20px;
    color: #800000;
    background: #ff7171;
    text-align: center;
}

.error span {
    cursor: pointer;
    font-weight: bold;
}

.error span:hover {
    color: white;
}