* {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

#contentroot {
	/*padding-bottom: */
}

.bgNiederoestereichLogo {
	display:none;
}

.bgBurgenlandLogo {
	display:none;
}

.bgOberoesterreichLogo {
	display:none;
}

.mobileNoneFlex {
    display: none;
}

.mobileNone {
    display: none;
}

.onlyApp {
	display: none;
}

.pointer {
	cursor: pointer;
}

.topnav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
    box-shadow: 2px 2px 5px grey;
    overflow-x: hidden;
}

.topnav-element {}

.topnav-right {
    position: absolute;
    right: 10px;
}

.logout {
    text-decoration: none;
    visibility: hidden;
}


.displayFlex {
    display: flex;
}

html {
    font-size: 14px;
    color: #000;
	position: relative;
	min-height: 100vh;
}

h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

p {
    font-size: 16px;
    text-align: center;
}

.p {
    font-size: 16px;
    text-align: center;
}

a {
    color: #00605b;
}

ul{
	padding: revert;
}

.sportlandLogo {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 117px;
}

body {
    background-color: #FFFFFF;
	padding-bottom: 56px; /* 100px; */ /*160px;*/
}

.container {
    max-width: 1000px;
    flex: 1 1 auto;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rahmen{
	padding: 10px;
	border: 2px solid black;
}

.layout {
    display: flex;
    flex: 1 1 auto;
}

.column {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.columnLeft {}

.columnRight {}

.box {
    	background-color: #fff;
    	display: block;
    	position: relative;
	padding: 16px;
	border-top-style: solid;
	border-width: 3px;
	border-color: rgba(0, 0, 0, .12);
}

.filterPrim {
	filter: invert(25%) sepia(68%) saturate(892%) hue-rotate(136deg) brightness(97%) contrast(101%);
	/*https://codepen.io/sosuke/pen/Pjoqqp*/
}

.filterSekun {
	filter: brightness(0) saturate(100%) invert(62%) sepia(56%) saturate(997%) hue-rotate(35deg) brightness(106%) contrast(101%);
	/*https://codepen.io/sosuke/pen/Pjoqqp*/
}

.filterRed {
	filter: invert(30%) sepia(98%) saturate(7082%) hue-rotate(356deg) brightness(99%) contrast(119%);
	/*https://codepen.io/sosuke/pen/Pjoqqp*/
}

.bgPrim {
    background-color: #00605b;
}

.bgSekun {
    background-color: #95D600;
}

.bgTert {
    background-color: #5f6062;
}

.bgYellow {
	background-color: #FFD500;
}

.bgLightgrey {
	background-color: #d3d3d3;
}

.activityError {
	border-color: red;border-style: solid;
	border-color: red;
	border-width: 3px;
}

.prim {
    color: #00605b;
}

.sekun {
    color: #95D600;
}

.tert {
    color: #5f6062;
}

.red {
	color: red;
}

.white {
    color: #fff;
}

.grey {
	color: grey;
}

.yellow {
	color: #FFD00;
}

.table {
	width: 100%;
	display: table;
	border-spacing: 0px 13px;
   	margin-top: -13px;
    	margin-bottom: -13px;
}

.tablerow {
	display: table-row;
}

.tablecell {
	display: table-cell;
    	padding: 8px;
    	vertical-align: middle;
}

.trennlinie {
    border: none;
    display: block;
    height: 1px;
    flex: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    margin-top: 16px;
    margin-bottom: 16px;
}

.uppercase {
    text-transform: uppercase;
}

.button {
    border-radius: 40px;
    max-height: 42px;
    position: relative;
    display: flex;
    height: 36px;
    flex: 0 1 auto;
    min-width: 88px;
    width: auto;
    margin-top: 16px;
}

.buttonContent {
    align-items: center;
    display: flex;
    height: 100%;
    flex: 1 0 auto;
    justify-content: center;
    padding: 0 16px;
    background-color: inherit;
    border: none;
    border-radius: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.showMore {
    width: 200px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center
}

.profile {
    display: flex;
    flex: 1 1 auto;
}

.name {
    font-weight: 700;
    font-size: 20px;
    opacity: .75;
    text-align: center;
}

.personalMinutes {
    margin-top: 8px
}

.profilePictureImg {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
}

.diagramm {
    margin-top: 8px;
}

.selectGroup {
    position: relative;
    width: 100%;
}

.selectGroup select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectGroup select::-ms-expand {
    display: none;
}

.selectGroup select:hover,
.selectGroup select:focus {
    color: #000000;
    background: #ffffff;
}

.selectGroup select:disabled {
    opacity: 0;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 14px;
    right: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.selectGroup select:hover~.select_arrow,
.selectGroup select:focus~.select_arrow {
    border-top-color: #000000;
}

.selectGroup select:disabled~.select_arrow {
    border-top-color: #cccccc;
}

.textdecorationNo {
    text-decoration: none;
}

.selectTitle {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
}

.timePeriodeLeft {
    max-width: 170px;
    margin-bottom: 15px;
}

.personalRanking {
	margin-bottom: 15px;
}

.ranking {
    display: flex;
    flex-direction: row;
    padding: 16px;
    align-items: center;
    margin-right: -16px;
    margin-left: -16px;
    width: 100%
}

.rankingPicAndRank {
    position: relative;
    width: 36px;
    height: 36px;
}

.rankingProfilePicture {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.rankingMedal {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #00605b;
    border-color: #00605b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    text-align: center;
    font-size: 12px;
    /* vertical-align: bottom; */
    font-weight: 400;
    align-items: center;
    justify-content: center;
    display: flex;
}

.rankingText {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    margin-left: 16px;
    flex-direction: row;
    white-space: nowrap;
}

.rankingMinutes {
    padding: 8px;
    margin-left: auto;
    overflow: revert;
}

.myRank {
    background-color: #00605b;
    color: white;
}

.shareBoxOrShare {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.totalMinutes {
    font-size: 40px;
    font-weight: 700;
}

.badges {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
}

.badge {
    max-width: 80px;
    display: inline-grid;
    margin-right: 3px;
}

.badgeIcon {
    max-width: 80px;
    max-height: 80px;
}

.imgGrey {
    filter: grayscale(100%);
}

.badgeProgressBar {
    margin-top: 5px;
    ;
    width: 100%;
    background-color: #e0e0e0;
    padding: 0px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.badgeProgressBarFill {
    display: block;
    height: 13px;
    border-radius: 3px;
    transition: width 500ms ease-in-out;
}

.badgeTitle {
    margin-top: 3px;
    font-size: 12px;
    overflow: hidden;
    word-wrap: break-word;
}

.selectionArea {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.selectAreaItem {
    flex-direction: column;
    justify-items: center;
}

.communitySize {
    width: 60%;
}

.timePeriodeRight {
    width: 100px;
}

.disciplines {
    width: 30%;
}

.shareButton {
	width: 40px;
	height: 40x;
	border-radius: 5px;
}

.whiteBackgroundBorder {
	background-color: white;
	padding: 5px;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 56px; /* 100px; */ /*160px;*/
    /*justify-content: space-around;*/
}

.footerContainer {
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 16px;
}

.footerLinks {
    flex-direction: row;
}

.footerLinks>a {
    font-size: 14px;
    margin: 8px;
}

.footerLogos {
    flex-direction: row;
}

.footerLogo {
    margin-left: 5px;
    margin-right: 5px;
}

.gvvSPOELogo {
    height: 30px;
}

.gvvOEVPLogo {
    height: 30px;
}

.spusuLogo {
    height: 30px;
}

.privacy * {
	text-align: justify;

}

.activityOverviewEntry {
	min-height: 45px;
	/*display: flex;*/
    	flex-direction: row;
   	justify-content: space-between;
    	align-items: center;
}

.row {
	 flex-direction: row;
}

.pictogram {
	height: 20px;
    	width: 20px;
}

.pictrogramImg {

}

.max-auto {
    margin-left: auto;
    margin-right: auto;
}

.ma-16 {
    margin: 16px;
}

.max-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.max-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16{
	margin-bottom: 16px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.pa-8 {
    padding: 8px;
}

.pa-16 {
    padding: 16px;
}

.pax-16 {
	padding-left: 16px;
	padding-right: 16px;
}

@media(min-width: 850px) {
	#contentroot {
    		/*min-height: 750px;*/
		/*padding-bottom: */
	}

	.container {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.box {
		border: none;
    		margin: 16px;
    		box-shadow: 2px 2px 5px grey;
	}

    .mobileNoneFlex {
        display: flex;
    }
    .mobileNone {
        display: block;
    }

.noneApp{
}

    .columnLeft {
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%;
    }
    .columnRight {
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%;
    }
    .profile {
        flex-direction: column;
    }
}

@media(min-width: 1000px) {
    .whiteBackgroundBorder {
	padding:10px;
    }
    .footerContainer {
        flex-direction: row;
        justify-content: center;
        width: 900px;
    }
    .footerLinks {
        /* flex-direction: column; */
        margin-right: 50px;
    }
    .footerLogo {
        margin-left: 15px;
        margin-right: 15px;
    }
    .gvvSPOELogo {
        height: 70px;
    }
    .gvvOEVPLogo {
        height: 70px;
    }
    .spusuLogo {
        height: 70px;
    }
	.footer {
		/* height: 160px; */
	}

	body {
		/* padding-bottom: 160px; */
	}
}

.input-text, .input-select{
    background-color: #FFFFFF;
    border: 2px solid #E1E1E1;
    border-radius: 6px;
    box-sizing: border-box;
    height: 50px;
    margin: 20px 0;
    position: relative;
    border-color: #00605B;
}
.input-text_input, .input-select_select{
    background-color: #FFFFFF;
    border: none;
    box-sizing: border-box;
    color: #003532;
    /*font-family: 'Roboto';*/
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    padding: 9px;
    border-color: #00605B;
    width: 100%;
	height: 100%;
	z-index: -1;
	
}
.input-select_select{
    border-radius: 4px;
    height: 46px;
    margin: 0;
    border-color: #00605B;
}
.input-text_label, .input-select_label{
    background-color: #fff;
    border-radius: 7px;
    color: #00605B;
    font-size: 12px;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -8px;
    border-color: #00605B;
}

.input-date{
	display: flex;
	justify-content: space-between;
	border-color: #00605B;
}

.input-file{
	background-color: #FFFFFF;
    border: 2px solid #E1E1E1;
	border-radius: 6px;
    box-sizing: border-box;
}

.input-radio, .input-checkbox{
	display: flex;
	width: 100%;
	margin: 5px 0;
}

.input-radio_input, .input-checkbox_input{
	margin: auto 10px auto 0;
	min-width: 2em;
}

.input-radio_label, .input-checkbox_label{
	margin: auto 0;
}

.input-text.error, .input-select.error{
	border-color: red;
}
.input-text.error .input-text_label, .input-select.error .input-select_label, .input-radio.error .input-radio_label, .input-checkbox.error .input-checkbox_label, .error{
	color: red;
}

.input-text.success, .input-select.success{
	border-color: #95D600;
}

.input-text_input:disabled, .input-select_select:disabled{
	background: lightgrey;
	color:grey;
}

.input-text.error, .input-select.error{
	border-color: red;
}
.input-text.error .input-text_label, .input-select.error .input-select_label, .input-checkbox.error .input-checkbox_label{
	color: red;
}

.background{
    /*z-index: -1;*/
}

.background-div{
    /*background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);*/
    background-repeat: no-repeat;
    height: 550px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.background__img{
    position: absolute;
    left: 0;
    top: 0;
    width: 374px;
}

.background__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 374px;
}

.topnav-background{
	
}

.password-eye {
	font-size: 25px;
    	margin-right: 14px;	
	float: right;
	margin-top: -35px;
    	position: relative;
    	z-index: 2;
    	height: 30px;
    	width: 30px;
    	text-align: center;
}

.headerleft{
	width: 33%;
	height: 100%;
    	/* height: 50px; */
    	transform: skewX(-45deg);
    	margin-left: -25px;
}

.headerright{
	width: 33%;
	height: 100%;
    	/* height: 50px; */
    	transform: skewX(-45deg);
    	margin-right: -25px;
}

.spacer{
	width: 34%;
	min-width: 350px;
	display: flex;
}

.partnerAccountLogo
{
	height: 75px;
	width: 75px;
	border-radius: 5px;
}

.partnerAccountBox
{
	display: flex;
    	flex-direction: row;
	padding: 16px;
    	align-items: center;
    	margin-right: 0px;
    	margin-left: 0px;
    	width: 100%;
    	background-color: #FFFFFF;
    	border: 2px solid #E1E1E1;
    	border-radius: 6px;
    	box-sizing: border-box;
    	border-color: #00605B;
	margin-bottom: 15px;
}

.partnerAccountName
{
	margin-left: 15px;
	font-size: 24px;
	text-decoration: none;
}

.noShadowAndBackground
{
	background-color: transparent;
	box-shadow: none;	
}

.partnerAccountLinkIcon
{
	margin-left: auto;
}

.logoBoxLogo
{
    margin: auto;
    display: block;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pointer {
	cursor: pointer;
}


.badgeIcon {
        border-radius: 15%;
        border: 2px solid #00605b;
        min-height: 80px;
        min-width: 80px;
        max-height: 80px;
        max-width: 80px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: none;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 25% auto 0%;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	max-width: 500px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin: -14px -7px 0px 0px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.rankingRight{
	display: flex;
	flex-direction: row;
        padding: 8px;
	margin-left: auto;
	overflow: revert;
}
.rankingRight .rankingText{
	display: flex;
	align-items: center;
}
.weeklywinner{
	width:30px;
}
.weeklywinner.notcurrent{
	filter: invert(86%) sepia(0%) saturate(28%) hue-rotate(150deg) brightness(95%) contrast(84%); //grey
}
.weeklywinner.current{
	filter: invert(96%) sepia(24%) saturate(7456%) hue-rotate(315deg) brightness(100%) contrast(78%); //gold
}