

/* ---------------------------
FONT 
--------------------------- */

@font-face {
	font-family: "circ-book";
	src: url('../fonts/CircularStd-Book.eot'); /*IE9*/
	src: url('../fonts/CircularStd-Book.eot#iefix') format('eot'), /*KIE5-8*/
		 url('../fonts/CircularStd-Book.woff') format('woff'),
		 url('../fonts/CircularStd-Book.ttf') format('truetype'),
		 url('../fonts/CircularStd-Book.svg#svgFN') format('svg');
	font-weight: 400;
	}

@font-face {
	font-family: "circ-medium";
	src: url('../fonts/CircularStd-Book.eot'); /*IE9*/
	src: url('../fonts/CircularStd-Book.eot#iefix') format('eot'), /*KIE5-8*/
		 url('../fonts/CircularStd-Book.woff') format('woff'),
		 url('../fonts/CircularStd-Book.ttf') format('truetype'),
		 url('../fonts/CircularStd-Book.svg#svgFN') format('svg');
	font-weight: 600;
	}

@font-face {
	font-family: "circ-bold";
	src: url('../fonts/CircularStd-Bold.eot'); /*IE9*/
	src: url('../fonts/CircularStd-Bold.eot#iefix') format('eot'), /*KIE5-8*/
		 url('../fonts/CircularStd-Bold.woff') format('woff'),
		 url('../fonts/CircularStd-Bold.ttf') format('truetype'),
		 url('../fonts/CircularStd-Bold.svg#svgFN') format('svg');
	font-weight: 700;
	}

@font-face {
	font-family: "replica";
	src: url('../fonts/ReplicaMonoStd.eot'); /*IE9*/
	src: url('../fonts/ReplicaMonoStd.eot#iefix') format('eot'), /*KIE5-8*/
		 url('../fonts/ReplicaMonoStd.woff') format('woff'),
		 url('../fonts/ReplicaMonoStd.ttf') format('truetype'),
		 url('../fonts/ReplicaMonoStdd.svg#svgFN') format('svg');
	font-weight: 400;
	}


/* ---------------------------
TYPOGRAFIE 
--------------------------- */

body {
	background-color: #1f1f1f;
	color: #fff;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "circ-medium", Arial, sans-serif;
	}

h2 {
  	font-size: 2.8rem;
  	line-height: 1.2;
	}

h3 {
	font-size: 1rem;
	color: #a1c0ff;
}

a {
	color: #00f;
	}

a:hover, a:focus {
	color: inherit;
	}

mark {
  	//background: #ff0;
  	background: #ff0036;
  	//color: #1f1f1f; 
  	color: #fff;
  	}

pre, code {
  	font-family: "replica", monospace;
 	color: #4b4b4b;
 	border: none;
 	background-color: #e5e5e5;
	}

pre {
	border-radius: 3px;
	padding: 0.3rem;
	margin-bottom: 1.5rem;
	}

.code {
  	font-family: "replica", monospace;
	}

small {
  	font-size: 60%;
  	color: #666666;
  	}

footer h1 {
	font-size: 16px;
	margin-bottom: 0.3rem;
	line-height: 1.2rem;
	}

footer small {
	display: block;
	line-height: 1rem;
	}

ul, ol {
	margin-left: 0;
	}

ol {
	list-style-type: decimal;
}

ul li {
	list-style-type: none;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	}

ol li {
	margin-left: 3.5rem;
	}

ul li:before {
	display:block;
	content:"—";
	margin-right:0.5rem;
	}

article {
	margin: 1rem 0;
	}

strong {
  font-family: "circ-bold";
  }
 
img, a img {
 	max-width: 100%;
 }
 
