
/*-----------------------------------------------------------------------------------------------------
	00 BODY / STRUCTURE
-----------------------------------------------------------------------------------------------------*/

body {
	background: #fef9f2;
	font-size: 16px;
	line-height: 22px;
	font-family: BundesSansRegular; 
	text-rendering: optimizeLegibility;
	color: #333333;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, 
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.frame { margin: 0px; }

aside .frame {
    margin-bottom: 26px;
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}

aside .frame:first-of-type {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

aside#sidebar {
    float: right;
	padding-top: 25px;
}

aside#sidebar p {
    margin-bottom: 0;
}

aside .frame:last-of-type {
    border: 0;
}

#c37 a.btn-default {
    margin-top: 15px;
}

@media (min-width: 1050px) {

.container {
    width: 1044px;
	padding: 0 10px;
}

}

.slick-container {
    background: url(../images/loading.gif) no-repeat center center;
}

.slick-slider {
	background-color: #fef9f2;
}


/*-----------------------------------------------------------------------------------------------------
	LAYOUTS
-----------------------------------------------------------------------------------------------------*/

.layout-pagets__default_clean .body-bg, .layout-pagets__default_2_columns .body-bg {
	padding-top: 150px;
}

.layout-pagets__default_clean .breadcrumb-section .container {
	width: 1044px;
}

aside#sidebar.subcontent-wrap {
    padding-top: 10px;
}

/*-----------------------------------------------------------------------------------------------------
	TEXT STYLES
-----------------------------------------------------------------------------------------------------*/

* { outline: none !important; }

sub {
    bottom: 0;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #868686;
}

#content p {
    margin: 0 0 20px;
}

b, strong {
	font-family: BundesSansBold;
	font-weight: inherit;
}

a {
	color: #d00d00;
}

a:hover { 
	color: #820901;
	text-decoration: none;
	outline: none !important;
}

a:focus { 
	color: #820901;
	text-decoration: none;
}

h1, h2 {
	font-family: BundesSansRegular;
	color: #820901;
	text-transform: uppercase;
}

h1 {
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.layout-pagets__special_feature h1 {
	margin-top: 15px;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 25px;
}

.layout-pagets__special_feature h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}

h3, h3 a {
	font-family: BundesSansBold; 
	color: #820901;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	margin-bottom: 5px !important;
}

.news-list-item .lead p {
    margin-bottom: 0 !important;
}

#welcome-message {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #000000;
    padding: 0 8% 15px;
    margin-bottom: 6px;
}

#welcome-message p {
    margin-bottom: 10px;
}

.caption {
    padding: 5px 0 0 0;
    color: #838383;
    font-size: 12px;
}

.pswp__caption__title {
    text-align: center;
}

.lead {
    font-size: inherit;
}

a.btn-default, a.btn-back, .social a, a.btn-registration, a.btn-listview {
	background-color: transparent;
    border: 1px solid rgb(242,133,2);
    color: rgb(242,133,2);
    position: relative;
    height: 33px;
    display: inline-block;
    padding: 4px 10px 8px 10px;
	transition: all ease-in-out .15s;
	border-radius: 0;
	font-size: inherit;
	border-radius: 5px;
}

a.btn-default:hover, a.btn-back:hover, .social a:hover, a.btn-registration:hover, a.btn-listview:hover {
	background: rgb(242,133,2);
	color: #ffffff;
	border: 1px solid rgb(242,133,2);
}

a.btn-default:focus, a.btn-back:focus, .social a:focus, a.btn-registration:focus, a.btn-listview:focus {
	background: rgb(242,133,2) !important;
	border-color: rgb(242,133,2) !important;
	box-shadow: none !important;
	background: rgb(242,133,2);
	color: #ffffff;
	border: 1px solid rgb(242,133,2);
}

.btn-primary {
    color: #0da8ca;
    border: 0;
    padding: 0 0 0 20px;
	margin-bottom: 5px;
    background: url(../images/button-download.png) no-repeat left center transparent;
}

.btn-primary:hover, .btn-primary:focus {
    color: #820901 !important;
    background: url(../images/button-download.png) no-repeat left center transparent !important;
	box-shadow: none !important;
}

a.btn-back:before, a.btn-listview:before {
    background: url(../images/button-back.png) no-repeat;
    display: block;
    width: 33px;
    height: 33px;
    content: '';
    position: relative;
    top: -5px;
    left: -10px;
    float: left;
	border-radius: 5px 0 0 5px;
}

a.btn.btn-registration {
    display: inline-block;
    margin: 20px 0;
	margin-bottom: 60px;
}


a.btn-registration:before {
    background: url(../images/button-registration.png) no-repeat;
    display: block;
    width: 33px;
    height: 33px;
    content: '';
    position: relative;
    top: -5px;
    left: -10px;
    float: left;
    border-radius: 5px 0 0 5px;
}

.backlink {
    margin-bottom: 60px;
}

#sb-search {
    position: absolute;
    right: 0;
    top: 47px;
	right: 6px;
}



input#kesearch_submit {
    border: 0;
    background: url(../images/button-search.png) no-repeat center center;
    text-indent: -999px;
    height: 30px;
    width: 30px;
}

input#kesearch_submit:hover {
    border: 0;
    background: url(../images/button-search-hover.png) no-repeat;
}

form#indexedsearch a {
    display: none;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 27px;
	height: 25px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 25px;
	margin: 0;
	z-index: 10;
	padding: 0px 25px 0 10px;
	font-family: inherit;
	font-size: 16px;
	color: #333333;
	display: none;
}

input[type="search"].sb-search-input { -webkit-appearance: none; -webkit-border-radius: 0px; }

.sb-icon-search,
.sb-search-submit  {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background: url(../images/button-search.png) no-repeat center center;
	z-index: 90;
}

.sb-search.sb-search-open #indexedsearchbox {
    width: 200px;
    height: 30px;
    background: #fff;
}

.sb-search.sb-search-open .sb-icon-search {
	background: url(../images/button-search-hover.png) no-repeat center center;
}

.sb-icon-search:before { content: ""; }
.sb-search.sb-search-open, .no-js .sb-search { width: 200px; }
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search { color: #fff; z-index: 11; }
.sb-search.sb-search-open .sb-icon-search:before { color: #333333; }
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; }

.sb-search-input::-webkit-input-placeholder { color: #fff; }
.sb-search-input:-moz-placeholder { color: #fff; }
.sb-search-input::-moz-placeholder { color: #fff; }
.sb-search-input:-ms-input-placeholder { color: #fff; }

.sb-search.sb-search-open .sb-search-input::-webkit-input-placeholder { color: #333333; }
.sb-search.sb-search-open .sb-search-input:-moz-placeholder { color: #333333; }
.sb-search.sb-search-open .sb-search-input::-moz-placeholder { color: #333333; }
.sb-search.sb-search-open .sb-search-input:-ms-input-placeholder { color: #333333; }

.sb-search.sb-search-open .sb-search-input { display: block; }


#kesearch_submit {
    position: absolute;
    top: -3px !important;
    left: 270px !important;
}

.kesearch_searchbox {
	display: none;
}

.tx-kesearch-pi1 .messsage {
    display: none;
}

span.result-number, span.teaser_icon {
    display: none;
}

.result-list-item.result-list-item-type-page, .result-list-item.result-list-item-type-sfeventmgt,
.result-list-item.result-list-item-type-news {
    background: #ffffff;
    padding: 20px !important;
    margin-bottom: 10px !important;
}

#kesearch_pagebrowser_bottom .pages_total {
    border-top: 0 !important;
}

#kesearch_pagebrowser_top, #kesearch_pagebrowser_bottom {
    font-size: 16px !important;
    color: #333333 !important;
}

#kesearch_results .result-list-item .result-teaser {
    color: #333 !important;
}

.tx-kesearch-pi1 {
    font-family: BundesSansRegular !important;
    font-size: 16px !important;
}


#kesearch_results .result-list-item .result-title {
    font-family: BundesSansBold;
}

.tx-kesearch-pi1 a.next {
    background: url(../images/button-arrow-next.png) no-repeat 13px 7px !important;
    text-indent: -99999px;
}

.tx-kesearch-pi1 a.prev {
    background: url(../images/button-arrow-prev.png) no-repeat 3px 7px !important;
    text-indent: -99999px;
}

.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline-block !important;
    margin: 0;
    height: 25px;
    width: 25px;
}

.kesearch_pagebrowser ul li a {
    background: #6589ab !important;
    color: #ffffff !important;
    display: block !important;
    padding: 2px 0 1px 0 !important;
    text-align: center;
}

#kesearch_pagebrowser_top a.current, #kesearch_pagebrowser_bottom a.current {
    font-weight: 300 !important;
    color: #ffffff  !important;
    text-decoration: none;
    background-color: #820901 !important;
}

#kesearch_pagebrowser_top .pages_total, #kesearch_pagebrowser_bottom .pages_total {
    padding: 8px 0;
    background: transparent !important;
    margin-bottom: 15px;
}

#kesearch_num_results {
    color: #333333 !important;
    max-width: 150px;
    float: left;
    margin-bottom: 10px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #8636ad !important;
    font-weight: inherit !important;
    font-family: BundesSansBold !important;
}

