.intenziv {
	border: 1px black solid;
}
.none {
	list-style: none;
}


.tip .ttiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: relative;
    z-index: 1;
}

.tip:hover .ttiptext {
    visibility: visible;
}








.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color:cornflowerblue!important;
}
.lista{
    list-style: none;
}
.kep{
    width: 75%;
    height: 75%;
}
.hatter {
	background-image: url(uszaslogo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.showme{ 
display: none;
}
.showhim:hover .showme{
display : block;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-navbar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	
	font-size: 12px;
	padding: 1em;
	display: none;
}
.go-top:hover {
	background-color: antiquewhite;
}
.up{
    width: 30px;
    height: 30px;
    min-height: 30px;
    max-width: 30px;
}