/**
 * content-blau: #0076bd
 * hintergrund: #ffd095
 **/

body {
    background-color: #fff;
    color: #555;
}

.com_users .main > .container {
	margin-top: 50px;
	max-width: 300px;
}

.com_users .main > .container input {
	display: block;
	width: 100%;
}
.com_users .main > .container button, .com_users .main > .container .well {
	border-radius: 0;
}
.com_users .main > .container img {
	width: 90%;
	margin: 0 auto;
}
.com_users .main > .container .container {
	width: 100%;
}


.container {
    max-width: 970px;
}

nav.navbar-default {
    background-color: #fff;
    min-height: 105px;
	border-bottom: 0;
}

nav.navbar-default .container {
    padding-top: 12px;
}

nav.navbar-default .navbar-brand > img {
	height: 75px;
}

nav.navbar-default .search-li {
	margin-top: 10px;
}

nav.navbar-default .search-li label span {
	color: #0076bd;
	cursor:pointer;
}

nav.navbar-default .search-li .animated-input {
	width: 0px;
	opacity: 0;
	margin-left: 5px;
	transition: width .25s, opacity .25s;
}
nav.navbar-default .search-li .animated-input:focus {
	width: 150px;
	opacity: 1;
}

nav.navbar-default .navbar-collapse {
    border: none;
}

.home-btn {
    margin-top: 44px !important;
	position:relative;
}
.home-btn > #login-form {
	position:absolute;
	top: -35px;
	right: 0;
}

.home-btn a {
	color:#337ab7 !important;
}

a {
    text-decoration: none !important;
}

.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

/*.main .container {
    background-color: #fff;
}*/

.item-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.item-row .item-content-wrap .page-header {
    margin: 0;
    border-bottom: none;
}

.item-row .item-content-wrap .page-header h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.readmore {
    font-weight: 600;
    margin-top: 30px;
}

.readmore .glyphicon-play {
    font-size: 10px;
    top: -1px;
}

.blog hr {
    border-color: #aaa;
}

.item-content {
    line-height: 1.3;
}


/*.main.bg_startpage
{
    background: url(../images/background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main.bg_container
{
    background: url(../images/background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.main.bg_logistics {
    background: url(../images/background3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main.bg_startpage .container {
    background: none;
}

.main.bg_startpage .startdiv {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    /* temp
    min-height: 400px; */
}

.main.bg_startpage .item-title,
.main.bg_startpage h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 40px;
    text-align: center;
}

.main.bg_startpage h3 {
    margin-top: 5px;
}

.startdiv .row {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.centeredtextbox {
    display: table;
    min-height: 98px;
}

#pg-icons {
	display: none;}
	
.com_phocagallery div[style="text-align:right;color:#ccc;display:block"] {
	display: none !important;}



/*.artBox
{
    margin-top: 15px;
}
.artTitle
{
    font-family: 'Arial Black', sans-serif;
    background-color: #fff;
    color: #000;
    min-height: 225px;
}
.artTitle h2
{
    font-size: 20px
}
.artTitle h1
{
    font-size: 22px;
    margin-top: 10px;
}
.artTitle .page-header
{
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px;
    position: relative;
    color: #0076bd;
    background-color: #fff;
}
.artTitleBorder
{
    background-color: #0076bd;
    width: 90%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.artImage
{
    min-height: 330px;
    background-color: #fff;
    padding: 0px;
}
.artVideo
{
    min-height: 330px;
    background-color: #fff;
    padding: 0px;
}
.artText, .artBlog
{
    min-height: 125px;
    background-color: #fff;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.artText p
{
    margin: 0px;
}
.artBlog h2 { margin-top: 5px; padding-bottom: 15px; border-bottom: 1px solid #ccc;}
.artBlog h2 small {font-size: 14px;}
.artBlog .item { margin-bottom: 40px;}
.artContentBox
{
    padding-left: 0px;
}*/

.content-category h1 {
    color: #fff;
}

.content-category .category.table {
    background-color: #e8e8e8;
}

.content-category #categorylist_header_date {
    width: 220px;
}


/**
 * Bootstrap Overrides
 */
 
 .nav-pills {
	 margin-left:15px;
	 }

.nav-pills>li>a {
    padding: 2px 10px 5px 0px;
}

.mainmenu>li>a,
.mainmenu>li>a,
.nav-pills>li.current>a {
    font-weight: bold;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    background-color: transparent;
    color: #000;
}

