.navbar {
    border-radius: 0px;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 1px solid transparent;
}

#wwmenu {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
        z-index: 1000;
background-color: #d4e9f3;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 4px;
	border-radius: 1px;
background-color: #102243;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
background-color: #ffffff !important;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
margin-left: 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #fff;
}


.navbar-toggle {
	position: relative;
	float: left;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #102243;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

#page-wrap {
	background: #d4e9f3;
	padding: 0px 0px !important;
}


@media (max-width: 767px) {

#wwmenu {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 100%;
        z-index: 1000;
background-color: transparent;
}

#wwmenu .nav-pills > li {
	float: none;
}
#wwmenu .navbar-collapse {
	background: rgba(16,34,67,0.9);
}

#wwmenu .nav > li > a:hover, #wwmenu.nav > li > a:focus, #wwmenu.nav > li > a:active {
	text-decoration: none;
	background-color: #fff;
}

#wwmenu .nav > li > a, #wwmenu.nav > li > a {
	text-decoration: none;
	background-color: #fff;
background-color: #d4e9f3;
}

#wwmenu .nav-pills > li > a {
	border-radius: 0px;
	margin: 8px;
	padding: 8px;
}

#wwmenu .nav-pills > li + li {
	margin-left: 0px;
}
#wwmenu .navbar-collapse.in {
	overflow-y: visible;
}
}

/*
=================================================================================================================================
startpage
=================================================================================================================================
*/

.startpagepoints h1 {
	color: #e20020;
	font-size: 22px;
	font-weight: 600;
}

