@CHARSET "UTF-8";

@font-face {
	font-family: 'Roboto Bold Condensed';
	src: url('../font/roboto-condensed/robotocondensed-bold-webfont.eot');
    src: url('../font/roboto-condensed/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-condensed/RobotoCondensed-Bold.ttf') format('truetype'),
         url('../font/roboto-condensed/robotocondensed-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../font/roboto-condensed-regular/RobotoCondensed-Regular-webfont.eot');
    src: url('../font/roboto-condensed-regular/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-condensed-regular/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../font/roboto-condensed-regular/RobotoCondensed-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

h2,h3 {
    font-family: 'Roboto Bold Condensed', Arial, sans-serif;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
}

a:HOVER {
	text-decoration: none;
	cursor: pointer;
}

a.button {
	font-family: 'Roboto Bold Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 11px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.3 );
	-webkit-box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0px 2px 4px 0px rgba( 0, 0, 0, 0.3 );
	margin: 0 0 1px 0;
}

.no-gutter-right {
	padding-right: 0;
}

.no-gutter-left {
	padding-left: 0;
}

.header-content {
	height: 85px;
	padding-top: 10px;
}

.header-line {
	width: 100%;
	background-color: #ccc;
	height: 2px;
}

.header-meta-nav ul li {
    display: inline-block;
}

.header-meta-nav ul li:not(:first-child) {
    display: inline-block;
    margin-left: 18px;
}

.header-meta-nav ul li a {
    color: #666;
    font-size: 12px;
}

.header-meta-nav ul li a:HOVER {
    color: #999;
}
.header-meta-nav ul li a:before {
    content: "";
    width: 4px;
    height: 7px;
    position: relative;
    top: -1px;
    background-image: url(../img/link-arrows.png);
    display: inline-block;
    margin-right: 5px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.logo-rsw {
	float: left;
	padding-top: 10px;
}

.logo-lsw {
}

.link-box {
	color: white;
	padding-bottom: 10px;
	text-align: left;
	background-repeat: no-repeat;
    background-position: top right;
}

.link-box.big-box {
	background-image: url(../img/highlight_164.png);
}

.link-box.small-box {
	background-image: url(../img/highlight_133.png);
}

.link-box-header {
	height: 70px;
    padding-left: 17px;
}

.small-box .link-box-header {
	height: 40px;
    padding-left: 17px;
}

.link-box-header h2,
.link-box-header h2 a{
	padding-top: 6px;
	color:	white;
    font-size: 18px;
    display: block;
}
.link-box-beck .link-box-header h2{
	padding-top: 11px;
}

.small-box .link-box-header h2{
	font-family: 'Roboto Bold Condensed', Arial, sans-serif;
	padding-top: 11px;
}

.small-box .link-box-community .link-box-header h2{
	padding-top: 0;
	margin-top: 0;
}

.link-box-content {
	padding-top: 20px;
	height: 325px;
    overflow: hidden;
    line-height: 18px;
    font-size: 16px;
}

.small-box .link-box-content {
    line-height: 18px;
    font-size: 14px;
}

.small-box .link-box-community .link-box-content {
	padding-top: 5px;
	height: 145px;
}

.link-box ul,
.footer-box ul,
.header-meta-nav ul {
	list-style-type: none;
	padding:0;
}

.link-box li {
}

.link-box ul a {
	color: white;
   	display: block;
   	padding: 7px 17px 7px 17px;
}
.link-box ul a span.link-description {
	font-size: 11px;
    margin-left: 10px;
}

.link-box ul a:before {
	content: "";
	width: 6px;
	height: 10px;
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../img/arrow_link.png);
	display: inline-block;
	margin-right: 5px;
}

.link-box ul a:hover {
	background-color: rgba(255,255,255,0.15);
}
.link-box ul a:active {
	background-color: rgba(255,255,255,0.25);
}

.link-box p {
	padding: 10px 17px 10px 17px;
	font-size: 12px;
	line-height: 18px;
}

.link-box-shop {
	background-color: #7c868d;
}

.link-box-beck-online{
	background-color: #bd2826;
}

.link-box-beck {
	background-color: #7F223E;
	background-image: url(../img/highlight_225.png);
}

.link-box-beck .link-box-content{
	height: 720px
}

.link-box-akademie {
	background-color: #333;
}

.link-box-stellenmarkt {
	background-color: #ec661c;
}

.link-box-aktuell {
	background-color: #de313b;
}

.link-box-aktuell .link-box-content{
	height: 140px
}

.icon-margin-right {
	margin-right: 10px;
}

.actions {
    padding: 0 17px;
    display: block;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}

.actions a.button.full{
    width: 100%;
}

.actions a.button.half{
    width: 48%;
}

.actions a.button.right{
    float: right;
}

.link-box-shop .actions a.button{
    background-color: #91999f; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(124,134,141) 0%, rgb(163,170,175) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(124,134,141) 0%, rgb(163,170,175) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(124,134,141) 0%, rgb(163,170,175) 100%);
}

.link-box-shop .actions a.button:hover{
    background-color: #9da4a9; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(139,148,155) 0%, rgb(177,184,189) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(139,148,155) 0%, rgb(177,184,189) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(139,148,155) 0%, rgb(177,184,189) 100%);
}

.link-box-beck-online .actions a.button{
    background-color: #bd2826;
    background-image: -moz-linear-gradient( 90deg, rgb(189,40,38) 0%, rgb(233,107,114) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(189,40,38) 0%, rgb(233,107,114) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(189,40,38) 0%, rgb(233,107,114) 100%);
}

.link-box-beck-online .actions a.button:hover{
   	background-color: #e7636a;
    background-image: -moz-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
}

.link-box-beck .actions a.button{
   	background-color: #943550; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(127,34,62) 0%, rgb(166,70,96) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(127,34,62) 0%, rgb(166,70,96) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(127,34,62) 0%, rgb(166,70,96) 100%);
 }

.link-box-beck .actions a.button:hover{
   	background-color: #a0405a; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(142,48,76) 0%, rgb(180,84,110) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(142,48,76) 0%, rgb(180,84,110) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(142,48,76) 0%, rgb(180,84,110) 100%);
 }

.link-box-akademie .actions a.button{
   	background-color: #4e4e4e; /* Old browsers */
  	background-image: -moz-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(110,110,110) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(110,110,110) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(51,51,51) 0%, rgb(110,110,110) 100%);
}

.link-box-akademie .actions a.button:hover{
   	background-color: #595959; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(120,120,120) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(120,120,120) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(120,120,120) 100%);
}

.link-box-stellenmarkt .actions a.button{
	background-color: #ef7c3d; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(236,102,28) 0%, rgb(242,146,94) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(236,102,28) 0%, rgb(242,146,94) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(236,102,28) 0%, rgb(242,146,94) 100%);
}

.link-box-stellenmarkt .actions a.button:hover{
	background-color: #f08a52; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(238,112,42) 0%, rgb(242,159,114) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,112,42) 0%, rgb(242,159,114) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,112,42) 0%, rgb(242,159,114) 100%);
}

.link-box-aktuell .actions a.button{
	background-color: #e54f57; /* Old browsers */
	background-image: -moz-linear-gradient( 90deg, rgb(224,47,56) 0%, rgb(233,107,114) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(224,47,56) 0%, rgb(233,107,114) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(224,47,56) 0%, rgb(233,107,114) 100%);
}

.link-box-aktuell .actions a.button:hover{
	background-color: #e7636a; /* Old browsers */
  	background-image: -moz-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(228,58,67) 0%, rgb(236,126,132) 100%);
}