/*-----------------------------------------------------------------------------------------------------
	FONTS
-----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'BundesSansRegular';
	src: 	url('../fonts/BundesSansWeb-Regular.eot');
	src: 	url('../fonts/BundesSansWeb-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/BundesSansWeb-Regular.woff') format('woff'),
			url('../fonts/BundesSansWeb-Regular.ttf') format('truetype');
}
 
@font-face {
	font-family: 'BundesSansBold';
	src: 	url('../fonts/BundesSansWeb-Bold.eot');
	src: 	url('../fonts/BundesSansWeb-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/BundesSansWeb-Bold.woff') format('woff'),
			url('../fonts/BundesSansWeb-Bold.ttf') format('truetype');
}
  
 

/*-----------------------------------------------------------------------------------------------------
	HEADER
-----------------------------------------------------------------------------------------------------*/

header {
	background: url(../images/background-header.png) no-repeat top center;
	position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 100;
}

header .container {
	position: relative;
}

.social-buttons {
    position: absolute;
    right: 10px;
	top: 5px;
}

.social-buttons ul {
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}

.social-buttons ul li:nth-child(4) {
	display: none;
}

.social-buttons ul li {
	float: left;
	margin-left: 7px;
	opacity: 0.8;
}

.social-buttons ul li:hover {
	opacity: 1;
}

.social-buttons ul li:last-child {
	margin-right: 0;
}

.social-buttons span {
    display: block;
    float: left;
    margin-right: 0px;
	position: relative;
    top: 3px;
}

.social-buttons span a {
    display: block;
    float: left;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    line-height: 8px;
    padding: 4px 8px;
}

.social-buttons span a:hover {
	background: #fff;
	border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	color: #4ca0c0;
}


.navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

a.navbar-brand.navbar-brand-image {
    position: relative;
    top: 0px;
	left: -31px;
}

.navbar-header-main .navbar-brand:hover {
    opacity: 1;
}

ul.nav.navbar-nav.navbar-main {
    position: relative;
    top: 44px;
    left: -10px;
}

.navbar-nav>li {
    margin-right: 45px;
}

.navbar-nav>li:last-child {
    margin: 0;
}

.navbar-main > li > a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: uppercase;
	font-size: 20px;
	padding: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
	background: #ffffff;
	color: #820901;
}

.navbar-main > li > a .bar {
	display: none;
}

.dropdown:hover .dropdown-menu-parent {
    display: block;
}

.dropdown-child:hover .dropdown-menu-child {
    display: block;
}

li.dropdown>ul.dropdown-menu:hover > .navbar-nav>li.dropdown { background: #fff; }

.dropdown-menu {
    max-width: 220px;
	min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 6px rgba(0,0,0,.175);
}

.dropdown-menu-child {
	min-width: 230px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 0px 10px;
    clear: both;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #333;
    white-space: inherit;
	position: relative;
}

li.dropdown-child {
    position: relative;
}

.dropdown-menu>li.dropdown-child:hover .dropdown-menu-child {
    display: block;
    position: absolute;
    left: 100%;
    top: -7px;
	    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}


/*
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #820901;
}*/

.dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #820901;
}

.caret {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 14px;
    width: 9px;
    background: url(../images/menu-arrow.png) no-repeat;
}

ul.nav li ul li.active .caret {
    background: url(../images/menu-arrow-hover.png) no-repeat;
}

.dropdown-menu>li>a:hover>.caret {
	background: url(../images/menu-arrow-hover.png) no-repeat;
}

.nav p {
    margin: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: transparent;
    font-family: BundesSansBold;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #820901;
    outline: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #820901;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.clickedmenu>a, .navbar-default .navbar-nav>.clickedmenu>a:focus, .navbar-default .navbar-nav>.clickedmenu>a:hover {
    color: #820901;
    background-color: #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #820901;
    border-color: #ffffff;
}

.dropdown-child.open a {
	color: #ffffff;
}

.dropdown-child.open .dropdown-menu-child a {
	color: #333333;
}

.dropdown-child.open .dropdown-menu-child a:hover {
	color: #ffffff !important; 
}

.dropdown-child .caret {
	background: url(../images/menu-arrow.png) no-repeat;
}

.dropdown-child.open .caret {
	background: url(../images/menu-arrow-hover.png) no-repeat;
}

ul.dropdown-menu-child li.active a p { 
	color: #ffffff !important;
}

a.dropdown-toggle {
    padding: 0 !important;
}




ul.dropdown-menu.dropdown-menu-parent>li>a>p {
color: #333333 !important;
}
ul.dropdown-menu.dropdown-menu-parent>li.open>a>p, ul.dropdown-menu.dropdown-menu-parent>li.active>a>p {
color: #ffffff !important;
}
ul.dropdown-menu.dropdown-menu-parent>li.active.dropdown-child>a>p {
color: #ffffff !important;
}


/*-----------------------------------------------------------------------------------------------------
	HOME SLIDER
-----------------------------------------------------------------------------------------------------*/

.tx-ws-flexslider {
    overflow: hidden;
    width: 100%;
	padding-top: 69px;
	height: 600px;
	background: url(../images/loading.gif) no-repeat center center;
}

.tx-ws-flexslider li {
    margin-right: 10px;
    position: relative;
    left: 0px;
}


.flex-viewport {
    overflow: visible !important;
    max-width: 1024px;
    width: 1024px;
    margin: 0 auto;
}


.flexslider .slides > li {
    width: 1024px;
    height: 500px;
}

.slidercontent.wsflexslider-style1 {
    position: relative;
}

.caption-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.tx-ws-flexslider .caption-align-left .caption-text {
    left: 0;
}

.tx-ws-flexslider .caption-text {
    position: absolute;
    width: 100%;
    top: 393px;
    height: 107px;
	opacity: 0;
	transition: all ease-in-out .3s;
	border-radius: 0 0 10px 10px;
}

.tx-ws-flexslider .flex-active-slide .caption-text {
	opacity: 1;
}

.flex-control-nav {
	display: none;
}

.flexslider {
    margin: 0 0 60px;
    background: #fef9f2;
    border: 0;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
	height: 500px;
}

ul.slides li, .clone, .cloneright {
	opacity: .5;
	transition: all ease-in-out .3s;
}

.flex-active-slide {
	opacity: 1 !important;
}


.caption-text {
    background: url(../images/background-slider.png) repeat-y !important;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 15%;
}

.clone {
    margin-left: -1033px;
}

.caption-title {
	font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
	font-family: BundesSansBold; 
	letter-spacing: 0;
	margin-bottom: 5px;
	font-weight: 300 !important;
}

.caption-body {
	font-size: 18px;
    line-height: 24px;
	padding: 0 10%;
}

.flexslider .slides img { border-radius: 10px; }


.flexslider { 
  opacity: 0;
  
  animation-name: slider;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;  
  animation-direction: normal;
  animation-delay: 2s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  
  -webkit-animation-name: slider;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;  
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 2s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  
  -moz-animation-name: slider;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;  
  -moz-animation-direction: normal;
  -moz-animation-delay: 2s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
}