.img-orig {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.img-100 {
	width: 100%;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.text-dark {
	color:#1f1f1f;
	}

.text-light {
	color:#fff;
	}

.highlight-primary {
	color: #00f;
}

.highlight-secondary {
	color: #ff0036;
}

.zwiti {
	margin-bottom: 0.5rem;
}

.gray {
	color: #a2a2a2;
}

.center {
	text-align: center !important;
}

.tag-html5 {
	background-color: rgba(0, 0, 255, 0.2);
	border-radius: 3px;
	font-size: 50%;
	color: #00f;
	padding: 3px 5px;
	vertical-align: 4px;
	border-left: 5px solid rgba(0, 0, 255, 0.5);
}

.list-index {
	font-size: 2rem;
	font-family: "circ-bold", Arial, sans-serif;
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
}

.list-index li {
	//border-bottom: 2px solid #fff;
	//padding-bottom: 1.5rem;
}

.list-index li a {
	color: #fff;
}

.list-index li a:hover {
	color: #ff0036;
}

.list-index-start {
	border-top: 2px solid #fff;
	padding-top: 1.5rem;
}

.list-index li::before {
	content: none;
}

.temp {
	opacity: 0.2;
}

.left {
	text-align: left;
}

.div-beispiel {
	background-color: yellow;
	width: 200px;
	height: 200px;
	margin: 40px;
	padding: 20px;
	color: #000;
}

.span-beispiel {
	background-color: yellow;
	margin-left: 40px;
	margin-right: 40px;
	color: #000;
}

.li-beispiel li:before, .li-beispiel-2 li:before, .li-beispiel-3 li:before {
	content: none;
	margin: 0;
}

.li-beispiel li {
	display: inline-block;
	background-color: yellow;
	margin: 10px;
	padding: 10px;
	width: 200px;
	color: #000;
}

.li-beispiel-2 li {
	display: inline-block;
	text-align: center;
}

.li-beispiel-2 li a {
	display: block;
	background-color: yellow;
	padding:25px 0;
	width: 150px;
	color: #000;
}

.li-beispiel-2 li a:hover {
	background-color: #ffea00;
}

.li-beispiel-3 li {
	display: inline;
	background-color: yellow;
	color: #000;
}


/* ---------------------------
LAYOUT 
--------------------------- */

.bg-dark {
	background-color:#1f1f1f;
	color: #fff;
	}

.bg-black {
	background-color:#181818;
	color: #fff;
	}

.bg-light {
	background-color:#fff;
	color: #1f1f1f;
	}

.bg-gray {
	background-color:#f9f9f9;
	color: #1f1f1f;
	}

.bg-primary, .callout.primary {
	background-color:#00f;
	//border: 1px solid yellow;
	}

.bg-secondary, .callout.secondary {
	background-color:#ff0036;
	}

.callout.primary, .callout.secondary {
	padding: 1.8rem 0;
	}

.callout.primary a, .callout.secondary a {
	color: #fff;
	}

.callout.primary a:hover, .callout.primary a:focus, .callout.secondary a:hover, .callout.secondary a:focus {
	border-bottom: inherit;
	}

.callout {
  border: none;
  color: #fff;
  background-color: #1f1f1f;
  margin-bottom: 0;
  }
 
 .callout h4 {
 	color: #fff;
 	margin-bottom: 0;
 }
 
 .topic-sign {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
	}

.sign {
 	width: 0;
  	height: 0;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #00f;
  	position: absolute;
  	margin-left: -10px;
	}

.top-bar-fixed {
	padding-top:41px;
	}

.nav-mobile-wrapper {
    display: flex;
    justify-content: space-between;
}

.ihv-first {
	margin-top: 1rem;
}

.ihv-second {
	margin-bottom: 1rem;
}

.ihv h3 {
	text-align: left;
	font-family: "circ-bold", Arial, sans-serif;
	margin-bottom: 0;
	font-size: 2rem;
}

.ihv h3, .ihv a {
	color: #1f1f1f;
}

.ihv a:hover, .ihv a:focus {
	border-bottom: 0;
	color: #ff0036;
}

iframe {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

cite {
	font-size: 2rem;
}


/* ---------------------------
SPECIAL 
--------------------------- */

.primary-gradient {
    background: #00f;
    background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */
}


/* ---------------------------
NAVIGATION 
--------------------------- */

.top-bar {
	position: fixed;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	padding: 0;
}

.top-bar, .top-bar ul {
	background-color: inherit;
}

.menu {
 	margin: 0;
  	list-style-type: none;
	background-color: inherit;
	font-size: 1rem;
	padding: 0.8rem 0;
	}

.menu > li {
    color: #fff;
    padding: 0 0.9375rem 0 0.9375rem;
    }

.menu > li::before {
	display: none;
	}

[data-whatinput='mouse'] .menu > li {
    outline: 0;
    }
    
.menu > li > a {
    display: block;
    line-height: 1;
    color: #fff;
    padding: 0;
    }

.menu > li > a:hover, .menu > li > a:focus, .menu-link:hover, .menu-link:focus {
    text-decoration: none;
    border-bottom: none;
    color: #ff0036;
    }

#topic-01:link,
.nav-item-highlight:link,
.nav-item-highlight:visited,
.nav-item-highlight:hover,
.nav-item-highlight:visited:hover {
    color: #ff0036;
}

.menu-text {
	width: 100%;
	display: inline-block;
}

.menu-text::before {
	display: none;
	}

.menu-text-index {
	line-height: 1;
}

.menu-link {
	line-height: 1;
	cursor:pointer;
	display: inline-block;
	width: 100%;
}

.menu-link:before {
	content:"Close ";
	}

.nav-mobile-items {
	position:absolute;
	width:100%;
	padding-top:56px;
	padding-bottom: 14px;
	height: auto;
	z-index: 100;
	background-color: red;
	}

.nav-mobile-items > li {

}

.nav-mobile-items > li:before {
	display: none;
}

.nav-mobile-item {
	display:block;
	}

.nav-desktop, .nav-mobile-item:first-child {
	display:none;
	}

.nav-mobile-is-open .nav-mobile-items { 
	top:0;
	bottom:auto;
	z-index:1;
	}


/* ---------------------------
MEDIA QUERIES 
--------------------------- */

@media screen and (min-width: 40em) {
	.ihv-first, .ihv-second {
		margin: 1rem 0;
	}
	h4 {
		font-size: 1.3rem;
		}
	.list-index {
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
	}
	.center {
		text-align: left;
	}
}


@media screen and (min-width: 64em) {
	h2 {
    	font-size: 7rem;
		}
  	h3, p, ul {
    	font-size: 2.5rem; 
    	}
    h3 {
    	text-align: center;
    	margin-bottom: 3rem;
    	}
    p {
    	text-align: center;
    	margin-bottom: 3rem;
    	}
    li {
    	margin-bottom: 1.5rem;
    }
    article {
    	padding: 4rem 0;
    	}
    .callout.primary, .callout.secondary {
    	padding: 3rem 0 3.5rem 0;
    	}
    .menu > li {
    	padding: 0 0.9375rem;
    }
	li.menu-text, .nav-mobile {
		display: none;
		}
	.nav-desktop {
		display: inherit;
	}
	.menu-text, .menu-link {
		width: 100%;
		display: inline-block;
	}
	footer small {
		line-height: 1.5rem;
	}
	.ihv-first, .ihv-second {
		margin: 3rem 0;
	}
	.ihv h3 {
		font-size: 3rem;
	}
	pre {
		border-radius: 3px;
		padding: 0.5rem;
	}
	
	code {
		font-size: 1.5rem;
	}
	.zwiti, ol {
	  font-size: 1.4rem;
	  text-align: left; 
	  margin: 0 0 0.7rem 0;
	}
}