.footer-box {
	background-color: #ececec;
	color: black;
}

.footer-box a{
	color: black;
}

.footer-box .footer-box-content {
	color: black;
	height: 115px;
}

.footer-box-header{
    padding-left: 17px;
	font-size: 14px;
	color: black;
}

.footer-box-header h2 {
	padding-top: 17px;
	font-size: 16px;
}

.footer-box-header h2 a {
	font-size:16px;
}

.footer-box-header h3{
	color: black;
	padding-top: 8px;
    font-size: 14px;
}

.footer-box-content ul a {
	padding-left: 17px;
	font-size: 12px;
	line-height: 24px;
}

.footer-box-content ul a:HOVER {
	color: #666;
}

.footer-box-content ul a:before{
	content: "";
    width: 4px;
    height: 7px;
    position: relative;
    top: -1px;
    left: 0;
    background-image: url(../img/link-arrows.png);
    background-position: 0 -7px;
    display: inline-block;
    margin-right: 5px;
}

.arrow-down {
	position: relative;
	top: 7px;
	margin: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
	float: right;
}

.arrow-up {
	position: relative;
	margin: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #ffffff transparent;
	float: right;
}

.big-box .arrow-down {
    top: 20px;
}

.small-box .arrow-down {
}

.imprint {
    font-size: 11px;
    line-height: 19px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.imprint a{
    color: #848484;
}
.imprint a:HOVER{
    color: #999;
}

.imprint a img{
    padding-bottom: 5px;
}

@media (max-width : 1200px) {
	.link-box-content {
	    height: 155px;
	}
	
	.link-box-beck .link-box-content {
    	height: 530px;
	}
	
	.small-box .link-box-content {
	    height: 305px;
	}
	
	.link-box-aktuell .link-box-content {
    	height: 145px;
	}
	.small-box .link-box-community .link-box-content {
		height: 120px;
	}
}

@media (max-width : 991px) {
	
	.link-box-header h2, .link-box-header h2 a {
		display: inherit;
		width: 90%;
	}
	
	.link-box-shop,
	.link-box-beck-online{
		height:78px;
	}
	
	.link-box-beck{
		height:75px;
	}
	
	.link-box.small-box,
	.link-box-aktuell{
		height:50px;
	}
	
	.box-footer {
		height:130px;
	}
	
	.link-box .actions {
		display: none;
	}
	
	.link-box-content,
	.link-box-beck .link-box-content {
		display: none;
		height: 125px;
	}
	
	.link-box-akademie .link-box-content {
		height: 270px;
	
	}
	
	.link-box-community .link-box-header {
		display: none;
	
	}
	
	.no-gutter-right {
		padding-right: 15px;
	}
	.no-gutter-left {
		padding-left: 15px;
	}
}