@keyframes slider { 0%   { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes slider { 0%   { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes slider { 0%   { opacity: 0; } 100% { opacity: 1; } }

.flex-direction-nav {
    position: relative;
    top: -285px;
    display: block;
    height: 85px;
    width: 1024px;
    margin: 0 auto;
}


.flex-next:before {
	background: url(../images/slide-next.png) no-repeat;
}

.flex-prev:before {
	background: url(../images/slide-prev.png) no-repeat;
}

.flex-next:before, .flex-prev:before {
	width: 67px;
	height: 85px;
    font-family: none;
    font-size: 0;
    line-height: 1;
    color: #000;
    opacity: .75;
	content: '';
	display: block;
}

.slick-slider .slick-next {
    right: 5%;
}

.slick-slider .slick-prev {
    left: 5%;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    right: 0;
    text-align: right;
    opacity: .5;
    height: 85px;
    width: 76px;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 10;
    font-size: 1px;
    color: transparent;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.flex-direction-nav a.flex-next:before {
    content: '';
}

.flex-direction-nav a:before {
    font-family: none;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '';
}

.flex-direction-nav .flex-disabled {
    opacity: .5!important;
    filter: alpha(opacity=50);
    cursor: pointer;
}


.flexslider:hover .flex-prev {
    opacity: 1;
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}

ul.flex-direction-nav li {
    width: 76px;
    height: 85px;
    position: absolute;
    margin: 0;
}

li.flex-nav-next {
    right: -75px;
    left: inherit;
}

li.flex-nav-prev {
    left: -85px;
}

.flexslider:hover .flex-disabled {
	opacity: 1 !important;
}

.tx-ws-flexslider .caption-link {
    position: relative;
    bottom: 0;
    left: 0 !important;
    z-index: 100000;
}

.caption-link a {
    background: transparent;
    display: block;
    height: 500px;
    width: 1024px;
    position: absolute;
    top: 0;
}

p.caption-title {
    margin-bottom: 5px !Important;
}

/*-----------------------------------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------------------------------*/

main {
    margin-bottom: 60px;
}

.layout-pagets__special_feature .body-bg {
    padding-top: 150px;
}

.breadcrumb-section .breadcrumb {
    padding: 0;
}

.breadcrumb-section {
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 0;
}

.layout-pagets__special_feature .breadcrumb-section .container {
	width: 676px;
}

ol.breadcrumb {
    margin: 0 auto;
    color: #858585;
    font-size: 12px;
    background: transparent;
}

ol.breadcrumb p {
    display: inline-block;
}

.breadcrumb>li>a {
	color: #858585;
}

.breadcrumb>li {
    display: block !important;
    float: left;
	line-height: 6px;
}

.breadcrumb>li+li:before {
    padding: 0 0 0 5px;
    color: #858585;
    content: "/\00a0";
}

.layout-pagets__special_feature #content .container {
    max-width: 676px;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail .caption {
    padding: 5px 0 0 0;
    color: #838383;
    font-size: 12px;
}

.article h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------------------------
	MEMBER AREA
-----------------------------------------------------------------------------------------------------*/

#content label {
    /*position: absolute;*/
    left: 8px;
    top: 7px;
    font-weight: 300;
    cursor: text;
	color: #727272;
}

#content input[type="text"], #content input[type="password"] {
    background-color: #ffffff !important;
    border: 1px solid #abc4d6;
    padding: 6px 8px 7px 10px;
    width: 325px;
}

.tx-felogin-pi1 form div {
    position: relative;
	margin-bottom: 15px;
}

.tx-felogin-pi1 form legend {
	display: none;
}

.tx-felogin-pi1 > div:first-of-type {
    margin-bottom: 25px;
}

.tx-felogin-pi1 input[type="submit"] {
    background: #820901;
    border: 0;
    color: #ffffff;
    padding: 6px 15px 5px 15px;
}


.alert {
    display: none;
}

.ameos_file_manager table {
    border-spacing: 0px;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 16px;
    border-collapse: inherit;
    width: 100%;
}

.ameos_file_manager table th {
    background: #820901 none repeat scroll 0% 0%;
    color: #FFF;
    height: auto;
    line-height: inherit;
    white-space: pre;
    border-bottom: 5px solid #f0f5f8;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    padding: 7px 0;
}

.ameos_file_manager table td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 2px solid #f0f5f8;
}

.ameos_file_manager table td {
    text-align: left;
    padding: 7px 0px;
    border-bottom: 2px solid #f0f5f8;
}

.ameos_file_manager table th:nth-child(2), .ameos_file_manager table tr td:nth-child(2) {
    width: 53%;
}

.ameos_file_manager table th:nth-child(3), .ameos_file_manager table tr td:nth-child(3) {
    max-width: 75px;
	width: 17%;
}

.ameos_file_manager table th:nth-child(4), .ameos_file_manager table tr td:nth-child(4) {
    max-width: 50px;
	width: 12%;
}

.ameos_file_manager table td:last-of-type, .ameos_file_manager table th:last-of-type {
    max-width: 45px;
	width: 12%;
}

.icone {
    /*max-width: 20px;*/
    text-align: center;
	padding-left: 10px !important;
	width: 6%;
}

.ameos_file_manager img.icone_file_manager {
    max-height: 20px;
	position: relative;
	top: -2px;
}


/*-----------------------------------------------------------------------------------------------------
	GALLERY
-----------------------------------------------------------------------------------------------------*/

.ovb-item {
    background: #ffffff;
    max-height: 164px;
    overflow: hidden;
}

.ovb-item:after {
	display: table;
	content: '';
	clear: both;
}

.ovb-image {
    float: left;
    width: 36.7%;
}

.ovb-body {
    width: 63.3%;
    padding: 10px 15px 13px 20px;
    float: left;
    background: #ffffff;
    min-height: 164px;
    position: relative;
}

.ovb-title h3 {
    color: #333333;
    margin-top: 0;
    margin-bottom: 6px;
}

.ovb-teaser p {
    margin: 0;
}

.ovb-link {
    position: absolute;
    bottom: 13px;
    width: calc(100% - 20px);
}


/*-----------------------------------------------------------------------------------------------------
	GALLERY
-----------------------------------------------------------------------------------------------------*/

.tx-yag-breadcrumbcomtainer {
    border-top: 0;
    border-bottom: 0;
    margin: 3px 0 7px 0;
    padding: 5px 0 5px 0;
}

.theme-bdi ul {
	margin: 0;
	padding: 0;
}

.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
    margin-bottom: 20px;
    width: 33.333333%;
}

.yag-item-thumb-outerframe {
    margin: 0 20px 20px 0;
}

.tx-yag-gallery-thumb-innerframe, .tx-yag-album-thumb-innerframe {
    float: none;
}

.tx-yag-gallery-galleryinfo, .tx-yag-album-albuminfo {
    margin-left: 0;
}

.tx-yag-items li:nth-child(3n) {
    margin-right: 0;
}

.tx-yag-gallery-albumdescription {
    display: none;
}

.tx-yag-album-albuminfo {
    padding: 7px 10px;
}

.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
    margin: 0 20px 20px 0;
    width: 205px;
	background: #ffffff;
}

.tx-yag-items .tx-yag-thumb-outerframe:nth-child(3n) {
	margin: 0 0 20px 0;
}

.tx-yag-album-itemcount { display: none; }

.tx-yag-pi1.theme-w20 ul {
    padding: 0 !important;
}

.tx-yag-lightbox-leftcolumn p {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1270px) and (min-width: 1051px) {
	.yag-item-thumb-outerframe { width: inherit; }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f49106;
    border-color: #f49106;
}

.pagination>li>a, .pagination>li>span {
    color: #f49106;
}

/*-----------------------------------------------------------------------------------------------------
	PARTNER STARTSEITE
-----------------------------------------------------------------------------------------------------*/

section.partner .owl-controls.clickable {
    display: none !important;
}

section.partner .owl-wrapper {
    width: 100% !important;
    transform: inherit !important;
}

section.partner .owl-item {
    margin-bottom: 20px;
    width: 261px !important;
    padding: 0 10px;
    left: -10px;
    position: relative;
}

section.partner .owl-image {
    height: 120px;
    overflow: hidden;
	position: relative;
}

section.partner .owl-image img {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-bottom: -50%;
	-webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

/*-----------------------------------------------------------------------------------------------------
	PARTNER DETAILSEITE
-----------------------------------------------------------------------------------------------------*/

#page32 .main-section .image-center.image-above img, #page33 .main-section .image-center.image-above img {
    outline: 1px solid #c0c0c0 !important;
}

#page32 .image .caption, #page33 .image .caption {
	padding: 0;
}

/*-----------------------------------------------------------------------------------------------------
	NEWS
-----------------------------------------------------------------------------------------------------*/

.news-single .lead[itemprop=description] {
    color: #820901;
    font-family: BundesSansBold;
    font-weight: inherit;
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 0;
}

.news-single .lead[itemprop=description] p {
	margin-bottom: 0;
}

.news-list-view img.img-responsive, img.img-dummy.img-responsive {
    max-width: 231px;
    height: auto;
	border-right: 1px solid #ededed;
}

.news-list-item {
    background-color: #ffffff;
    margin-bottom: 50px;
	height: 164px;
    overflow: hidden;
	border-radius: 5px;
}

.news-list-item:after {
    display: table;
    content: '';
    clear: both;
}

.teaser-image {
    float: left;
    width: 36.7%;
    height: 164px;
    overflow: hidden;
	position: relative;
	border-radius: 5px 0 0 5px;
}

