/*** BASICS ***/
html {
      background: #f9f9f9;
  font-family: Avenir, 'Open Sans';
  font-family: futura-pt, sans-serif;
font-style: normal;
}
body {
	max-height: 100vh;
	overflow: hidden
}
.scroll-container {
    overflow: scroll;
    width: 100%;
    height: 70vh;
}
a {
    color: inherit;
    text-decoration: none;
}
h1 {
    color: #4c646b;
    margin-top: 60px;
}
h1 span {
    font-size: 60px;
    font-weight: 100;
    color: #ff9f67;
}
h2 {
	margin: 0;
	    font-size: 40px;
	    float: left;
}

/* grid */
.col-1, .col-2, .col-3, .col-4, .col-5, col-6, col-7 {
	float: left;
}
.col-1 {
	width: calc(100% / 12)
}
.col-2 {
	width: calc(100% / 6)
}
.col-3 {
	width: calc(100% / 4)
}
.col-4 {
	width: calc(100% / 3)
}
.col-5 {
	width: calc(100% / 12)
}
.col-6 {
	width: calc(100% / 2)
}


/* layout */
.card {
    min-width: 200px;
    margin: 10px;
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 30px -20px;
    transition: 200ms all ease-in-out;
    padding: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 auto;
}
.container {
		width: 80%;
		margin: auto;
		padding-bottom: 260px;
}
.web-box  {
			width: 80%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
}
.separator {
    height: 1px;
    width: 95%;
    margin: 10px auto;
    background: #eee;
}
.info {
    height: 220px;
    width: 80%;
    margin: 0 auto;
}
/* top */
.tageszeit {
  display: none;
}
.tageszeit.select {
   display: block;
}
.symbol {
    float: left;
    font-size: 150px;
    text-align: left;
    color: #ff9f67;
    margin-top: 30px;
}
div[id^="sh-"] {
    margin-left: 5px;
    color: #4c646b;
}
div[id^="sh-"].first {
    color: #ff9f67;
    font-weight: 900;
}
.wochentage {
    float: right;
    margin-top: 45px;
}

/*** CONTENT ***/
.tags {
    float: right;
    font-size: 12px;
    list-style: none;
    padding-right: 30px;
    height: 100%;
    display: flex;
}
.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.tags ul li {
    float: right;
    display: block;
    padding: 1px 4px;
    border: solid 1px;
    margin-left: 5px;
    cursor: pointer;
}
.tags ul li.aktiv { 
	color: #fff;
	background: #FF9F67;
}
.head {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: solid 8px #FF9F67;
    padding-left: 40px;
    margin-left: -40px;
    background: #4C646B;
    color: #ff9f67;
    padding-top: 4px;
    padding-bottom: 4px;
}
.card:hover {
    cursor: pointer;
    opacity: 0.8;
}
span.tag {
	    float: right;
    border: solid 1px;
    padding: 1px 4px;
    font-size: 12px;
}
span.titel {
    text-align: center;
    display: BLOCK;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}


.web-box.work.tools a.webmaster, .web-box.work.tools a.ressources {
		display: none;
}
.web-box.work.webmaster a.tools, .web-box.work.tools a.ressources {
		display: none;	
}
.web-box.work.ressources a.tools, .web-box.work.tools a.webmaster {
		display: none;	
}
span.tag.tools {
    color: #81A68A;
}
span.tag.webmaster {
color: #386D73;
}
span.tag.ressources {
color: #9FBF8F;
}