.nav.menu.nav-pills.mainmenu {
    margin-top: 59px;
	float:left;
}

.nav-pills.footermenu>li.active>a,
.nav-pills.footermenu>li.active>a:hover,
.nav-pills.footermenu>li.active>a:focus,
.nav-pills.footermenu>li>a:hover,
.nav-pills.footermenu>li>a:focus {
    color: #fff !important;
}


/**
 * Mid Size
 */

@media (max-width: 960px) and (min-width: 768px) {
    .artTitle h1 {
        font-size: 16px;
    }
    .artTitle h2 {
        font-size: 14px;
    }
}


/**
 * Small Size
 */

@media (max-width: 767px) {
    .artTitleBorder {
        display: none;
    }
    .artTitle {
        min-height: 110px;
        padding-bottom: 10px;
    }
    .artImage {
        background-color: transparent;
    }
    .artContentBox {
        padding-left: 15px;
    }
    /* Bootstrap Overrides */
    /***********************/
    ul.nav.menu.mobilenavi {
        margin-top: 5px;
    }
    ul.nav.menu.mobilenavi>li {
        margin-bottom: -1px;
        border: 1px solid #ddd;
        background: #fafafa;
    }
    ul.nav.menu.mobilenavi>li:first-child {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    ul.nav.menu.mobilenavi>li:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    ul.nav.menu.mobilenavi>li.current>a {
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
        border: 1px solid #2e6da4;
        color: #fff;
        background-color: #337ab7;
    }
    ul.nav.menu.mobilenavi>li>a {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }
    ul.nav.menu.mobilenavi>li>a:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    ul.nav.menu.mobilenavi>li:first-child>a {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    ul.nav.menu.mobilenavi>li:last-child>a {
        border-bottom: none;
        margin-bottom: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /* Mobile Navigation Children */
    ul.mobilenavi>li>ul.nav-child {
        list-style: none;
        padding-left: 0px;
    }
    ul.mobilenavi>li>ul.nav-child>li {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    ul.mobilenavi>li>ul.nav-child>li:first-child {
        margin-top: -1px;
    }
    ul.mobilenavi>li>ul.nav-child>li:last-child {
        margin-bottom: 15px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }
    ul.mobilenavi>li>ul.nav-child>li.current {
        background-color: #337ab7;
        border-color: #2e6da4;
    }
    ul.mobilenavi>li>ul.nav-child>li.current>a {
        color: #fff;
    }
    ul.mobilenavi>li>ul.nav-child>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    ul.mobilenavi>li>ul.nav-child>li>a:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    ul.mobilenavi>li>ul.nav-child>li>a:hover,
    ul.mobilenavi>li>ul.nav-child>li>a:focus {
        text-decoration: none;
    }
}


/*News*/

.list-title:active {
    background-color: #fff;
}

.newsflash-wrapper {
    height: 500px;
    overflow: hidden;
    background-color: #ccc;
}

.newsflash-wrapper > .row {
    position: relative;
    height: 100%;
}

.newsflash-wrapper .newsflash-content {
    height: 167px;
    background-color: #ccc;
    padding: 30px 25px;
}

.newsflash-wrapper .newsflash-content.active {
    background-color: #337ab7;
    color: #fff;
    position: relative;
}

.newsflash-wrapper .newsflash-content.active:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    vertical-align: middle;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -26px;
    border-right-color: #337ab7;
}

.newsflash-wrapper .newsflash-content .inner-content {
    height: 100%;
    overflow: hidden;
}

.newsflash-wrapper .newsflash-content .inner-content h4 {
    margin-top: 0;
    text-transform: uppercase;
	font-weight: 400;
}

.newsflash-wrapper .newsflash-content .inner-content h4 a {
	color: #555;
}
.newsflash-wrapper .newsflash-content.active .inner-content h4 a {
	color: #fff;
}

.newsflash-wrapper .newsflash-image-wrapper, .newsflash-wrapper .newsflash-content-wrapper {
    position: relative;
    height: 100%;
    padding: 0;
}

.newsflash-wrapper .newsflash-image-wrapper .newsflash-image {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 1s;
}
.newsflash-wrapper .newsflash-image-wrapper .newsflash-image.active {
    opacity: 1;   
}


/*###########*/


/*Pagination*/

div.pagination {
    margin: 0px auto 20px;
    text-align: center !important;
    display: block;
}

div.pagination .counter {
    display: none;
}