/*
.teaser-image img {
    min-height: 164px;
    width: auto;
    max-width: inherit;
    position: absolute;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    margin-bottom: -50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	border-radius: 5px 0 0 5px;
}*/

.teaser-image img {
    min-height: 164px;
    width: auto;
    max-width: inherit;
    margin: 0;
	border-radius: 5px 0 0 5px;
}

.teaser-content {
    width: 63.3%; /*width: 348px;*/
    padding: 12px 20px 20px;
    float: left;
    height: 100%;
    overflow: hidden;
	position: relative;
}

.teaser-content h3 {
	margin: 0 0 8px 0px;
}

.news-list-item .lead {
    margin: 0;
}

.news-list-item .lead p {
    margin: 0;
}

.news-list-item .lead strong, .news-list-item .lead b {
	font-family: BundesSansRegular;
}

.lead ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.additionalInformation {
    margin: 40px 0;
    font-style: italic;
}

.well {
    min-height: 20px;
    padding: 30px 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well .container {
    width: 656px;
	/*border-top: 1px solid #000000;*/
    padding: 0;
}

.well .container .row:first-of-type {
    
	padding-top: 10px;
}

.well .col-sm-6:last-of-type {
    position: relative;
    top: 73px;
}

.news-list-item-date {
    margin-bottom: 2px;
}

.readmore {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    background: #ffffff;
    height: 34px;
    text-align: right;
    padding: 2px 20px;
}
.layout-pagets__special_feature .news .teaser-content {
    width: 415px;
}

.layout-pagets__special_feature .teaser-content .readmore {
    left: 20px;
    width: calc(100% - 20px);
    background: #ffffff;
    height: 30px;
    bottom: 0px;
}

a.back-to-top {
	display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: url(../images/button-top.png) no-repeat;
    text-indent: -9999px;
    height: 33px;
    width: 33px;
    opacity: .5;
	border-radius: 5px;
}

a.back-to-top:hover {
	opacity: 1;
}

.btn-back { display: none !important; }
.parent61 .btn-back, .parent6 .btn-back { display: inline-block !important; }
.parent6 .backlink { display: none; }
.backlink-press { display: none; }
.parent6 .backlink-press { display: block; }

#page68 .backlink, #page61 .backlink, #page61 .backlink-press, 
#page20 .backlink-press, #page78 .backlink-press { display: none; }



aside#sidebar.subcontent-wrap .frame {
    border-bottom: 0;
}

.nav.nav-sidebar {
    font-size: inherit;
    margin-bottom: 0;
    border-radius: 0px;
	background-color: #ffffff;
    padding: 10px 15px 15px 15px;
}



.nav.nav-sidebar ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    border-left: 0;
}

.nav.nav-sidebar > li > ul:before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e6e6e6;
}

.nav.nav-sidebar > li > ul {
	margin-top: 10px;
}

ul.nav.nav-sidebar.news-menu-view li:first-of-type {
    font-family: BundesSansBold;
    font-size: 18px;
    line-height: 22px;
}

ul.nav.nav-sidebar.news-menu-view li ul li, ul.nav.nav-sidebar.news-menu-view li ul li:first-of-type {
    padding-bottom: 5px;
    font-family: BundesSansRegular;
	font-size: initial;
	line-height: initial;
}

.nav.nav-sidebar li a {
    position: relative;
    display: block;
    padding: 0;
    color: #0da8ca;
    border: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

ul.nav.nav-sidebar.news-menu-view li ul li a {
    display: inline-block;
}

.nav.nav-sidebar li a:active, .nav.nav-sidebar li a:hover, .nav.nav-sidebar li a:focus {
    z-index: 1;
    border-color: transparent;
    background-color: transparent;
    outline: 0;
    color: #820901;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------
	10 SHARE
-----------------------------------------------------------------------------------------------------*/

.social {
    position: relative;
    z-index: 1;
	float: left;
	margin-top: 30px;
}

.social:hover > a {
    background: rgb(242,133,2);
    border-color: rgb(242,133,2);
	color: #ffffff;
}

.social a:before {
    background: url(../images/button-share.png) no-repeat;
    display: block;
    width: 33px;
    height: 33px;
    content: '';
    position: relative;
    top: -5px;
    left: -10px;
    float: left;
	border-radius: 5px 0 0 5px;
}

.social ul {
    padding: 0;
    list-style-type: none;
    background: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: rgb(242,133,2);
    width: 174px;
    display: none;
    position: absolute;
    top: 32px;
	border-radius: 0 5px 5px 5px;
}

.social:hover > ul { display: block !important;}

.social ul li:nth-child(1) a:before { background: url(../images/button-social-twitter.png) no-repeat; }
.social ul li:nth-child(2) a:before { background: url(../images/button-social-facebook.png) no-repeat; }
.social ul li:nth-child(3) a:before { background: url(../images/button-social-google.png) no-repeat; }
.social ul li:nth-child(4) a:before { background: url(../images/button-social-linkedin.png) no-repeat; }
.social ul li:nth-child(5) a:before { background: url(../images/button-social-xing.png) no-repeat; }

.social ul li:last-child a { border: 0; }

.social ul li a {
    border-width: 0 0 1px 0;
    width: 100%;
	height: 32px;
}

.social ul li a:hover {
	border-width: 0 0 1px 0;
}

#page68 .social, .parent68 .social, #page78 .social, .parent78 .social, 
#page20 .social, #page61 .social, #page6 .social { display: none; }

/*-----------------------------------------------------------------------------------------------------
	11 3RD-PARTY CONTENT
-----------------------------------------------------------------------------------------------------*/

/*--EVENTS-SIDEBAR--*/

.event-list-item {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
	transition: all ease-in-out .15s;
	border-radius: 5px;
	min-height: 66px;
}

.event-list-item:after {
	clear: both;
	content: '';
	display: table;
}

.event-title a:after {
	clear: both;
	content: '';
	display: table;
}

.event-title a:hover {
	color: #820901;
}

.event-title {
    float: right;
    width: 87%;
}

.layout-pagets__special_feature .event-title {
    width: 93%;
}

.event-title a {
    float: left;
    max-width: 287px;
    font-family: BundesSansBold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    display: block;
    padding: 10px 20px 6px 20px;
    color: #820901;
}

.event-list-right {
    background: url(../images/background-event-date.png) no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    color: #ffffff;
    padding: 6px 0 0 0px;
    box-sizing: border-box;
    left: -20px;
    top: -6px;
}

p.event-startday {
    font-size: 28px;
    font-family: BundesSansBold;
    margin-bottom: 0 !important;
	letter-spacing: 1px
}

p.event-month {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
	margin-bottom: 0 !important;
	letter-spacing: 1px;
}

p.event-year {
    font-size: 12px !important;
    line-height: 11px;
	letter-spacing: .5px;
}

.layout-pagets__special_feature .event-list-item {
	min-height: 77px;
}

.layout-pagets__special_feature .event-title a {
    max-width: 85%;
}

.layout-pagets__special_feature .tx-sf-event-mgt .btn-default {
	display: none;
}

/*--EVENTS-DETAIL--*/

.event-detail-value.event-teaser {
    font-family: BundesSansBold;
	margin-bottom: 10px;
}

.event-detail-label {
	display: none;
}

.startdate .event-detail-label, .enddate .event-detail-label {
	display: inline-block;
	width: 50px;
	font-family: BundesSansBold;
}

.startdate .event-detail-value, .enddate .event-detail-value {
	display: inline-block;
}

.event-detail-row.txevent-hide {
    display: none;
}

span.event-end:before {
    content: "-";
	margin: 0 10px;
}

.row.event-details {
    background: #ffffff;
    margin: 30px 0 0 0;
    padding: 7px 0;
	border-radius: 5px;
}

.date, .location, .organisator, .time {
    font-family: BundesSansBold;
	margin-bottom: 5px;
}

.event-detail-value.event-startdate span,
.event-detail-value.event-enddate span {
    width: 50px;
    display: inline-block;
}

.date, .time, .location { width: 13%; float: left; }
.event-details .event-detail-row { float: left; width: 25%; }

.event-detail-row.txevent-location-city {
    width: 81%;
}

/*--PARTNER--*/

section.partner {
    background: url(../images/background-partner.png) no-repeat top center;
	padding-top: 35px;
    padding-bottom: 50px;
}


/*--QUOTES--*/


#owlslider_quotes .owl-image {
    width: 328px;
    height: 223px;
    overflow: hidden;
    position: relative;
}

.item, .owl-item, .owl-wrapper-outer, #owlslider_quotes  {
    border-radius: 5px;
}

