﻿/*
* 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_2.css");
@import url("./font-awesome.min.css");
/*
* Anpassung für den Rebrush
*******************************************************************************/

@media screen {

}

@media all {

/*
* Columns
*******************************************************************************/
.left {
	background: white url("../images/logo/logo_rebrush.png") no-repeat right top;
}
.center {
	background: white url("../images/visual/bg.png") no-repeat right top;

}
.right {
	background: url("../images/visual/ankuendigung2.png") no-repeat left top;
}
.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;
}

/*
* Social Media Icons
*******************************************************************************/
.social-bar {
	
	height:25px;
	width:100%;

}

.social-bar span {

	vertical-align: middle;
}
.social-bar .fa {
	font-size: 24px;
	vertical-align: middle;
}

.social-bar .fa-twitter-square {
color:#4099FF;
}

.social-bar .fa-xing-square {
color:#026466;
}

.social-bar .fa-linkedin-square {
color:#2867B2;
}