/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
.absolute {
  position: absolute;
}
.wsVideoContainer {
  /*position: relative;*/
}
a:not(.collapsed) .an {
  display: none;
}
a.collapsed .an {
  display: inline;
}
a.collapsed .aus {
  display: none;
}
a.zentriert:not(.collapsed) .an {
  display: none;
}
a.zentriert:not(.collapsed) .aus {
  width: 100%;
  display: inline-block;
}
a.zentriert.collapsed .an {
  width: 100%;
  display: inline-block;
}
a.zentriert.collapsed .aus {
  display: none;
}
.blind {
  display: none;
}
/*.wsBlock{
	overflow: hidden;
}*/
img {
  max-width: 100%;
  height: auto;
}
a[data-toggle*=collapse] {
  cursor: pointer;
}
.wsEditHref {
  width: 100%;
}
.wsEditHref input[id*=yuiAcInput] {
  color: black!important;
  width: 100% !important;
}
.wsEditHref > tbody > tr > td:nth-child(1) {
  width: 70px;
}
.wsEditHref > tbody > tr > td:nth-child(2) > table {
  width: 100% !important;
}
.wsEditHref > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  width: 1px !important;
}
.wsEditHref > tbody > tr > td:nth-child(3),
.wsEditHref > tbody > tr > td:nth-child(4),
.wsEditHref > tbody > tr > td:nth-child(5) {
  width: 38px;
}
.LangDebug {
  color: black!important;
}
.LangDebug:before {
  position: fixed;
  top: 0px;
  left: 0;
  height: 25px;
  width: 100%;
  z-index: 1000;
  font-weight: bold;
  text-align: center;
}
.LangDebug.de:before {
  background-color: green;
  content: 'Deutsch - DE';
}
.LangDebug.en:before {
  background-color: red;
  content: 'Englisch - EN';
}
.wsBlocks-aktObj:before {
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
}
.wsBlocksYouTube {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.wsBlocksYouTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filetype-text {
  font-size: .7em;
  font-weight: 700;
  font-family: 'Oswald';
}
.wsTypTabs {
  margin-bottom: 25px;
}
.wsTypTabs div[role=tabpanel] .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.wsTypTabs div[role=tabpanel] .nav-tabs > li.active > a,
.wsTypTabs div[role=tabpanel] .nav-tabs > li.active > a:hover,
.wsTypTabs div[role=tabpanel] .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border-width: 1px 1px medium;
  border-bottom: 2px solid white;
}
.wsTypTabs div[role=tabpanel] .tab-content {
  border: none;
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs {
  border: none;
  padding-top: 0px;
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li {
  float: none;
  border-bottom: 1px solid #d9d9d9;
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li.active {
  background-color: rgba(155, 155, 155, 0.2);
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li.active > a,
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li.active > a:hover,
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li.active > a:focus {
  border: none;
}
.wsTypTabs div[role=tabpanel].tabs-left .nav-tabs > li:last-child {
  border-bottom: none;
}
.wsTypTabs div[role=tabpanel].tabs-left .tab-content {
  padding-left: 25px;
  padding-top: 0;
  background-color: rgba(155, 155, 155, 0.2);
  border-radius: 0;
  margin-bottom: 0;
}
.wsTypTabs div[role=tabpanel].tabs-left .tab-content .an,
.wsTypTabs div[role=tabpanel].tabs-left .tab-content .aus {
  display: none;
}
.wsTypAcco .panel-group {
  margin-bottom: 3px;
}
.wsTypAcco .panel {
  border: none;
  background-color: rgba(255, 255, 255, 0.75);
}
.wsTypAcco .panel-default > .panel-heading {
  color: #FFF;
  background-color: #fff;
  border-color: #fff;
}
.wsTypAcco .panel-title h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
.wsTypAcco .panel-title h4:hover {
  color: black;
}
.wsTypAcco .panel-title .collapsed .aus {
  display: none;
}