#owlslider_quotes .item img {
	width: auto;
	height: 223px;
    position: absolute;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
	border-radius: 5px 5px 0 0;
}

#owlslider_quotes .item .owl-content {
	background-color: #ffffff;
	text-align: center;
	padding: 16px 20px;
}


#owlslider_quotes .item .owl-content b, #owlslider_quotes .item div strong {
	font-size: 18px;
}

#owlslider_quotes .item .owl-content p {
	margin-bottom: 0;
}

#owlslider_quotes .owl-controls.clickable {
    position: absolute;
    top: 85px;
	width: 100%;
}

#owlslider_quotes .owl-buttons {
    position: relative;
}

#owlslider_quotes  .owl-buttons div {
    color: #FFF;
    zoom: 1;
    margin: 0px;
    padding: 0;
    font-size: 0;
	text-indent: -9999px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: Alpha(Opacity = 50);
    opacity: 1;
	width: 35px;
	height: 35px;
	transition: all ease-in-out .15s;
}

#owlslider_quotes  .owl-buttons div:hover {
	filter: Alpha(Opacity = 100);
}

#owlslider_quotes .owl-prev {
	background: url(../images/button-quotes-prev.png) no-repeat center center;
    position: absolute;
    left: 10px;
}

#owlslider_quotes .owl-next {
	background: url(../images/button-quotes-next.png) no-repeat center center;
    position: absolute;
    right: 10px;
}

.owl-wrapper {
    background: #ffffff;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 85px;
    width: 100%;
}

/*--TWITTER-STREAM--*/

div#twitter-stream {
    border-top: 1px solid #000000;
    margin: 30px 0 0 0;
}

#twitter-stream h2 {
    margin-bottom: 5px;
    margin-top: 26px;
}

/*--VIDEO-AREA--*/

#video-area {
    border-top: 1px solid #000000;
    margin-top: 30px;
	margin-bottom: 25px;
    padding-top: 6px;
}

#video-area iframe { border: 0; }

/*
main .frame:last-of-type {
    border-top: 1px solid #000000;
    margin-top: 25px;
    padding-top: 15px;
}
*/

/*-----------------------------------------------------------------------------------------------------
	TEAM LIST VIEW
-----------------------------------------------------------------------------------------------------*/

.contactlist-phone {
	background: url(../images/contact-phone.png) no-repeat left center;
    padding-left: 25px;
}

.contactlist-email {
	background: url(../images/contact-mail.png) no-repeat left center;
    padding-left: 25px;
}

.tx-dce-pi1 {
    margin-bottom: 30px;
}

.teamlist-item, .contactlist-item {
    border-radius: 5px;
    overflow: hidden;
}

.teamlist-item:after, .leadership-item:after, .priority-partner-item:after, .contactlist-item:after {
    display: table;
    content: '';
    clear: both;
}

.teamlist-item .teamlist-image, .leadership-item .leadership-image, .priority-partner-item .priority-partner-image, .contactlist-item .contactlist-image {
    float: left;
    width: 36.7%;
	overflow: hidden;
}

.teamlist-image img, .leadership-image img, .priority-partner-image img, .contactlist-image img {
    height: auto;
	max-height: 241px;
    width: auto;
	min-height: 241px;
	-ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

.teamlist-body, .leadershiplist-body, .priority-partner-body, .contactlist-body {
    width: 63.3%;
    padding: 13px 0px 13px 20px;
    float: left;
    background: #ffffff;
    min-height: 241px;
	position: relative;
}

.teamlist-item .teamlist-name h2, .leadership-item .leadership-name h2, .priority-partner-item .priority-partner-name h2, .contactlist-name h2 {
    font-size: 18px;
    font-family: BundesSansBold;
    margin: 0 0 5px 0px;
    text-transform: inherit;
    color: #333333;
	line-height: 20px;
}

.teamlist-position, .leadership-position, .priority-partner-position, .contactlist-position {
    color: #7f7f7f;
}

.teamlist-quote, .leadership-quote, .priority-partner-quote {
    background: url(../images/team-quote-top.png) no-repeat top left;
    padding: 0 15px 0 30px;
}

.teamlist-quote p, .leadership-quote p, .priority-partner-quote p {
    background: url(../images/team-quote-bottom.png) no-repeat bottom right;
	padding: 0 20px 0 0px;
}

.teamlist-item a.show-hide, .leadership-item a.show-hide, .priority-partner-item a.show-hide {
    display: block;
    background: url(../images/button-team-showcv.png) no-repeat left center;
    padding: 0 0 0 30px;
    float: left;
	text-decoration: none;
}

.teamlist-item.show a.show-hide, .leadership-item.show a.show-hide, .priority-partner-item.show a.show-hide {
    background: url(../images/button-team-hidecv.png) no-repeat left center;
}

.teamlist-showbody, .leadership-showbody, .priority-partner-showbody {
    border-top: 0;
    padding: 0;
    margin-right: 15px;
}

.teamlist-link, .leadership-links, .priority-partner-links {
    position: absolute;
    bottom: 13px;
    width: calc(100% - 20px);
}

.teamlist-email, .leadership-link, .priority-partner-link {
    float: right;
    padding-right: 15px;
}

.teamlist-text, .leadershiplist-text, .priority-partner-text {
    padding-bottom: 20px;
}

.teamlist-text h3, .leadershiplist-text h3, .priority-partner-text h3 {
    color: #333333;
    border-top: 1px solid #000000;
    padding-top: 15px;
}

#tli144 .teamlist-email { display: none; }


/*
.parent35 .leadership-links .leadership-link, .parent36 .leadership-links .leadership-link, 
.parent37 .leadership-links .leadership-link, .parent38 .leadership-links .leadership-link,
.parent39 .leadership-links .leadership-link, .parent40 .leadership-links .leadership-link, 
.parent41 .leadership-links .leadership-link {
	display: none;
}*/

.parent35 .leadership-links,
.parent36 .leadership-links,
.parent37 .leadership-links,
.parent38 .leadership-links,
.parent39 .leadership-links,
.parent40 .leadership-links,
.parent41 .leadership-links { text-indent: -9999px; }

.parent35 .leadership-links a,
.parent36 .leadership-links a,
.parent37 .leadership-links a,
.parent38 .leadership-links a,
.parent39 .leadership-links a,
.parent40 .leadership-links a,
.parent41 .leadership-links a { text-indent: 0; }

/*-----------------------------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------------------------*/

footer {
	background: url(../images/background-footer.png) no-repeat top center;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0 20px 0;
}


#page1 footer {
	background: url(../images/background-footer.png) no-repeat top center #fde9d0;
}


footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .frame {
    margin: 0;
}

/*--LOGO--*/

.footer-logo {
    position: relative;
    left: -30px;
}

footer #c27 {
    width: 168px;
}

/*--CONTACT--*/

.footer-contact {
    float: left;
    display: inline-block;
    width: 328px;
    margin-right: 20px;
    vertical-align: top;
}

/*--MENU--*/

.footer-lists {
    float: right;
    display: inline-block;
    vertical-align: top;
}

.footer-lists ul {
    margin-right: 20px;
    width: 154px;
	float: left;
	list-style-type: none;
	padding: 0;
}

.footer-lists ul:last-of-type {
	margin-right: 0px;
}

.footer-lists ul li.head {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: BundesSansBold;
    font-size: 11px;
}

.footer-menu:after {
	clear: both;
	content: '';
	display: table;
}

/*--COPYRIGHT--*/

.footer-copyright {
	margin-top: 25px;
}

.footer-copyright p {
	margin: 0;
}

.footer-copyright a {
	display: inline-block;
	margin-right: 30px;
}


/*-----------------------------------------------------------------------------------------------------
	COOKIE MELDUNG
-----------------------------------------------------------------------------------------------------*/

.cc_container {
    background: rgba(130, 9, 1, 0.8) !important;
    font-size: 14px !important;
	padding: 15px 30px 15px !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #820901 !important;
    background-color: #ffffff !important;
}

.cc_container .cc_message {
    margin-top: 0 !important;
}

