/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #2a235d;
}
.footer-bg-white {
  background-color: #ffffff;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.Ubuntu {
	font-family: 'Ubuntu', sans-serif;
}
.clist {
	list-style-image:url('../img/clist3.png');
}
.orange {
	color: #f9b233;
}
.darkblue {
	color: #2a235d;
}
a:hover {
	color: #f9b233;
}
.justify { 
	text-align: justify; 
}
.kontakt:hover {
	color: #2a235d;
}

.btn-outline-secondary:hover {
    background-color: #ffffff;
	!important;
}
.big-checkbox {width: 15px; height: 15px;}

h1 {
	font-size: 0.1rem;
	visibility: hidden;
}

h2 {
	font-size: 2.5rem;
}