﻿/*
* http://www.iab.de/css/drei_style_1.css
* Usage: Stylesheet for all devices - 3 columns, color style 1
*
* Copyright (C)2007 Institut fuer Arbeitsmarkt- und Berufsforschung
*
* Last modification: 2007-05-11 15:00
*******************************************************************************/

@import url("./base_2.css");
@import url("./accessibility.css");
@import url("./navigation_2.css");
@import url("./content.css");
@import url("./font-awesome.min.css");

/*
* Anpassung für den Rebrush
*******************************************************************************/

@media screen {

}

@media all {

/*
* Columns
*******************************************************************************/
.center {
	width: 77.57%;
}
.boxInner {
  
	background: white;
}
.content {
	background: #FFFFFF;
}

/*
* remove download button from chrome video tag
*******************************************************************************/


video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}



/*
* Special colored elements
*******************************************************************************/
ul li {
	background: url("../images/bullet/bullet_10_1.gif") no-repeat 0em 0.45em;
}
ul li ul li {
	background: url("../images/bullet/bullet_10_1.gif") no-repeat 0em 0.45em;
}
legend {
	color: #666699;
}
.left ul .selected {
/*	background-color: #ECEAF4; */
}
.left .active {
	background-color: #B5AED6;
}
.left a.selected, .left a.active {
    font-weight: bold;
	line-height: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
		background-color: #F7F7F7;
}

.rightContent {
	position: relative;
}


@media only screen and (max-width: 991px) {
	.center {
		float: none;
		width: 100%;
	}
}