a.cc_more_info {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/*-----------------------------------------------------------------------------------------------------
	LANGUAGE 
-----------------------------------------------------------------------------------------------------*/

.languages {
    position: absolute;
    right: 40px;
    top: 9px;
    font-size: 11px;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    line-height: 17px;
    padding-top: 1px;
}

.languages ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.languages ul li {
	display: inline-block;
}

.languages a {
	color: #ffffff;
	padding-left: 10px;
}

.languages ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.languages ul li.active {
    opacity: .6;
    cursor: default;
	color: #ffffff;
	padding-left: 10px;
}






/*-----------------------------------------------------------------------------------------------------
	14 TABLETS
-----------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	
.teamlist-body, .leadershiplist-body { min-height: 237px; }

body { letter-spacing: 0; }
	
.image-center.image-above { margin-bottom: 20px; }
	
.social-buttons { right: 18px; top: 10px; z-index: 500; }

header { background: none; /*background-size: auto 95px;*/ height: 85px; }
a.navbar-brand.navbar-brand-image { left: -25px; top: 0px; }
.navbar-header-main .navbar-brand.navbar-brand-image > img { max-height: 120px; }
#sb-search { display: none; }

header .container { width: 100%; padding: 0; }

.navbar-header.navbar-header-main {
    background: url(../images/background-header.png) no-repeat top center;
    background-size: auto 125px;
	z-index: 20;
	height: 120px;
}
	
.navbar-header.navbar-header-main { width: 100%; }

a.navbar-brand.navbar-brand-image {
    position: relative;
    top: -25px;
    left: 0px;
    width: 139px;
    height: 120px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 10px; }

