:root {
	--var: ;
}

/** Material Icon Font **/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
   /* url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIcons-Regular.woff) format('woff'),
    url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIcons-Regular.ttf) format('truetype);
    url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIconsOutlined-Regular.otf) format('truetype');
	*/
    url(https://bilder.teejit.de/fonts/material-design-icons/font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
body {
	margin:0px;
	font-family: Open Sans;
}
main {
	margin:135px 0px 85px 0px;
	flex-direction:column;
}
main, section, div, nav {
	display:flex;
}
main > section, main > section > div {
	flex-direction:column;
}

/** flex options **/

.flex-row {
	display:flex;
	flex-direction:row;
}
.flex-column {
	display:flex;
	flex-direction:column;
}
.jc-center {
	justify-content:center;
}



/** header **/
header {
	position: fixed;
	top:0;
	border-bottom:1px solid #e4e4e4;
	display:flex;
	flex:1;
	flex-direction:column;
	width:100%;
}
header > div {
	display:flex;
	flex:1;
	flex-direction:row;
    justify-content: space-between;
}
header > div#header-website {
	padding:12px;
	background:white;
}
.header-logo {
	height:40px;
	width:200px;
	display:flex
}
.header-logo-img {
	max-width:100%;
}



/** Header Navigation main **/
#main-navigation ul {
	margin:0px;
	padding:0px;
	display:flex;
	align-items: center;
}
#main-navigation li {
	list-style: none;	
}
ul.main-navigation li a {
	padding:12px 24px
}
ul.main-navigation li a:hover {
	background:#e4e4e4}

/** Header App Navigation **/
#header-app {
}
.header-app-navigation {
	padding:12px 24px;
	flex:1;
	background:#e4e4e4;
}
.header-app-nav-el {
	display:flex;
	background-color:#b20e10;
	color:#fff}
.header-app-nav-el {
	display:flex;
	margin:0px 12px;
	text-decoration:none;
}
.header-app-nav-el div {
	padding:12px;
	flex:1;
}
/** page elemente **/
a.teejit-a-button { 
	display:flex;
	margin:12px;
	
}
div.teejit-a-button { 
	display:flex;
	text-decoration:none;
	padding:12px;
	background-color:#b20e10;
	color:#fff}
.teejit-a-link {
	
}
.full-width {
	margin:20px;
	justify-content: center;
}
.mw80 {
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.mh20 {
	margin-top:20px;
	margin-bottom:20px;
}


/** Login Form **/

form#login-form, form#register-form  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:350px;
  margin:40px auto;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

#login-form > div, #register-form > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width:100%;
}

#login-form label, #register-form label {
  font-size: 16px;
  margin-bottom: 5px;
  display:flex;
  align-items: center;
}
#login-form label span, #register-form label span {
	padding-left:12px;
}

#login-form input, #register-form input,
#login-form select, #register-form select {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

#login-form input[type="checkbox"], #register-form input[type="checkbox"] {
    height: 25px;
    width: 25px;
}
#login-form input[type="submit"], #register-form input[type="submit"] {
	background-color:#b20e10;
	color:#fff  cursor: pointer;
}




/** box **/
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-xs > a{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex: 1;
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	min-width:250px;
}
.box, .box-row {
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

/** category **/
.category.box {
	min-height: 250px;
	background: rgba(255,255,255, 0.95);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2), 0px 1px 4px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    position: relative;
	flex:1;
}
.category-title {
    display: flex;
    margin: 0px;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.category-titel h4 {
    color: white !important;
    font-size: 24px !important;
    margin: 0px !important;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
    flex: 1 0;
    width: auto;
}
.category-infos {
    padding: 2% 10px 5px 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0px;
    flex-flow: wrap;
}
.category-infos > div {
    display: flex;
    align-items: center;
}
.category-infos span, .category-infos span {
    font-size: 14px;
    padding: 0px 18px 0px 5px;
    color: white;
}
.category-img { 
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
	display:flex;
}




/** Footer **/
.footer-backwards-links {
	
}
.footer-backwards-link {
	
}