/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* STYLES FUER DAS CMS UM Bootrstrap fehler zu beheben*/

/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel { text-align: left; width: auto; }

.dnnLabel + span { white-space: normal; }
/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after { -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */ -moz-box-sizing: content-box !important; /* Firefox, other Gecko */ box-sizing: content-box !important; /* Opera/IE 8+ */ }

/* fix for DNN dropdown lists being cut off*/
.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a { height: 35px !important; }

/* fix for coloring on DNN Check boxes */
.dnnCheckbox .mark { background: none; }

/* EIGENE SYTLS */
.xmod-grid .row-fluid [class*="span"] {margin-left: 0;}

.footer_mid, .footer_mid A, .footer_mid A:link, .footer_mid A:active, .footer_mid A:visited, .footer_mid A:hover, .footer_mid .CommandButton, .footer_mid A.CommandButton:link, .footer_mid A.CommandButton:visited, .footer_mid A.CommandButton:active, .footer_mid A.CommandButton:hover, .footer_mid .categories li a:hover, .footer_mid h3, .footer_mid h2, .footer_mid hr {
    color: #ffffff !important;
}

.vertical-align {
    display: table-cell;
	vertical-align: middle;
}

.pane_layout {
    min-height: 30px !important;
}
.video_box { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

    .video_box iframe,
    .video_box object,
    .video_box embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .hersteller-img { max-height:160px; max-width:240px;}
  
  .box-start { min-height:540px;}
  .box-start-header {min-height:30px;}
  .box-start-img {min-height:220px;}
  .box-start-content {min-height:230px;}
  .box-start-hr {min-height:30px;}
  
  .box-medien-header {min-height: 90px;}
  .box-medien-img {min-height: 330px;}
  .box-medien-content {min-height:90px;}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .hersteller-img { max-height:160px; max-width:240px;}
  .box-start { min-height:540px;}
  .box-start-header {min-height:30px;}
  .box-start-img {min-height:220px;}
  .box-start-content {min-height:290px;}
  .box-start-hr {min-height:30px;}
  
  .box-medien-header {min-height: 90px;}
  .box-medien-img {min-height: 330px;}
  .box-medien-content {min-height:90px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.hersteller-img { max-height:140px; max-width:200px;}
  .box-start { min-height:500px;}
  .box-start-header {min-height:30px;}
  .box-start-img {min-height:150px;}
  .box-start-content {min-height:410px;}
  .box-start-hr {min-height:30px;}
  
  .box-medien-header {min-height: 90px;}
  .box-medien-img {min-height: 300px;}
  .box-medien-content {min-height:90px;}
  
  #top_menu ul li {
    margin-right: 10px !important;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.hersteller-img { max-height:140px; max-width:200px;}
  .box-start { min-height:290px;}
  .box-start-header {min-height:30px;}
  .box-start-img {min-height:300px;}
  .box-start-content {min-height:80px;}
  .box-start-hr {min-height:10px;}

  .box-medien-header {min-height: 20px;}
  .box-medien-img {min-height: 150px;}
  .box-medien-content {min-height:90px;}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.hersteller-img { max-height:160px; max-width:240px;}
  .box-start {min-height:100px; }
  .box-start-header {min-height:10px;}
  .box-start-img {min-height:50px;}
  .box-start-content {min-height:50px;}
  .box-start-hr {min-height:10px;}
  
  .box-medien-header {min-height: 20px;}
  .box-medien-img {min-height: 100px;}
  .box-medien-content {min-height:90px;}
}