.startpagetop .aktion1 h1, .startpagetop .aktion2 h1 {
	border: 1px solid #fff;
	padding: 26px 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.startpagetop .aktion {margin-bottom: 60px;}
.startpagetop .aktion1 h3 {text-align: center; font-weight: 700; color: #fff;}

.startpagetop .aktion1 h1 a {color: #fff; text-decoration: none;}

.startpagetop .aktion2 {background: #fff;}

.startpagetop .aktion2 h1 a {color: #102243; text-decoration: none;}

.startpagepoints .img-thumbnail {
	padding: 13px;
}

/*
=================================================================================================================================
news
=================================================================================================================================
*/

.newsov {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #ccc;
}

.newsdetail {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #ccc;
}

#startnews {background: url(../pic/page-background.png); padding-top: 20px; padding-bottom: 40px;}

.newspic_ov {
    height: 220px;
    width: 100%;
}

.newssection {background: #f2f0f0; padding-bottom: 10px; padding-top: 10px;}

.newssearch {margin-bottom: 10px;}

.newssearch label {font-weight: 300; font-size: 12px; text-transform: uppercase;}

.newsleadstart {
    height: 125px;
    overflow: hidden;
    margin-bottom: 25px;
}

/*

.newsstart {padding-top: 60px;}
*/

.newsstartpic {
    width: 50%;
    float: left;
    margin-right: 10px;
    height: 200px;
border: 1px solid #ccc;
}

.newspagepic {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.newsstart h4 {
    height: 80px;
    overflow: hidden;
}

.newspage .calendar, .newsstart .calendar, .newspage .globe, .newsstart .globe, .newspage .folder, .newsstart .folder {font-size: 10px;}
.newspage .globe a {color: #777;}
.newspage .globe a:hover {color: #D7091D;}

.newspage h4 {
    height: 80px;
    overflow: hidden;
}

.newsov .newsinfo {height: 60px; line-height: 16px;}

@media (max-width: 480px) {
.newsstartpic {
    width: 100%;
    float: none;
    margin-right: 0px;
}
.newspagepic {
    width: 100%;
    float: none;
    margin-right: 0px;
}
}

/*
=================================================================================================================================
marketplace
=================================================================================================================================
*/

.mbtop {
    background: #f4f4f4;
    padding: 3px;
    margin-bottom: 15px;
}


/*
=================================================================================================================================
userprofile
=================================================================================================================================
*/

.userprofilecat .nav > li > a {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    color: #343434;

    text-align: left;
    font-weight: 500;
}

.userprofilecat .nav > li > a:hover {
    background-color: #e60005;
    color: #fff;
}


.userprofiledatapanel .panel-body {height: 350px;}


/*
=================================================================================================================================
download
=================================================================================================================================
*/
.downloadfolder {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    color: #343434;
    text-align: left;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 2px #ccc;
}

.downloadfolder a {color: #343434;}

.downloadfolder:hover {
    background-color: #e60005;
}

.downloadfolder:hover a {
    color: #fff;
} 

.download-title {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    color: #343434;
    text-align: left;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 2px #ccc;
}


/*
=================================================================================================================================
km
=================================================================================================================================
*/

.km-login {width: 300px; margin-bottom: 25px;}

.km-userlogedin {margin-bottom: 5px; text-align: right;}

.km-menu {}
.km-menu ul > li a {background: #eee; color: #343434;}
.km-menu .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.km-menu .nav > li > a:hover, .km-menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #e60005;
    color: #fff;
}

.km-navpath .breadcrumb a {font-size: 14px; font-weight: 700;}

.km-folders .list-group-item:hover {background: #e60005;}
.km-folders .list-group-item a {color: #343434;}
.km-folders .list-group-item:hover a, .km-folders .list-group-item:focus a {color: #fff;}
.km-folders .km-folder {background: #f5f5f5;}
.km-folders .km-folderdoc_active_now {background: #fff;}

.km-doc-search {
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px 0px;
}

.km-date-search .year {width: 80px;}
.km-date-search .month, .km-date-search .day {width: 60px;}

.km-table > thead > tr > th, .km-table > tbody > tr > th, .km-table > tfoot > tr > th, .km-table > thead > tr > td, .km-table > tbody > tr > td, .km-table > tfoot > tr > td {
    padding: 4px;
}

.km-table > thead > tr > th, .km-table > tbody > tr > th, .km-table > tfoot > tr > th {font-weight: 400;}
.km-table .small {font-size: 12px;}

.km-comment-data {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    color: #343434;
    text-align: left;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 2px #ccc;
}

.km-comment .btn {margin-bottom: 10px;}

.km-content-entry-ov {max-height: 120px; overflow: hidden;}
.km-content-entry-ovdata {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px 0px;
}

/*
=================================================================================================================================
course
=================================================================================================================================
*/

.courseicon {
    border: 1px solid rgb(40, 41, 46);
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    background: rgb(40, 41, 46) none repeat scroll 0% 0%;
    color: #fff;
    font-size: 24px;
transition: all ease-in .4s;
-webkit-transition: all ease-in .4s;
-moz-transition: all ease-in .4s;
}
.courseicon:hover {border: 1px solid rgb(215, 9, 29); background: rgb(215, 9, 29) none repeat scroll 0% 0%;color: #fff;}

/*
=================================================================================================================================
sitemap
=================================================================================================================================
*/

.sitemap li  {list-style: outside none none; width: 300px;}
.sitemap li a {
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    margin: 10px;
    padding: 3px;
    display: block;
    background: #F5F5F5;
    color: #33343b;
    text-transform: none;
    font-weight: 500;
}
.sitemap ul > li a{border: 1px solid #666; border-radius: 3px; margin: 3px; padding: 3px; background: #ccc; color: #343434; text-transform: none; font-weight: 100;}
.sitemap ul > li > ul > li a {border: 1px solid #ccc; border-radius: 3px; margin: 3px; padding: 3px; background: #efefef; color: #343434;}
.sitemap ul > li > ul > li > ul > li a {border: 1px solid #ccc; border-radius: 3px; margin: 3px; padding: 3px; background: #fff; color: #343434;}
.sitemap i {margin: 4px 8px 4px 4px;}
.sitemap em {margin: 4px 8px 4px 4px;}

/* #####################################################################################################
Gallery Multi Start
##################################################################################################### */

.hide {display: none;}

.Gallery {
 float: left;
 padding-right: 0.4em;
}

.Gallery img {
box-shadow: 0 1px 3px black;
max-width:100%; max-height:100%;
border: 1px solid #efefef;
border-radius: 6px;
margin: 10px;
}

.Gallery img:hover {
box-shadow: 0 2px 3px black;
max-width:100%; max-height:100%;
border: 1px solid #efefef;
border-radius: 6px;
margin: 10px;
}

.Gallery p {
font-size: 0.9em;
word-wrap: break-word;    
}

.GalleryBack {
/*float: right;*/
font-size: 0.7em;
}

/* #####################################################################################################
BRK StaRK
##################################################################################################### */

#StaRK {
	background: url(../pic/stark_lines.png);
/*
	border-top: 6px solid #e30613;
*/
}
.logo1 {float: left; margin-left: 20px;}
.logo2 {float: right;}
.lines {background: url(../pic/stark_lines.png); background-repeat: repeat-x;}

@media (min-width: 200px) and (max-width: 555px) {
.logo1 {width: 50%; margin-left: 0px;}
.logo2 {width: 50%;}
.lines {background: url(../pic/stark_lines_resp.png); background-repeat: repeat-x;}
}

/* #####################################################################################################
aktion
##################################################################################################### */


.aktion .img-thumbnail {
	padding: 3px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-top: 49px;
	/* margin-bottom: 20px; */
        min-width: 210px;
}

.aktion img {margin-bottom: 7px; margin-top: 7px; max-height: 41px;}

.aktion .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0px;
	background-color: #102243;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	color: #fff;
	font-size: 22px;
}
