/* Generic Styles */

body {
	background: #ece9e6;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 768px) {
	.githubRibbon {
		display: none;
	}
}

ul, ol {
	padding-left: 16px;
}

.row li {
	margin-bottom: 10px;
}

.panel-title a {
	display: block;
}

.panel-title a:after {
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin-top: 4px;
	margin-right: 4px;
	vertical-align: middle;
	border-top: 6px solid transparent;
	border-right: 6px solid #7c7f87;
	border-bottom: 6px solid transparent;
}

.panel-title a[aria-expanded="true"] {
	font-weight: bold;
}

.panel-title a[aria-expanded="true"]:after {
	display: none;
}

.panel-title a[aria-expanded="true"]:before {
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin-top: 8px;
	vertical-align: middle;
	border-top: 6px solid #2F323A;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.teaserButtons {
	margin-top: 20px;
}

#featureLists {
	padding-top: 40px;
}

#featureLists ul {
	padding: 0px;
	margin-top: 6px;
	list-style: none;
}

#featureLists ul > ul {
	padding-left: 30px;
	margin-top: 0px;
}

#featureLists li {
	background: #d4d7d9;
	padding: 4px 6px;
	margin-bottom: 3px;
}

#featureLists ul > ul li {
	padding: 2px 6px;
}

#featureLists h4 {
	line-height: 24px;
}

#featureLists #featureDetails a {
	text-decoration: underline;
	color: #000;
}

#featureLists a[aria-expanded]:focus {
	outline: none;
}

#featureLists a[aria-expanded="true"] {
	background-color: #2F323A;
	color: #fff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#featureLists a[aria-expanded="true"]:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

#featureLists a[aria-expanded].collapsed:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 11px;
	vertical-align: middle;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
}

#featureDetails {
	padding: 10px;
	border: 3px solid #2F323A;
}

#logo {
  float: right;
  width: 220px;
  margin: -20px 0 0px 30px;
}

@media (max-width: 1200px) {
	#logo {
		width: 200px;
	}
}

@media (max-width: 992px) {
	#logo {
		margin-top: 0px;
		width: 200px;
	}
}

@media (max-width: 530px) {
	#logo {
		margin-top: 0px;
		margin-bottom: 10px;
		width: 140px;
	}
}

@media (max-width: 480px) {
	#logo {
		margin-top: -6px;
		margin-bottom: 0px;
		width: 140px;
	}
}

.logoHeadline {
	padding-left: 60px;
	background-image: url("../images/open-hypervideo-symbol.png");
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: 2px 0px;
}

.teaserBackground {
	box-shadow: 0 0 1px 1px #94979f inset;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQImWO4f//+f3TMcP/+/f8M6IAyQQB6jiB98TkSjQAAAABJRU5ErkJggg==") repeat scroll -1px -1px;
	margin-top: 50px;
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #d7cfc3;
}

.invertedBackground {
	/*
	box-shadow: 0 0 3px 2px #adb0b8 inset;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGUlEQVQImWO4f//+f3TMcP/+/f8M6IAyQQB6jiB98TkSjQAAAABJRU5ErkJggg==") repeat scroll -1px -1px;
	*/
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 60px;
	background: #2F323A;
	color: #ccccd5;
}

img.full-width {
	width: 100%;
}

@media (max-width: 992px) {
	img.full-width {
		margin-bottom: 26px;
	}
}

.featureCircle {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}

.featureCircle .featureContent {
	position: absolute;
	border-radius: 50%;
	border: 0px solid #2F323A;
    height: 90%;
    width: 90%;
    padding: 5%;
    margin-top: 5%;
    margin-left: 5%;
}

#tutorials .featureCircle .featureContent {
	box-sizing: border-box;
	border: 4px solid #9FA3AB;
	text-decoration: none;
	color: #2F323A;
}

#tutorials .featureCircle .featureContent:hover {
	border-color: #2F323A;
}

#tutorials .featureCircle.active .featureContent {
	border-color: #2F323A;
	pointer-events: none;
	cursor: default;
}

.featureCircle .featureContent .featureContentTable {
	display: table;
    height: 100%;
    width: 100%;
}

.featureCircle .featureContent .featureContentTable .featureContentCell {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

@media (max-width: 430px) {
  .featureCircle .featureContent .featureContentTable .featureContentCell {
    font-size: 10px;
  }
}