span.navbar-header-border-bottom { display: none !important;}
.navbar-nav>li { margin-right: 13px; }
.navbar-main > li.dropdown > a { padding-right: 15px; }
b.caret { display: none !important; }
ul.nav.navbar-nav.navbar-main { position: relative; top: -56px; left: 100px; }
.navbar-main > li > a { font-size: 17px; }
.navbar-toggle { display: block; }
ul.nav.navbar-nav.navbar-main { width: 100%; }
nav.navbar-collapse.collapse.in { display: block!important; top: 0px; left: 0; width: 100%; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #fff; }
.navbar-default .navbar-toggle.collapsed .icon-bar { background-color: #ffffff; }
.navbar-toggle.collapsed { background-color: transparent !important; }
.navbar-toggle { background-color: #ffffff !important; border: 0; border-radius: 5px; margin-top: 40px; }
.navbar-toggle.collapsed .icon-bar { background-color: #ffffff !important; }
.navbar-toggle .icon-bar { background-color: #820901 !important; display: block; width: 26px; height: 3px; border-radius: 8px;}
.navbar-toggle.collapsed .icon-bar+.icon-bar { margin-top: 0px; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: -1px; }
.navbar-toggle.collapsed .icon-bar:nth-child(4) { margin-top: 7px; }
.navbar-toggle:hover .icon-bar:nth-child(3) { margin-left: 0px; }
span.navbar-header-border-bottom { display: none !important; }

.navbar-collapse { padding-right: 10px; padding-left: 10px; border-top: 0; -webkit-box-shadow: none; box-shadow: none; }
.navbar-nav { margin: 0; }
ul.nav.navbar-nav.navbar-main { top: 0; left: 0; }

nav.navbar-collapse {
    background: #820901;
    position: relative;
    top: -55px;
    width: calc(100% + 30px);
    z-index: 10;
    left: -15px;
    margin: 0 !important;
    padding: 30px 0 10px 0;
	display: none !important;
}

.navbar-collapse.collapse {
    display: none!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-nav > li { margin-right: 0; text-align: center; float: none; }
.navbar-main > li.dropdown > a { padding-right: 0; }
.navbar-main > li > a { text-transform: uppercase; font-size: 16px; padding: 10px 0; letter-spacing: 3px; }
.navbar-main > li.dropdown > a > .caret { display: none; }

.navbar-main .open .dropdown-menu { border-left: 0; }

ul.dropdown-menu.dropdown-menu-parent {
    width: 100%;
    min-width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dropdown .dropdown-menu.dropdown-menu-parent { display: none; }
.dropdown.open .dropdown-menu.dropdown-menu-parent { display: block; background: #ffffff; padding: 0; }
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { padding: 10px 0; }

a.dropdown-toggle.dropdown-child {
    position: absolute;
    width: 20%;
    height: 40px;
    z-index: 200;
    right: 0;
	padding: 0;
}

.caret {
    position: absolute;
    top: 12px;
    transform: rotate(90deg);
    right: 35px;
}

il.nav.navbar-nav.navbar-main>li.dropdown.clickedmenu>a { background: transparent !important; color: #ffffff !important; }

li.dropdown-child.open { display: block; position: relative; left: 0; top: 0; }

li.dropdown.clickedmenu a .dropdown-toggle.dropdown-child a { color: #820901 !important; }

a.dropdown-toggle.dropdown-child {
    position: absolute;
    top: 0px;
}

ul.dropdown-menu.dropdown-menu-child {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
	left: 0;
    right: 0;
}

ul.dropdown-menu.dropdown-menu-child a p {
    width: 100% !important;
    text-align: center;
}


.dropdown-menu-child {
    position: relative;
    top: 0;
}

a.dropdown-toggle.dropdown-child {
    display: none;
}

.dropdown-menu > li.dropdown-child:hover .dropdown-menu-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

ul.dropdown-menu-child li.active a p {
    color: #820901 !important;
}


/*--EVENTS--*/

.event-list-item { min-height: 70px; }

.event-title a { max-width: 92%; min-width: 92%; }

/*--YOUTUBE--*/

#video-area .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

#video-area .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--TWITTER-STREAM--*/

#twitter-stream iframe { width: 100% !important; }
	
.teaser-image { width: 35.71%; height: 164px; }
.teaser-content { width: 64.1%; }


/*--TESTIMONIALS--*/

#owlslider_quotes .owl-image { width: calc(50vw); }
#owlslider_quotes .item img { width: calc(50vw); height: auto; }
.owl-controls { position: absolute; top: 80px; width: 100%; }
#owlslider_quotes .owl-buttons { position: relative; width: 100%; }


/*--HOME-SLIDER--*/

.flexslider { height: 482px; }

.tx-ws-flexslider { overflow: hidden; width: 100vw; height: 551px; }
.flex-viewport { max-width: 100vw; width: 100vw; }
.flexslider .slides > li { width: 100vw !important; height: auto !important; }

.caption-body { font-size: 16px; line-height: 18px; padding: 0; }
.tx-ws-flexslider .caption-link { height: 100%; }
.caption-link a { height: 100%; width: 100vw; }

.tx-ws-flexslider .caption-text { top: 375px; }

#welcome-message {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #000000;
    padding: 0 0 32px;

}

.footer-contact, .footer-lists ul { width: 20%; }

.teamlist-image img, .leadership-image img {
    width: 100%;
    height: auto;
}

}

/*-----------------------------------------------------------------------------------------------------
	13 SMARTPHONES
-----------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	
.page-185 div#c858 iframe {
    width: 100%;
}
	
.news-contacts div { width: 100%; float: none; }
	
.caret { background: url(../images/menu-arrow-hover.png) no-repeat; transform: rotate(90deg) !important; }
	
.navbar-main > li.dropdown > a {
    display: inline-block;
}	

.navbar-main > li.dropdown > a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px !important;
}
	
	
li.dropdown a.dropdown-toggle {
    height: 40px;
    position: absolute;
    top: 0;
    width: 20%;
	z-index: 200;
	right: 0;
}

.navbar-main > li.dropdown > a > .caret {
    position: absolute;
    right: 0;
    left: 0;
    top: 38%;
}

li.dropdown a {
    z-index: 10;
}

li.dropdown.open a.dropdown-toggle {
	background: none !important;
}

li.dropdown.open .caret {
	transform: rotate(-90deg) !important;
}

a.dropdown-toggle a {
	display: none;
}

.tx-ws-flexslider .caption-text { opacity: 1 !important; }
	
.news-list-view img.img-responsive, img.img-dummy.img-responsive {
    max-width: inherit;
    height: auto;
	border-radius: 5px 5px 0 0;
}
	
.teamlist-image img, .leadership-image img {
    width: 100%;
	max-height: inherit;
}
	
.image > img, .image a > img { width: 100%; }
.image-center.image-above .col-md-12 { height: inherit !important; }

a.dropdown-toggle.dropdown-child {
    opacity: 0;
}

.dropdown-menu > li.dropdown-child:hover .dropdown-menu-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

ul.dropdown-menu-child li.active a p {
    color: #820901 !important;
}

/*--STRUCTURE--*/	

h1 { font-size: 28px; line-height: 31px; }
h2 { font-size: 22px; line-height: 24px; }
	
aside#sidebar { float: none; }	
	
a.back-to-top { bottom: 20px; right: 20px; }

.cc_container .cc_message, .cc_container .cc_btn { font-size: 14px !important; }
.cc_container { padding: 15px 15px 15px !important; }

#twitter-stream iframe { max-height: 300px; }

.layout-pagets__special_feature .body-bg { padding-top: 100px; }

.well { padding: 0 15px; }
.well .col-sm-6:last-of-type { top: 0; margin-top: 20px; }

/*--HEADER--*/
header { background: none; /*background-size: auto 95px;*/ height: 85px; }
a.navbar-brand.navbar-brand-image { left: -14px; top: -15px; }
.navbar-header-main .navbar-brand.navbar-brand-image > img { max-height: 85px; }
.social-buttons { display: none; }
#sb-search { display: none; }

.navbar-header.navbar-header-main {
    background: url(../images/background-header.png) no-repeat top center;
    background-size: auto 95px;
	z-index: 20;
	height: 85px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #fff; }
.navbar-default .navbar-toggle.collapsed .icon-bar { background-color: #ffffff; }
.navbar-toggle.collapsed { background-color: transparent !important; }
.navbar-toggle { background-color: #ffffff !important; border: 0; border-radius: 5px; margin-top: 15px; }
.navbar-toggle.collapsed .icon-bar { background-color: #ffffff !important; }
.navbar-toggle .icon-bar { background-color: #820901 !important; display: block; width: 26px; height: 3px; border-radius: 8px;}
.navbar-toggle.collapsed .icon-bar+.icon-bar { margin-top: 0px; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: -1px; }
.navbar-toggle.collapsed .icon-bar:nth-child(4) { margin-top: 7px; }
.navbar-toggle:hover .icon-bar:nth-child(3) { margin-left: 0px; }
span.navbar-header-border-bottom { display: none !important; }

.navbar-collapse { padding-right: 10px; padding-left: 10px; border-top: 0; -webkit-box-shadow: none; box-shadow: none; }
.navbar-nav { margin: 0; }
ul.nav.navbar-nav.navbar-main { top: 0; left: 0; }

nav.navbar-collapse {
    background: #820901;
    position: relative;
    top: -55px;
    width: calc(100% + 30px);
    z-index: 10;
    left: -15px;
    margin: 0 !important;
    padding: 30px 0 10px 0;
}

.navbar-nav>li { margin-right: 0; text-align: center; }

.navbar-main > li.dropdown > a { padding-right: 0; }

.navbar-main > li > a { text-transform: uppercase; font-size: 16px; padding: 10px 0; letter-spacing: 3px; }
.navbar-main > li.dropdown > a > .caret { /*display: none;*/ }

ul.dropdown-menu.dropdown-menu-parent {
    width: 100%;
    min-width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dropdown .dropdown-menu.dropdown-menu-parent { display: none; }
.dropdown.open .dropdown-menu.dropdown-menu-parent { display: block; background: #ffffff; }
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { padding: 10px 0; }

a.dropdown-toggle.dropdown-child {
    position: absolute;
    width: 20%;
    height: 40px;
    z-index: 200;
    right: 0;
	padding: 0;
}

.caret {
    position: absolute;
    top: 12px;
    transform: rotate(90deg);
    right: 35px;
}

il.nav.navbar-nav.navbar-main>li.dropdown.clickedmenu>a { background: transparent !important; color: #ffffff !important; }

li.dropdown-child.open { display: block; position: relative; left: 0; top: 0; }

li.dropdown.clickedmenu a .dropdown-toggle.dropdown-child a { color: #820901 !important; }

a.dropdown-toggle.dropdown-child {
    position: absolute;
    top: 0px;
}

ul.dropdown-menu.dropdown-menu-child {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
}

ul.dropdown-menu.dropdown-menu-child a p {
    width: 100% !important;
    text-align: center;
}


.dropdown-menu-child {
    position: relative;
    top: 0;
}
/*--HOME-SLIDER--*/

.tx-ws-flexslider {
    padding-top: 60px !important;
    height: 290px !important;
    box-sizing: content-box;
}

.flexslider { height: 183px !important; }

.flex-viewport {
    overflow: visible !important;
    max-width: 375px !important;
    width: 375px !important;
    margin: 0 auto;
}

ul.slides {
    height: 183px !important;
}

.flexslider .slides > li {
    width: 375px !important;
    height: 183px !important;
}

.tx-ws-flexslider .caption-text {  }

.caption-text {
    background: url(../images/background-slider.png) repeat-y center center !important;
	top: 183px !important;
	padding: 10px !important;
	opacity: 1 !important;
}

.caption-title {
    font-size: 16px !important;
    line-height: 16px !important;
}

.caption-body {
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 0 !important;
}

.caption-link a { height: 290px; width: 375px; text-indent: -99999px; }

.flex-next:before {
    background: url(../images/slide-next.png) no-repeat !important;
    background-size: 40px auto !important;
}

.flex-prev:before {
    background: url(../images/slide-prev.png) no-repeat !important;
    background-size: 40px auto !important;
}

.flex-next:before, .flex-prev:before {
    width: 35px !important;
    height: 50px !important;
}

.flex-direction-nav {
    top: -120px !important;
    height: 50px !important;
    width: 375px !important;
	display: none;
}

ul.flex-direction-nav li { width: 35px !important; height: 50px !important; }

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { height: 50px !important; width: 35px !important; }

li.flex-nav-prev { left: 0 !important; }
li.flex-nav-next { right: 0 !important; }


/*--HOME--*/

#welcome-message {
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    padding: 0 0 32px;
}

.languages {
    right: 72px;
    top: 24px;
    font-size: 18px;
    padding-right: 25px;
    line-height: 19px;
    padding-top: 1px;
    z-index: 100;
}

.flexslider .slides img { border-radius: 0; }

/*--NEWS--*/

.news-list-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    height: inherit;
    overflow: inherit;
}

.teaser-image {
    width: 100%;
    height: auto;
    position: inherit;
    overflow: inherit;
}

.teaser-image img {
    min-height: 164px;
    width: 100%;
    max-width: inherit;
    position: inherit;
    margin: 0;
    left: 0;
    margin-right: 0;
    top: 0;
    margin-bottom: 0;
    transform: inherit;
    -webkit-transform: inherit;
}

.teaser-content {
    width: 100% !important;
	padding: 13px 10px 10px;
}

.readmore {
    float: none;
    position: relative;
    left: 0 !important;
    top: 0;
}

/*--EVENTS--*/

.event-list-right {
    background: url(../images/background-event-date.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    padding: 5px 0 0 1px;
    top: 2px;
    left: 3px;
}

.event-title { width: 83%; }

.event-title a {
    max-width: 83%;
    font-size: 18px;
    padding: 5px 5px 7px 10px;
    color: #820901;
}
p.event-startday { font-size: 32px; padding-top: 4px; }
p.event-month { font-size: 13px; line-height: 13px; letter-spacing: 1px; padding-top: 4px; }

#video-area {
    border-top: 1px solid #000000;
    margin-top: 30px;
	margin-bottom: 25px;
    padding-top: 10px;
}

#video-area .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

#video-area .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.date, .time, .location {
    width: 25%;
}

.event-detail-value.event-startdate span, .event-detail-value.event-enddate span {
    width: 40px;
}

.row.event-details .col-md-12:after {
    display: table;
    content: '';
    clear: both;
}

.event-detail-row.txevent-location-city {
    width: 75%;
}

/*--TESTIMONIALS--*/

#owlslider_quotes .owl-image { width: calc(100vw - 30px); }
#owlslider_quotes .item img { width: calc(100vw - 30px); height: auto; }
.owl-controls { position: absolute; top: 80px; width: 100%; }
#owlslider_quotes .owl-buttons { position: relative; width: 100%; }

/*--CONTENT-BOXES--*/

.tx-dce-pi1 { margin-bottom: 20px; }
.ovb-item { max-height: inherit; overflow: visible; }
.ovb-image { float: none; width: 100%; }
.ovb-image img { width: 100%; height: auto; }
.ovb-body { width: 100%; padding: 13px; float: none; min-height: inherit; }
.ovb-link { position: inherit; bottom: 0; width: 100%; }


/*--TEAM-LEADER-BOXES--*/

.teamlist-item .teamlist-image, .leadership-item .leadership-image, .priority-partner-item .priority-partner-image, .contactlist-image { float: none; width: 100%; }
.priority-partner-item .priority-partner-image img { width: 100%; max-height: inherit; }
.teamlist-body, .leadershiplist-body, .priority-partner-body, .contactlist-body { width: 100%; padding: 13px 13px 35px 13px; float: left; min-height: inherit; }
.teamlist-text, .leadershiplist-text, .priority-partner-text, .contactlist-text { padding-bottom: 0px; }


/*--TIMELINE--*/

img#Image-Maps-Com-image-maps-2016-09-01-051718 { width: 100%; height: auto; }

/*--FOOTER--*/

footer { background-size: cover !important; }

.footer-lists { float: none; margin-top: 20px; }
.footer-lists ul { margin-right: 0px; width: 50%; }

.footer-copyright { text-align: center; }

.footer-copyright a { float: left; width: 33.333333%; text-align: center; margin-bottom: 10px; margin-right: 0; }

section.partner {
    background: url(../images/background-partner.png) no-repeat top center;
    padding-top: 45px;
}

}

/*-----------------------------------------------------------------------------------------------------
	RESPONSIVE DESKTOPS
-----------------------------------------------------------------------------------------------------*/

@media (min-width: 991px) and (max-width: 1049px) {
.navbar-nav>li { margin-right: 27px; }
.footer-contact {width: 240px; }

}

@media (min-width: 1050px) and (max-width: 1216px) {

.owl-item { width: 328px !important; }
.owl-wrapper { width: 2624px !important; }
.owl-controls.clickable { display: block !important; height: 35px; }
}

@media (min-width: 991px) and (max-width: 1049px) {

.owl-item { width: 300px !important; }
.owl-wrapper { width: 2512px !important; }
.owl-controls.clickable { display: block !important; height: 35px; }
}

/*-----------------------------------------------------------------------------------------------------
	HiDPI
-----------------------------------------------------------------------------------------------------*/
/*
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { 
a.navbar-brand.navbar-brand-image { background: url(../images/b20-germany-logo-hidpi.png) no-repeat 0px 25px; background-size: 139px 94px; }
a.navbar-brand.navbar-brand-image img { opacity: 0 !important; }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { 
a.navbar-brand.navbar-brand-image { background: url(../images/b20-germany-logo-hidpi.png) no-repeat 0px 0px; background-size: 139px 94px; }
a.navbar-brand.navbar-brand-image img { opacity: 0 !important; }
}*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { 
a.back-to-top { background: url(../images/button-top-hidpi.png) no-repeat; background-size: 33px auto;  }
a.btn-default:before { background: url(../images/button-more-hidpi.png) no-repeat; background-size: 33px auto; }
.event-list-right { background: url(../images/background-event-date-hidpi.png) no-repeat; background-size: 63px; }

a.btn-back:before, a.btn-listview:before { background: url(../images/button-back-hidpi.png) no-repeat; background-size: 33px 33px; }

.tx-ws-flexslider { background: url(../images/loading-hidpi.gif) no-repeat center center; background-size: 30px 30px; }

#owlslider_quotes .owl-next { background: url(../images/button-quotes-next-hidpi.png) no-repeat center center; background-size: 19px; }
#owlslider_quotes .owl-prev { background: url(../images/button-quotes-prev-hidpi.png) no-repeat center center; background-size: 19px; }

.sb-icon-search { background: url(../images/button-search-hidpi.png) no-repeat center center; background-size: 17px 17px;}
.sb-search.sb-search-open .sb-icon-search { background: url(../images/button-search-hidpi.png) no-repeat center center; background-size: 17px 17px; }

.social-buttons ul li a img { opacity: 0;}
.social-buttons ul li:nth-child(1) { background: url(../images/social-media-facebook-hidpi.png) no-repeat center center; background-size: 18px 19px;}
.social-buttons ul li:nth-child(2) { background: url(../images/social-media-twitter-hidpi.png) no-repeat center center; background-size: 18px 19px;}
.social-buttons ul li:nth-child(3) { background: url(../images/social-media-google-hidpi.png) no-repeat center center; background-size: 18px 19px;}
.social-buttons ul li:nth-child(4) { background: url(../images/social-media-flickr-hidpi.png) no-repeat center center; background-size: 18px 19px;}
.social-buttons ul li:nth-child(5) { background: url(../images/social-media-youtube-hidpi.png) no-repeat center center; background-size: 18px 19px;}

.social a:before { background: url(../images/button-share-hidpi.png) no-repeat; background-size: 33px 33px; }

.social ul li:nth-child(1) a:before { background: url(../images/button-social-twitter-hidpi.jpg) no-repeat; background-size: 33px 33px; }
.social ul li:nth-child(2) a:before { background: url(../images/button-social-facebook-hidpi.jpg) no-repeat; background-size: 33px 33px; }
.social ul li:nth-child(3) a:before { background: url(../images/button-social-google-hidpi.jpg) no-repeat; background-size: 33px 33px; }
.social ul li:nth-child(4) a:before { background: url(../images/button-social-linkedin-hidpi.jpg) no-repeat; background-size: 33px 33px; }
.social ul li:nth-child(5) a:before { background: url(../images/button-social-xing-hidpi.jpg) no-repeat; background-size: 33px 33px; }

.teamlist-quote, .leadership-quote { background: url(../images/team-quote-top-hidpi.png) no-repeat top left; background-size: 20px 19px; }
.teamlist-quote p, .leadership-quote p { background: url(../images/team-quote-bottom-hidpi.png) no-repeat bottom right; background-size: 20px 19px; }

.teamlist-item a.show-hide, .leadership-item a.show-hide { background: url(../images/button-team-showcv-hidpi.png) no-repeat left center; background-size: 19px 10px; }
.teamlist-item.show a.show-hide, .leadership-item.show a.show-hide { background: url(../images/button-team-hidecv-hidpi.png) no-repeat left center; background-size: 19px 10px; }


/*
.footer-logo figure.image a { height: 66px; width: 87px; display: block; }
.footer-logo figure.image img { display: none !important; } 
.footer-logo figure.image { background: url(../images/b20-germany-logo-white-hidpi.png) no-repeat top left; background-size: 87px 66px;}
*/
}

#c183 p:first-of-type { margin-bottom: 15px; }
div#c183 h2 { margin-bottom: 21px; }

.news-contacts div {
    width: 50%;
    float: left;
}

.news-contacts h2 {
    margin-bottom: 20px;
}

.news-contacts:after {
    display: table;
    content: '';
    clear: both;
}


#page32 .image-center.image-above, #page33 #content .image-center.image-above {
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------------------------
	MANDATEES SIDEBAR
-----------------------------------------------------------------------------------------------------*/

aside figcaption.caption {
    padding: 0 !important;
}

div#c346 .col-md-12:last-of-type figure {
    margin: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------
	MEMBER AREA
-----------------------------------------------------------------------------------------------------*/

#page45 .social { display: none; }

.ameos_file_manager form[name="newFolder"] label {
    width: 100px;
}

.ameos_file_manager label[for="feGroupRead"],
.ameos_file_manager label[for="feGroupWrite"],
.ameos_file_manager label[for="feGroupWrite"]  {
	width: 100% !important;
}

.ameos_file_manager a.grad-btn {
    background: transparent;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d1dbe6;
    color: #333333;
    position: relative;
    height: 33px;
    display: inline-block;
    padding: 4px 10px 8px 10px;
    transition: all ease-in-out .15s;
    border-radius: 0;
    font-size: inherit;
}

.ameos_file_manager a.grad-btn:hover {
    background: #e1eefa;
    border-color: #e1eefa;
}

.ameos_file_manager a.grad-btn:before {
	background: url(../images/button-back.png) no-repeat;
    display: block;
    width: 33px;
    height: 33px;
    content: '';
    position: relative;
    top: -5px;
    left: -10px;
    float: left;
}

input.grad-btn {
	background: #820901 !important;
    border: 0 !important;
    color: #ffffff !important;
    padding: 6px 15px 5px 15px !important;
	border-radius: 0 !important;
}


/*-----------------------------------------------------------------------------------------------------
	NEWS CONTACTS
-----------------------------------------------------------------------------------------------------*/

.news-contacts div {
    width: 50%;
    float: left;
}

.news-contacts h2 {
    margin-bottom: 20px;
}

.news-contacts:after {
    display: table;
    content: '';
    clear: both;
}

div#c494 {
    width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
	EVENT IMAGES - 15/03/2017
-----------------------------------------------------------------------------------------------------*/

.event-detail-value.event-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/*TEMPORÄR LIVESTREAM*/
/*.tx-ws-flexslider .flex-direction-nav {
	display:none!important;
}
.tx-ws-flexslider .clone {
	display:none!important;
}
.tx-ws-flexslider .cloneright {
	display:none!important;
}*/


/*-----------------------------------------------------------------------------------------------------
	HOME VIDEO
-----------------------------------------------------------------------------------------------------*/

.summitvideo {
    border-top: 1px solid #000000;
    margin-top: 35px;
    padding-top: 5px;
}

.summitvideo .videoframe {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.summitvideo .videoframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



