/*
 * *
 *  * Copyright (c) 2019.
 *  * Author: Christian Kagerbauer
 *  * Location: INTERSPORT Wanninger
 *
 */

.cp {
	cursor: pointer;
}

img.img-small {
	height: 12em;
}

.smoko:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e5e5e5;
	opacity: 0;
	transition: all 1.2s ease;
	z-index: -1;
}

.smoko.loggedIn:before {
	opacity: 1;
}

@media (max-width: 900px)
	.navbar {
		margin-top: 1.315rem;
	}
}
