
@font-face {
	font-family: "RobotoCondensed";
	src: url(https://rlnnskrr.si/fonts/RobotoCondensed-Regular.ttf) format('truetype');
}

:root {
    --mainColor: #594e97;
    --hTextColor: #ffffff;
    --mainColorLight: #998ed7;
    --shadow: 0.3em 0.3em 1em rgb(200 200 200 / 60%);
    
}

html {
    font-family: "RobotoCondensed";
    font-size: 14pt;
}

.topnav {
  position: fixed;
  top: 0px;
  width: 100%;
  overflow: hidden;
  color: var(--hTextColor);
  background-image: linear-gradient(to bottom right, var(--mainColor), #978ed9);
  font-size: 16pt;
  height: 32px;
  text-align: center;
}

.topnav a {
    color: var(--hTextColor);
    text-decoration: none;
    vertical-align: middle;
}

img.navbar {
    vertical-align: top;
}

.menu {
    position: fixed;
	background-color: var(--hTextColor);
    top: 32px;
    height: 24px;
    width: 70%;
    overflow: hidden;
    color: var(--mainColor);
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 30px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: var(--shadow);
}

div.narrowMenu {
	background-color: #000080;
	color: #ffffff;
	position: absolute;
	min-width: 98%;
	top: 96px;
	left: 2%;
	z-index: 100;
	line-height: 300%;
	text-align: right;
	visibility: hidden;
}

a.narrowMenu {
	color: #ffffff;
	text-decoration: none;
	padding-right: 12px;
	font-family: "RobotoCondensed";
	font-weight: bold;
	font-size: 28pt;
}

.topnav span.right {
	font-family: "RobotoCondensed";
	float: right;
}
div.menuNavBg {
    position: relative;
    width: 100%;
    height: 100px;
	background-color: var(--hTextColor);
    z-index: 10;
}

div.sliderItem {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
	padding: 24px;
}

div.sliderItemFiller {
    height: 800px;
}

div.sliderItemFiller2 {
    height: 900px;
}

div.content {
    margin: 0px;
    padding: 0px;
}

div.dynamicWP {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 152px);
}

div.dynamicPL {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 400px);
    vertical-align: top;
}

div.technologyStack {
    border: 1px solid #898989;
    padding-right: 9px;
    border-radius: 12px;
    margin: 12px;
    box-shadow: var(--shadow);
}

div.priceList {
    border: 1px solid #898989;
    padding: 0px;
    margin: 12px;
    box-shadow: var(--shadow);
}

div.priceList h2 {
    background-color: var(--mainColor);
    color: var(--hTextColor);
    font-size: 20pt;
    margin: 0px;
    width: 100%;
}

div.priceList table {
    border-bottom: 1px solid #898989;
    width: 100%;
}

div.priceList div {
    padding: 3px;
    font-weight: bold;
}

div.priceList td {
    width: 33%;
}

td.currency {
    color: #999999;
    vertical-align: top;
    text-align: right;
    font-size: 18pt;
}

td.price {
    color: var(--mainColor);
    font-size: 40pt;
    font-weight: bold;
    text-align: center;
}

table.contact {
    width: 100%;
}

table.contact td {
    border-bottom: 1px solid #c9c9c9;
}

table.contact a {
    color: var(--mainColor);
    text-decoration: none;
}

td.contactIcon {
    width: 60px;
}

td.unit {
    color: #999999;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 18pt;
}

table.tableContent {
    width: 100%;
    border-spacing: 24px;
}

td.leftMargin {
    width: 23%;
}

td.rightMargin {
    width: 23%;
}

td.tdContent {
    width: 18%;
    vertical-align: top;
    text-align: justify;
}

td.tdContent3 {
    width: 54%;
    vertical-align: top;
    text-align: justify;
}

td.errorIndicator {
    color: #c00000;
    text-align: center;
    font-size: 12pt;
}

table.sendMessage {
    width: 100%;
    font-family: "RobotoCondensed";
    font-size: 18pt;
}

table.sendMessage td {
    text-align: center;
}

table.sendMessageBottom {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: "RobotoCondensed";
    font-size: 18pt;
}

td.sendMessageSpace {
    text-align: right;
}

td.sendMessageButton {
    text-align: right;
    width: 160px;
    padding: 0px;
    margin: 0px;
}

input.sendMessageName {
    width: 90%;
    font-family: "RobotoCondensed";
    font-size: 18pt;
}

input.sendMessageEmail {
    width: 90%;
    font-family: "RobotoCondensed";
    font-size: 18pt;
}

textarea.sendMessageText {
    width: 90%;
    min-height: 166px;
    font-family: "RobotoCondensed";
    font-size: 18pt;
}

div.tdPadding {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 30px;
}

div.tdRounded {
    border-radius: 20px;
    border: 1px solid var(--mainColor);
    box-shadow: var(--shadow);
}

h2 {
    text-align: center;
    font-size: 20pt;
    font-style: italic;
    color: var(--mainColor);
}

a.link {
    color: var(--mainColor);
    font-size: 14pt;
    text-decoration: none;
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.link:hover {
    color: #c9c9c9;
    text-decoration: underline;
}

span.selected {
    background-image: linear-gradient(to bottom right, var(--mainColor), var(--mainColorLight));
    color: var(--hTextColor);
    font-size: 14pt;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

span.center {
    width: 100%;
    display: block;
    text-align: center;
}

button.more {
    background-image: linear-gradient(to bottom right, var(--mainColor), var(--mainColorLight));
    border-radius: 15px;
    border: 1px solid var(--mainColor);
    color: var(--hTextColor);
    font-size: 20pt;
    width: 160px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    box-shadow: var(--shadow);
}

button.more:hover {
    background-image: var(--hTextColor);
    color: var(--mainColor)
}

span.spanMore {
	display: none;
	vertical-align: middle;
	line-height: 40px;
}

span.spanText {
	display: inline;
	vertical-align: middle;
	line-height: 40px;
}

b.more {
	display: block;
	width: 100%;
	height: 100%;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

b.more:hover > span.spanMore {
	display: inline;
}

img.display {
    width: 75%;
    margin: auto;
    display: block;
}

td.messageId {
    font-size: 17pt;
    background-color: #f0f0ff;
    color: var(--mainColor);
    padding: 6px;
    height: 20px;
    opacity: 0.0;
}

footer.footerLinks {
    padding-left: 15px;
    min-height: 120px;
    background-color: #555555;
}

td.footer {
	color: #cccccc;
	font-size: 12pt;
}

a.footerLinks {
    color: #ffffff;
    text-decoration: none;
    font-size: 11pt;
    font-family: "RobotoCondensed";
}

div.centering {
    width: 100%;
    text-align: center;
}
canvas.indicator {
}
