/* =default browser CSS
-------------------------------------------------------------- */

@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans/OpenSans-Regular.ttf');
}

html,
body {
    height: 100%;
}

:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}

a:active, a:focus {outline: none}
ul {
  /*list-style: none;*/
  list-style-image: url('../img/red-dot.png');
  padding-left: 15px;
  margin-top: 25px;
}

ul li{
    line-height: 30px;
}

ul.nav.navbar-nav, ul.dropdown-menu ul, .footer-meta-nav ul, .footer_widgets ul{
   list-style: none;
}

.dropdown-menu ul{
    margin-top: 0;
}

.dropdown-menu h4{
    margin-top: 0;
    padding-left: 10px;
}


table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}

img{width: 100%; height: auto;}
.navbar-brand.navbar-brand-full img{
    max-width: 200px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


b, strong {
    font-weight: 700;
}

.intro-text{
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 95px;
}
.intro-text-nomargin{
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.bodytext-intro-text{
    font-size: 13px;
  line-height: 22px;
  padding-bottom: 45px;
}

.br{ border-right:1px solid #cccccc;}
.bt{ border-top: 1px solid #ccc;}
.bb{ border-bottom:1px solid #cccccc;}

/* =Structure
----------------------------------------------- */
.container .right{float: right;}
.container .left{float: left;}
.clear{clear: both;}

.mR40{margin-right: 40px;}
.mB20{margin-bottom: 20px;}
.mB40{margin-bottom: 40px;}
.m50 {margin: 50px 0;}
.p25{padding: 25px;}
.mT25{margin-top: 25px;}

.nop{padding: 0;}
.nopleft{padding-left: 0;}
.nopright{padding-right: 0;}
/* White Boxes */
.box {
    background: #fff;
    padding: 20px;
    -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
    -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
    box-shadow: 1px 1px 3px 0px #d8dcdd;
    margin-bottom: 45px;
}

.box.tab-content {
    margin-bottom: 20px;
}

.boxnop{
    background: none repeat scroll 0 0 #fff;
    -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
    -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
    box-shadow: 1px 1px 3px 0px #d8dcdd;
}

/* =Body
----------------------------------------------- */


body {
    background: #f6f5f5;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #171716;
}




/* Buttons */



/* Button Blue */
.btn-blue {
    background-color: #0f3467;
    border-color: #051333;
    color: #fff;
    transition: all 0.6s ease 0s;
    -moz-box-shadow: inset 0 -2px #051333;
    -webkit-box-shadow: inset 0 -2px #051333;
    box-shadow: inset 0 -2px #051333;
}


.btn-blue:hover, .btn-blue:focus, .btn-blue.focus,
.btn-default.btn.btn-blue:hover, .btn-default.btn.btn-blue:focus, .btn-default.btn.btn-blue.focus {
    color: #fff !important;
    background: #071737 !important;
    text-decoration: none !important;
}



/* Button Red */
.btn-red {
    background-color: #c73418;
    border-color: #a61508;
    color: #fff;
    transition: all 0.6s ease 0s;
    -moz-box-shadow: inset 0 -2px #a61508;
  -webkit-box-shadow: inset 0 -2px #a61508;
  box-shadow: inset 0 -2px #a61508;
}

.btn-red:hover, .btn-red:focus, .btn-red.focus {
    color: #fff;
    background: #982a0f;
    text-decoration: none;
}


/* Button with Arrow */

.btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #fff !important;
    background: #982a0f !important;
    text-decoration: none !important;
}

.btn-default:after{
    background-color: #a82e13;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    content: url("../img/arrow-button.png");
    display: block;
    height: 100%;
    right: -34px;
    padding-top: 13px;
    position: absolute;
    top: 0;
    width: 35px;
}




.btn-default {
    text-shadow: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: transparent !important;
    background-color: #c73418;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    border-color: #a61508;
    transition: all 0.6s ease 0s;
    -moz-box-shadow: inset 0 -2px #a61508;
    -webkit-box-shadow: inset 0 -2px #a61508;
    box-shadow: inset 0 -2px #a61508;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 15px 25px;
    text-align: center;
    letter-spacing: 0.5px;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default.btn.btn-blue{
    background-color: #0f3467;
    border-color: #051333;
    box-shadow: inset 0 -2px #051333;
    border-radius: 0;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    text-transform: none;
    padding: 10px 15px;
}

.btn-default.btn.btn-blue:after{
    background-color: #051333;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    content: url("../img/arrow-button.png");
    display: block;
    height: 100%;
    right: 0px;
    padding-top: 13px;
    position: absolute;
    top: 0;
    width: 35px;
    text-align: center;
}


.btn-default:hover,
.btn-default:focus{

}



.btn a {
    color: #fff;
}

/* Breadcrumbs */
.breadcrumb>li+li:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #171716;
}


/* Headlines */


h1, .h1 {
    font-size: 40px;
    font-weight: 300;
}



/*h2, .h2 {
    font-size: 28px;
    font-weight: 300;
}*/
h3, .h3 {
    font-size: 28px;
    font-weight: 300;
    padding-left: 15px;
}

h3.csc-firstHeader {
  padding-bottom: 40px;
    /*padding-left: 0;*/
}

/*h3, .h3 {
    font-size: 20px;
    font-weight: 300;
}*/

h4, .h4 {
font-size: 20px;
}

h5, .h5 {
font-size: 14px;
}

h3.headline {
    border-bottom: 1px solid #e3e6e6;
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*margin-bottom: 0;*/
    margin-top: 0;
    font-size: 20px;
    padding-left: 0;
}

.col-md-8 .box>h3.headline{
    margin-top: 45px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4{

}


/* Labels */


.label-red {
    background-color: #c73418;
}

.label-blue {
    background-color: #004388;
}

.label {
    border-radius: 2px;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    padding: 4px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    text-transform: uppercase;
}




/* Links */

.external-link, .internal-link {
    font-weight: 600;
    letter-spacing: 0.5px;
    color:#c73418 ;
}



.external-link:before, .internal-link:before {
    content: "";
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 3px;
    vertical-align: -1px;
}

.external-link:hover,
.internal-link:hover{
    color: #c73418;
}


.red {
    color: #c73418;
}

.red:hover {
    color: #c73418;
}

.blue {
    color: #004388;
}


.blue:hover {
    color: #004388;
}



/* =Header
----------------------------------------------- */

/* Breadcrumb */


.breadcrumb, .tx-yag-breadcrumbcomtainer {
    background: #e8e8e9;
    border-radius: 0;
    padding: 15px 30px 5px;
    margin-top:25px;
}
 .tx-yag-breadcrumbcomtainer {
border-top: none;
  border-bottom: none;

}

.breadcrumb ul {
    padding-left: 0px;
    font-size: 12px;
    margin-top: 0px;
}

.breadcrumb ul li {
    display: inline;
    margin-right: 15px;
}

.breadcrumb ul li:after,.tx-yag-breadcrumbcomtainer .arrow {
    content: url("../img/arrow-right-black.png");
    margin-left: 15px;
    vertical-align: -4px;
}

.breadcrumb ul li:last-child:after { content: ""; }


.breadcrumb ul li .fa-home {
    font-size: 18px;
}


.breadcrumb ul li a, .tx-yag-breadcrumb a {
    color: #c73418;
}

.tx-ptextlist-pager-item-display{
    display: none;
}

/* =Navigation
-------------------------------------------------------------- */
.navbar.navbar-static-top.yamm.navbar-offcanvas.navbar-offcanvas-touch.navbar-offcanvas-fade.offcanvas-transform.js-offcanas-done{
     top: 61px;
  margin-bottom: 61px;
}


/* Navigation Background */
.navbar {
  background: #fff;
  -moz-box-shadow: 1px 1px 2px #d8dcdd;
  -webkit-box-shadow: 1px 1px 2px #d8dcdd;
    box-shadow: 1px 1px 2px #d8dcdd;
    margin-bottom: 0;
}


.navbar-nav > li > a {
  font-size: 17px;
  color: #171716;
  letter-spacing: 0.5px;
  font-weight: 400;


}


#js-bootstrap-offcanvas.navbar-fixed-top .col-md-6.pull-right.nopright{
    display: none;
}

#js-bootstrap-offcanvas.navbar-fixed-top{
    height: 50px;
        transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -ms-transition: top 1s;
    -o-transition: top 1s;
}


#js-bootstrap-offcanvas.navbar-fixed-top ul.nav.navbar-nav{
    margin-top: 0;

}

#js-bootstrap-offcanvas.navbar-fixed-top .navbar-brand.navbar-brand-sticky{
    display: block;
    padding: 0;
}
#js-bootstrap-offcanvas.navbar-fixed-top .navbar-brand.navbar-brand-full,.navbar-brand.navbar-brand-sticky{
    display: none;
}


.navbar-nav {
    float: right;
    /*margin: 70px 0 0;*/
    margin: 20px 0 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}


/* Active State */
.navbar-nav .open a {
    color: #c73418;
}

/* Hover State */
.nav > li > a:hover, .nav > li > a.first_active  {
    background-color: transparent !important;
    color: #c73418;
    text-decoration: none;
}

.nav .open>a, .nav .open>a:focus {
    background-color: transparent;
}

/* Navigation Logo */
.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 30px 15px;
}


/* Navigation Logo */
.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 30px 15px;
}


.navbar-brand-mobile {
    display: none;
}

/* Navbar Toggle */
.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #000;
    border-radius: 1px;
    color: #000;
    display: block;
    height: 3px;
    width: 24px;
}

.navbar.navbar-default.yamm{
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
background-image: none;
background-repeat: no-repeat;
-webkit-box-shadow: none;
box-shadow: none;
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.aktiv>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
color: #c73418;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
li.dropdown.aktiv>a{
    color: #c73418;
}
.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    margin-top: 2px;
    border: none;
    background: #0C2750;
    left: 15px;
    right: 15px;
}

.yamm .navbar-nav{
    color: #fff;
}

.yamm .navbar-nav>li>.dropdown-menu a{
    color: #fff;
    line-height: 27px;
    font-weight: 300;
}

.yamm .navbar-nav>li>.dropdown-menu ul>li a,
.yamm .navbar-nav>li>.dropdown-menu a
{
    padding: 0 10px;
    border-bottom: none;
}


.yamm .navbar-nav>li>.dropdown-menu a{display: block;}

.yamm .navbar-nav>li>.dropdown-menu ul>li a:hover,
.yamm .navbar-nav>li>.dropdown-menu a:hover{
    text-decoration: none;
}

.yamm .navbar-nav .dropdown-menu ul>li:hover,
.yamm .navbar-nav .dropdown-menu ul>li:hover a,
.yamm .navbar-nav>li>.dropdown-menu a:hover,
.act_3_lev, .act_4_lev{
    background-color: #0f3467;


}



.grid-advo .col-sm-2,
.grid-advo .col-sm-4,
.grid-service .col-sm-2,
.grid-advo .col-sm-6,
.grid-advo .col-sm-5 {
border-right: 2px solid #0f3467;
height: 100%;
min-height: 240px;
}

.grid-advo .col-sm-6.level3menu_27, .grid-advo .col-sm-6.level3menu_20{
    border-right: none;
}

.grid-advo ul,
.grid-service ul,
.yamm .thumbnail h4{
    -webkit-padding-start: 0px;
}


.grid-service h4{
    -webkit-padding-start: 10px;
}
.grid-advo .col-sm-6{
/*padding: 30px;
position: absolute;
bottom: 0;
right: 0;*/
}

.grid-service .col-sm-4{
    padding: 0 30px;
}

.nav-caption{
    padding:25px;
    background-color: #0f3467;
    color: #fff;
    font-weight: 300;
}

.yamm .thumbnail{
    border: none;
    border-radius: 0;
    padding: 0;

}
.yamm .thumbnail img{
    width: 100%;
    height: auto;
}

.yamm .thumbnail .caption{
    background: #0f3467;
    padding: 20px;

}

.yamm .thumbnail h4,
.yamm .thumbnail p{
    color: #fff;
    font-weight: 300;
}


/* =Meta Navigation
-------------------------------------------------------------- */



/* Meta Navigation Body */
.meta-navbar {
  background: #0c2751;
  color: #fff;
  padding: 0px;
    height: 61px;
}

.meta-navbar ul {
  display: inline;
    padding-left: 0px;
}


.meta-navbar ul li {
  display: inline;
  padding-right: 15px;
}


.meta-navbar ul li a,
.changeLink{
  color: #fff;
  font-size: 12px;
}

.changeLink:hover{
  color:#fff;
  text-decoration: underline;
}

.meta-navbar .pull-right {
  padding: 7px 0px 7px 0px;
}


.meta-navbar .btn-red {
    margin-left: 4px;
}


/* Login Button blue */
.meta-navbar .btn-blue span:before {
    content: url('../img/login-icon.png');
    padding-right: 4px;
    vertical-align: -5px;
}



.meta-navbar .btn-blue {
    padding: 11px 25px;
}



/* Social Media Buttons */

.social-media {
  display: inline-block;
}


.social-media ul li {
    display: inline;
    float: left;
    padding: 0 1px 0 0;
    position: relative;
}


.social-media ul li a {
    background: none repeat scroll 0 0 #0f3467;
    display: block;
    height: 61px;
    max-height: 61px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 40px;
}

.social-media ul li a:hover {
  background: #004388;
  transition: all 0.6s ease 0s;
}


.social-media ul li a .fa {
  font-size: 16px;
}


.social-media span {
  font-weight: 600;
}



.social-media span {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 18px;
    float: left;
}


/* =Carousel
----------------------------------------------- */

/* Home Carousel */

/*#homeCarousel{
    height: 470px;

}*/

.carousel {
    height: 53%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* HOME Carousel END */

.carousel{
    max-height:500px;
    margin-bottom: 30px;
}

.carousel-control.right, .carousel-control.left{
    background-image: none;
}

.carousel-indicators {
bottom: -40px;

}

.carousel-indicators li{
    background-color: #cccccc;
    border:1px solid #cccccc;
}
.carousel-indicators .active{
    background-color: #909192;
    border:1px solid #909192;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before{
    content: none;

}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{content: none;}

.carousel-control .icon-prev{
    background-image: url('../img/carousel_control.png');
}

.carousel-control .icon-next{
    background-image: url('../img/carousel_control.png');
    background-position: -30px 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next{
    width: 30px;
    height: 50px;
}

.carousel-caption{
    width: 450px;
    height: 250px;
    background: #0c2751;
    text-align: left;
    padding:25px;
    left: 13%;
    bottom: 40px;
}


/* Carousel Newsboard */

.right.carousel-control.newsboard{
    position: absolute;
    right: -90px;
}

.left.carousel-control.newsboard{
    position: absolute;
    left: -90px;
}

span.right-handle {
    background: #ccc;
    width: 55px;
    height: 170px;
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
}

span.left-handle {
    background: #ccc;
    width: 55px;
    height: 170px;
    display: block;
    position: absolute;
    top: 25%;
    right: 50%;
}

.newsboard .sr-only{
    width: 17px;
    height: 32px;
    background: url('../img/newsboard-arrows.png');
    z-index: 1000;
    clip: auto;
      top: 40%;
}

.sr-only.next{
    background-position: 0px 16px;
    left: 62%;
}

.sr-only.prev{
    background-position: 0px 0px;
    right: 62%;
}

/*.no-media-element img, .news-img-wrap{max-width: 350px;}*/
.news-img-wrap .category-label{
  top: -36px;
}
/* =Content
----------------------------------------------- */



/* =Sidebar
----------------------------------------------- */

/* =Quote
----------------------------------------------- */
/* HOME */
.contains-circle-img {
    max-width: 60px;

}
.circle-img {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.circle-img img {
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.quotes_home{
    padding: 40px 30px 30px 30px;
    /*min-height: 295px;*/
      min-height: 337px;
  box-shadow: 1px 0px 3px 0px #d8dcdd;
  max-height: 337px;
  overflow: hidden;
}

.quoter_personal{
    /*padding: 40px 0 0 20px;*/
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

.quoter_personal h4{
    margin-top:0;
    margin-bottom: 0;
      font-weight: 300;
}

.quoter_desc{
    font-size: 13px;
    color: #939593;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 0;
}

p.quotation{
    line-height: 22px;
}

p.quotation:before{
    content: url('../img/quotes.png');
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 25px;
}

.single_quote p.quotation:before{
    content: url('../img/quotes_blue.png');
    display: inline-block;
    padding-right: 8px;
}

.single_quote p.quotation{
    color: #004388;
    margin: 30px 0;
}

.home_quote{
    color: #909192;
    padding: 45px 0 0 0;
}

/* =Publication Teaser
-------------------------------------------------------------- */
.publi_teaser{
    margin-bottom: 25px;
}
.publi_cover, .publi_tile_cover{
    margin: 10px auto 0px ;
    width:196px;
}
.publi_tile_cover{
    padding-top:25px;
}

.bg_shadow{
    background-image: url('../img/bg_shadow.png');
    width: 180px;
    height: 286px;
    background-position: -9px -1px;
}

.fa.fa-file-text-o, .file-text{
    font-size:20px;
}
.fa.fa-file-text-o{
    padding-right:8px;
}
.file-text{font-weight: 300;}

.public_pic_light{
    max-width: 175px;
}


/* =Advert Teaser / Linkbutton
-------------------------------------------------------------- */
.advert_teaser, .linkButton{
    margin-bottom: 25px;
}
.advert_teaser .btn.btn-default,
.linkButton.btn.btn-default{
    width: 90.5%;
    display: block;
    text-align: left;
}
.advert_teaser .btn.btn-default:after,
.linkButton.btn.btn-default:after{
    text-align: center;
}






/* =Mediathek
-------------------------------------------------------------- */
.media_tabs{
    list-style: none;
}

.media_tabs li{
    float: left;
    padding: 10px;
}

.media_tabs .fa.fa-newspaper-o,
.media_tabs .fa.fa-file-text-o,
.media_tabs .fa.fa-bars,
.media_tabs .fa.fa-picture-o,
.media_tabs .fa.fa-play-circle-o,
.media_tabs .fa.fa-arrow-down{
    font-size: 20px;
    padding: 3px;
}

.media_tabs li a{
    display: inline-block;
    padding: 0;
}

.nav-tabs.media_tabs>li:hover a{
    color: #fff;
}

.media_tabs_wrap .nav-tabs.media_tabs>li.active,
.media_tabs_wrap .nav-tabs.media_tabs>li.active a,
.media_tabs_wrap .nav-tabs.media_tabs>li.active>a:hover,
.media_tabs_wrap .nav-tabs.media_tabs>li.active>a:focus,
.media_tabs_wrap .nav-tabs.media_tabs>li:hover{
    background-color: #c73418 !important;
    color: #fff;
}
.nav-tabs.media_tabs>li {
  background-color: #fff;
}



/* YAG GALLERY */

.yag-list-wrap ul{
    padding-left: 0;
}

.tx-yag-items li{
    list-style: none;
}


.mediathek .fa.fa-newspaper-o,
.mediathek .fa.fa-file-text-o,
.mediathek .fa.fa-play-circle-o,
.mediathek .fa.fa-arrow-down {
  font-size: 20px;
  padding: 3px;
}

.row.mediathek .category-label{
      top: -42px;
}
.mediathek .medialement-alternative-content{
    padding: 7px 20px;
}

.mediathek.row{
    margin-top: 45px;
}

.news-single-content .mediaelement-video{
    margin-bottom: 25px;
}

.news-text-wrap h3{
    font-size: 18px;
  padding-left: 0;
  font-weight: 400;
  line-height: 28px;
}


/* =Widgets
----------------------------------------------- */

/* Download Widget */


.downloads {

}


.downloads h3.headline {
    border-bottom: 1px solid #e3e6e6;
    margin: 20px 20px 0;
    padding-bottom: 15px;
}

.downloads .download-item {
    border-bottom: 1px solid #e3e6e6;
    padding: 20px;
}


.downloads .download-item .download-desc {
    float: left;
    width: 70%;
}


.button.image:after, button.image:after {
    background: url("../img/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 54px;
    left: 50%;
    margin: -18px 0 0 -49px;
    position: absolute;
    top: 50%;
    width: 60px;
}

.button.image, button.image {
    background: none repeat scroll 0 0 #c73418;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    height: 55px;
    line-height: 53px;
    text-align: left;
    text-indent: -999em;
    width: 55px;
    transition: all 0.6s ease 0s;
}


.image:hover {
    background: none repeat scroll 0 0 #982a0f;
}


.download-item .button, .download-item button, .download-item button[class] {
    color: #fff;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.tx-gg-downloadmanager{margin-bottom:25px; padding: 0;}

.downloads .download-item a {
    float: right;
}


.downloads .format {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400;
    margin-right: 15px;
}

.downloads .size {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400;
}


.downloads .format:before {
    font-family: "FontAwesome";
    content: "\f016";
    padding-right: 4px;
}


/* Contact Person Widget */


.contact-person {
    background: none repeat scroll 0 0 #fff;
    -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
    -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
    box-shadow: 1px 1px 3px 0px #d8dcdd;
    margin-bottom: 25px;
}


.contact-person h3.headline {
    border-bottom: 1px solid #e3e6e6;
    margin: 20px 20px 0;
    padding-bottom: 15px;
    padding-left: 0px;
}

.contact-person p {
    padding-left: 20px;
    display: inline-block;
    width: 65%;
}

.contact-person h3 {
    padding-left: 20px;
}


.contact-person .details {
    border-top: #e3e6e6 solid 1px;
    margin-top: 15px;
}


.contact-person .details .tel {
    color: #004388;
    font-weight: 400;
    display: block;
    padding: 20px 20px 5px 20px;
}


.contact-person .details .tel:before {
    font-family: "FontAwesome";
    content: "\f095";
    padding-right: 4px;
}


.contact-person .details .email {
    color: #004388;
    font-weight: 400;
    display: block;
    padding: 5px 20px 20px 20px;
}

.contact-person .details .email a {
    color: #004388;
}

.contact-person .details .email:before {
    font-family: "FontAwesome";
    content: "\f003";
    padding-right: 4px;
}

.image-wrap{
    /*max-width: 250px;*/
    max-width: 155px;
    margin-top: 25px;
}


/* News Teaser */

.news_teaser_home.boxnop,
.publi_media.boxnop {
    min-height: 485px;
  max-height: 485px;
}

.publi_media.boxnop{
    margin-bottom: 45px;
}

.news_teaser_home .thumbnail,
.publi_media .thumbnail{
    border-radius: 0;
    padding:0;
    margin-bottom:0;
    border: none;
}
.news_teaser_home img,
.publi_media img{
    width:100%;
    height: auto;
  height: 200px;
}
.news_teaser_home .teaser_content,
.publi_media .teaser_content{
    padding:20px;
}

.news_teaser_home .teaser_content p,
.news-list-view .teaser_content p{
    color:#939593;
}

.date {
    color: #cccccc;
    font-weight: 600;
    font-size: 13px;
}

.date:before{
    content: "\f073";
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 5px;
}

.location:before{
    content: "\f041";
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 5px;
}


.category-label {
    background: #004388;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 10px;
    position: relative;
    float: right;
    top: -31px;
}

.category-label-single{
    float: none;
    top: 0;
    background: #004388;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.news_teaser h4 a, .teaser_content h4 a{
    color: #171716;
    font-weight: 300;
  line-height: 28px;
}

.news_teaser{
    padding: 25px 20px;
    margin: 0 -20px;
}

.news_thumb, .news-img-wrap{
    padding: 0;
    max-width: 210px;
    max-height: 130px;
}

.news-single-content .news-img-wrap{
    max-width: 100%;
    max-height: 100%;
}

.news_thumb .category-label{
    top: -36px;
}

.news-single-img{
    float: none;
    margin: 0;
}

.news-single-img img{
    width: 100%;
    height: auto;
}

.news-single-content{
    margin-top: -5px;
}

.news-single-content h2{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.news-single-content hr{
    margin: 40px 0;
}

.news-single .article .news-img-wrap{
    width: 100%;
    height: auto;

}
.news .article .news-img-wrap img{
    width:100%;
    height: auto;
}

.news .article .news-img-wrap a{
    border: none;
    background: transparent;
    padding: 0;

}

.news .article .bodytext {
    font-size: 15px;
}

.news-single-content .header{
    margin-top:25px;
}

.press_header a{
    font-size: 13px;
    color:#171716;
    line-height: 22px;
  font-weight: 600;
}

.bb .teaser_content.press{padding: 20px 20px 20px 0;}

.news .even, .news .odd {
  min-height: 180px;
}

.news-related.news-related-files{
      border: none;
      padding-left: 0;
}

.news-related ul{
    list-style: none;
    padding-left: 0;
}

.download-link.basic-class.pdf, .news-related-files-link .fa.fa-file-pdf-o, .event_file_pdf{
    color: #c73418;
    font-weight: 600;
}
.download-link.basic-class.pdf:hover, .news-related-files-link .fa.fa-file-pdf-o:hover, .event_file_pdf:hover{
    color:#a61508;
}


.source p{
  display:inline;
  color: #cccccc;
}
.external .middot{color: #cccccc; padding:0 10px;}

.news .page-navigation ul li.current span,
.ggevents_paginator .paginator-page.active,
.ggmembers_paginator .paginator-page.active,
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a {
    padding: 5px 10px;
    background-color: #c73418;
    line-height: normal;
    color: #fff;
    display: block;
}

.ggevents_paginator .paginator-page,
.ggevents_paginator .paginator-page.active,
.ggmembers_paginator .paginator-page,
.ggmembers_paginator .paginator-page.active,
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a {
    display: inline-block;
}



.ggevents_paginator .paginator-page,
.ggevents_paginator .paginator-page.active,
.ggmembers_paginator .paginator-page,
.ggmembers_paginator .paginator-page.active {
    display: inline-block;
}

.news .page-navigation ul li a,
.ggevents_paginator .paginator-page,
.ggmembers_paginator .paginator-page,
.tx-indexedsearch .browsebox li a {
    background-color: #efefef;
    padding: 5px 10px;
    line-height: normal;
    color: #252524;
    font-weight: 600;
}

.news .page-navigation ul,
.ggevents_paginator,
.ggmembers_paginator {
margin: 15px auto;
/*width: 200px;*/
min-width: 200px;
  max-width: 291px;

  display: inline-block;
float: none;
}

.pagination-widget {
    max-width: 100% !important;
}

.news .page-navigation,
.tx-gg-events .page-navigation,
.tx-gg-members .page-navigation {
    text-align: center;
}

.jobs_header a{
    font-size: 13px;
    font-weight: 600;
    color: #171716;
}

.tablehead{
    padding: 15px 5px;
    height: 50px;
    background: #efefef;
    -moz-box-shadow: 1px -1px 3px 0px #d8dcdd;
-webkit-box-shadow: 1px -1px 3px 0px #d8dcdd;
box-shadow: 1px -1px 3px 0px #d8dcdd;
}

.teaser_content.jobs{
    border-bottom: 1px solid #e3e6e6;
    padding: 15px 0;
}

.teaser_content.jobs p{
    margin-top:10px;
}

.one-fourth{
    max-width: 160px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.sponsors ul{
    list-style: none;
    padding-left: 0;
}

/* =Patron Member
----------------------------------------------- */
.member_logo{
    padding: 50% 0 0 0;
}

.member_title{
    text-align: center;
    padding: 20px 10px;
}

.patron .member_title{
    border-top: 1px solid #ccc;
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 100%;
    padding: 20px;
}

.patron .member_logo{
      padding: 0 10px;
  text-align: center;
  display: table;
  vertical-align: middle;
  height: 203px;
  width: 100%
}

.cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


.patron .member_logo img{
    max-width: 150px;
}

.patron{
    min-height: 334px;
}

.tx-gg-mitgliedsfirmen .boxnop.left.col-md-12.col-sm-12{
    padding: 0;
}


.top_img img{
   width: 100%;
height: auto;
}

.member_teaser h3.headline{
    margin-top: 0 !important;
}
.member_teaser h2{
    font-weight: 300;
}

.newest .member_logo{
    text-align: center;
    padding-top: 45px;
}

.newest .member_title{
    margin-bottom: 45px;
}

.newest .member_logo img{
    max-width: 150px;
}


/* =Event - Member
----------------------------------------------- */
.event_search.bluebox,
.member_search.bluebox{
    margin-top: 25px;
    background: #0f3468;
    padding: 15px;
    color: #fff;
    margin-bottom: 25px;

}



.event_search label{
    display: block;
    font-weight: 400;
}
.event_search .customSelect,
.member_search .customSelect,
.member_search input[type=text]{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0;
    background: #004389;
}

.locate, .cat{width: 100%;}

.hasCustomSelect, .member_search input[type=text]{
    width: 100%;
}


.member_search input[type=text]{
    color: #fff;
    border: none;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.member_search input[type=text]::-webkit-input-placeholder {
 color: #fff;
}

.tx-gg-events option{
    color: #000;
}

/*.event_search .customSelect{

}*/

.event_search input.datepicker{
    background: #004389;
    height: 40px;
    border: none;
    width: 100%;
    padding-left: 10px
}

.event_search input.datepicker:after{
    content: "\f073";
    font-family: FontAwesome;
}

.event_search .btn.btn-red{
    margin-top:20px;
}

.event_search .fa.fa-calendar,
.event_search .fa.fa-caret-up,
.event_search .fa.fa-caret-down,
.member_search .fa.fa-caret-up,
.member_search .fa.fa-caret-down{
    position: absolute;
    right: 30px;
}
.event_search .fa.fa-calendar{
    top: 38px;
}
.event_search .fa.fa-caret-up,
.member_search .fa.fa-caret-up{
    top:35px;
}
.event_search .fa.fa-caret-down{
    top:45px;
}
.member_search .fa.fa-caret-down{
      top: 22px;
}

.member_search .fa.fa-caret-up{
      top: 11px;
}

.table_head{
    color: #171717;
    background: #efefef;
    height:50px;
    border-bottom: 1px solid #e2e6e5;
}

.table_head p{
    padding-top: 15px;
}

.table_item{
    max-height: 120px;
    min-height:120px;
    color: #171717;
    border-bottom: 1px solid #e2e6e5;
    margin-top: 30px;
}

.table_item .event_title{
    text-decoration: underline;
    color: #c83418;
}

.moreLink, .moreLinklink{
  background: #f8f6f7;
  max-height: 134px;
  min-height: 134px;
  font-size: 40px;
  font-weight: lighter;
  padding: 0;
  margin-top: -15px;
}
.moreLinklink{
    display: block;
}

.moreLinklink:hover{
    text-decoration: none;
}

.moreLink .fa.fa-angle-right{
  position: absolute;
  top: 32%;
  left: 42%;
  color:#171717;
}

.ui-datepicker{
    background: #fff;
}

.ui-datepicker td span,
.ui-datepicker td a{
    color: #004389;
}

.paginierung{
    margin-top:25px;
}

.paginierung ul li.current span {
  padding: 5px 10px;
  background-color: #c73418;
  line-height: normal;
  color: #fff;
  display: block;
}

.paginierung ul li a {
  background-color: #efefef;
  padding: 5px 10px;
  line-height: normal;
  color: #252524;
  font-weight: 600;
}
.paginierung ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.paginierung  ul {
    list-style: none;
  margin: 0 auto;
  width: 200px;
  min-width: 200px;
  max-width: 291px;
  display: block;
  float: none;
}

.speakerItem{
    margin-top:25px;
}

.member_search h3{
    padding-left: 0;
}

h3.headline.noline{
    border-bottom: none;
}
h3.headline.noline.nop{padding: 0;padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0;}
h3.headline.noline.nom{margin: 0; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0;}


.blueBox{
    background: #0f3468;
    padding: 20px;
}

.blueBox h3.headline_blue{
    color: #fff;
    border-bottom: 1px solid #004389;
    padding-left: 0;
    padding-bottom: 20px;
}

.blueBox .lightblue{
    background: #004389;
    color: #fff;
    padding: 10px 15px;
    margin: 20px 0 20px 0;
}

.blueBox .fa-calendar,
.blueBox .fa-clock-o,
.blueBox .fa-map-marker{
    padding-right: 10px;
}

.blueBox .date_ev,
.blueBox .time_ev,
.blueBox .city_ev{
    padding-bottom: 10px;
}

.w90 {
  width: 90%;
}

.checkbox label{  padding-left: 0px;}


/* Hidding the radiobuttons & checkboxes */
input[type="checkbox"] {
    display: none;
}

.fa-square{font-size: 20px !important;}
/* Hidding the "check" status of inputs */
input[type="checkbox"] + label .fa-check  {
display: none;
}

/* Styling the "check" status */
input[type="checkbox"]:checked + label .fa-check {
display: block;
color: #c83418;
font-size: 20px;
}
/* Styling checkboxes */
input[type="checkbox"]:checked + label .fa-check {
position: relative;
left: .125em;
bottom: .125em;
}

.p20{padding: 20px;}

.member_item{border-bottom: 1px solid #ccc;padding:20px;}

.tab-content .member_item,
.tab-content .table_head {
    padding:20px 0;
}
.tab-content .table_head{
    height: auto;
}

.showAll{
      margin: 10px 0;
      display: block;
      color: #fff;
      text-decoration: underline;
}


/* =Lightbox
----------------------------------------------- */
.modal-content{
    border-radius: 0;
}
.modal-body{
    padding-top:0;
    padding-bottom: 0;
}

.contact_inbox{
    padding: 35px;
    margin: 0 -15px;
    border-bottom: 1px solid #ccc;
}

.contact_inbox p.bodytext{
    margin-bottom: 0;
}

h2.modal-title {
    font-weight: 300;
    padding-bottom: 50px;
}

.content_lightbox{
    padding: 35px 25px;
}

.contact_inbox h3{
    padding-left: 0;
    font-size: 21px;
}
span.contactPosition{
    font-style: italic;
    font-size: 13px;
    color: #004388;
}

.blue_top_bar{
    height: 50px;
    background-color: #004388;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin-right: 20px;
    margin-top: 10px;
}

.modal-body .col-md-4{
    border-left: 1px solid #ccc;

}

.modal-body ul, .tab-pane ul{
    margin-top: 5px;
}

.modal-body ul li, .container ul li{
    line-height: 22px;
}

/* = Accordion
----------------------------------------------- */

.panel-title{
   cursor: pointer;
   background-color: #efefef;
   display: block;
   height: 62px;
   font-size: 20px;
   font-family: "Open Sans",sans-serif;
   font-weight: 300;
   color: #171716;
   padding:0;
   position: relative;
   border:none;
   -webkit-transition:background 1s;
   -moz-transition:background 1s;
   -o-transition:background 1s;
   transition:background 1s;

}

.panel-heading.open .panel-title{
   background-color: #c73418;
       -webkit-transition:background 1s;
-moz-transition:background 1s;
-o-transition:background 1s;
transition:background 1s;
   color:#fff;
}


.panel-heading{padding: 0; }

.panel-title>a{
   display: block;
   padding: 20px 15px 15px 15px;
   height: 62px;
}

.panel-title>a:hover, .panel-title>a{
   text-decoration: none;
}

.panel{box-shadow:none;border:none;}

.panel-default{border-color: transparent;}
.panel-group .panel{border-radius: 0px;}

.panel-default>.panel-heading{
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   background-color: transparent;
   /*border-color: transparent;*/
   border:none;
}

.accordion-toggle:after{
   width: 62px;
   height: 62px;
   background: #dddddd;
   display: block;
   position: absolute;
   right: 0;
   top: 0;
   background-image: url('../img/acc_arrow.png');
}
.arrow_acc_active{
   background-image: url('../img/acc_arrow_active.png');

}

.panel-body{
   padding: 15px 0;
}




.panel-group .panel+.panel {
   margin-top: 15px;
}

.glyphicon{
   position: absolute;
   width: 62px;
   height: 62px;
   top: 0;
   background: #ccc;
   right: 0;


}

.glyphicon-chevron-up:before,
.glyphicon-chevron-down:before{
   content: none;
}
.glyphicon.glyphicon-chevron-down{
       background:#a82e13;
   -webkit-transition:background 1s;
-moz-transition:background 1s;
-o-transition:background 1s;
transition:background 1s
}

.glyphicon.glyphicon-chevron-up{
       background: #ccc;
        -webkit-transition:background 1s;
-moz-transition:background 1s;
-o-transition:background 1s;
transition:background 1s
}

.glyphicon.glyphicon-chevron-down:before{
   content: url('../img/acc_arrow_active.png');

}



.glyphicon.glyphicon-chevron-up:before
{
   content: url('../img/acc_arrow.png');

}


.panel ul{
    margin-top: 0;
}

.panel ul li{
    line-height: 23px;
}

.panel p{
    margin: 10px 0 0;
}



/* =Tabs
----------------------------------------------- */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,.nav-tabs>li:hover{
    background-color: #004388 !important;
    color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li{
    background-color: #efefef;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "OpenSans", sans-serif;
    margin-bottom: 0;
    -webkit-box-shadow: 1px -1px 3px 0px #d8dcdd;
    -moz-box-shadow: 1px -1px 3px 0px #d8dcdd;
    box-shadow: 1px -1px 3px 0px #d8dcdd;
}

.nav-tabs>li>a{
    color:#171716;
    margin-right: 0;
    border-radius:0;
    border:none;
    padding: 20px;
}
.nav-tabs>li>a:hover{
    color:#fff;
}

/* =Header Image
----------------------------------------------- */

.headerpic{
   /* margin-bottom: 25px;*/
}


/* =Location Tile
----------------------------------------------- */
.location_tile{
    margin-bottom:20px;
}

.location_bottom{
    display: block;
    background-color: #efefef;
    height: 100px;

    box-shadow: 0px 0px 2px 0px #ccc;
    -webkit-box-shadow:0px 0px 2px 0px #ccc;
    -moz-box-shadow: 0px 0px 2px 0px #ccc;
}

.location_bottom:hover{


}

.location_bottom:hover, .location_tile:hover .location_bottom{
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    background-color:#004388;
}

.location_bottom p{
    padding: 15px;
    color: #171716;
    font-size: 20px;
    font-weight: 300;
    padding-top: 55px;
    background-image: url('../img/local_arrow.png');
    background-repeat: no-repeat;
    background-position: right 58px;
    margin-right: 20px;
}
.location_bottom:hover p, .location_tile:hover p{
    color: #fff;
    background-image: url('../img/local_arrow_hover.png');
    font-weight: 300;
    font-size: 20px;
}


/* =Upcoming Top Event
----------------------------------------------- */
.topevent_footer{
    padding: 10px 15px;
    background-color: #982a0f;
    color: #fff;
}

.top.date{color:#fff;}
.top_event{margin-bottom: 25px;display: block;}

.top_event:hover{text-decoration: none;}

.top_event h2 {
    font-size: 40px;
    font-weight: lighter;
    color: #fff;
    margin: 0;
}
.topevent_content{
    background-color: #b83116;
    display: block;
    height: 200px;
    padding: 15px 90px 15px 15px;
}

.middot{
    padding: 0 15px;
}

/* =Upcoming Event
----------------------------------------------- */
.upcoming_event{margin-bottom: 25px;display: block;}

.upcoming_event:hover{text-decoration: none;}

.upcoming_content{
    background-color: #004388;
    display: block;
    height: auto;
    padding: 15px 90px 15px 15px;
}

.upcoming_content h2{

}


.upcoming_event h2,.upcoming_content h2 {
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    margin: 0;
    line-height: 26px;
}

.upcoming_footer{
    padding: 10px 15px;
    background-color: #0f3467;
    color: #fff;
}

.upcoming.date{color:#fff;}

/* =Personal
----------------------------------------------- */

.personal_name{
    font-weight: 600;
    padding-top:20px;
}

.personal_item{
    margin-bottom:25px;
      max-height: 450px;
  min-height: 450px;
}

.personal_image_wrap{
    min-height: 231px;
    max-height: 231px;
}



div#collapse-1164 .personal_item {
  min-height: 500px;
  height: 100%;
  max-height: 625px;
}


/* = Google Maps
----------------------------------------------- */

#map_canvas .contact-person{
    box-shadow: none;
    margin-bottom: 0;

}

#map_canvas .contact-person .details{
      border-top: none;
  padding: 10px 20px;
  margin-top: 0;
}

#map_canvas .contact-person .details_local{
    padding: 10px 0px;
}

#map_canvas .contact-person .details_local .desc{
    margin-bottom: 0
}

#map_canvas .contact-person .details_local .col-sm-3.col-md-3{
    padding-right: 0;
      padding-left: 10px;
}

#map_canvas .contact-person .details_local .name{
    margin-bottom: 0;
}

#map_canvas .contact-person h4{
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 24px;
}

#map_canvas .contact-person .details .tel,
#map_canvas .contact-person .details .email{
      padding: 0 20px 5px 0;
}

#map_canvas .weblink{
      padding: 10px 0;
      text-align: right;
      position: relative;
      border-top: 1px solid #f5f5f5;
}

#map_canvas .weblink a{
    color: #c73418;
      text-decoration: underline;
      font-weight: 600;
        padding-right: 15px;
}
#map_canvas .ort{
  background: #004388;
}

#map_canvas .infoBox img{
    text-align: right;
    width: 11px;
    height: 11px;
    margin-right: 15px !important;
}

#map_canvas .cap{
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
    padding-top: 7px;
  margin-bottom: 7px;
}

#map_canvas .circle-img img{
    width:100%;
    height: auto;
}

#map_canvas .contact-person .details_local p {

  display: block;
  width: 100%;
  font-size: 13px;
}

#map_canvas .contact-person .details_local .col-md-9.col-sm-9 p{
     padding-left: 0px;
}

.row .tx-gg-committees.col-md-12.nopright.nopleft{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}


/* =Footer
----------------------------------------------- */
footer{
    margin-top: 15px;
}
.footer_widgets{
    background: #0C2750;
    color: #fff;
    padding: 20px 0px 30px;
    height: auto;
}

.footer_widgets ul, .footer-meta-nav ul{
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.footer_widgets ul li a{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.footer_widgets .details{
    margin-bottom: 15px;
}

.footer_widgets .tel:before {
    font-family: "FontAwesome";
    content: "\f095";
    padding-right: 4px;
}
.footer_widgets .email a{
    color: #fff;
}

.footer_widgets .email:before {
    font-family: "FontAwesome";
    content: "\f003";
    padding-right: 4px;
}

.footer_meta{
    height:50px;
    background: #0f3467;
}
.footer-meta-nav ul{
    margin-top:15px;
}

.footer-meta-nav ul li{
    float: left;
    padding-right: 15px;
}

.footer-meta-nav ul li a{
    color: #fff
}

.footer_meta p{
    color: #fff;
    margin-top: 15px;
}

/*SOCIAL MEDIA FOOTER*/
.footer-social-media {
    display: inline-block;
}


.footer-social-media ul li {
    display: inline;
    float: left;
    padding: 0px 9px 0 0;
    position: relative;
}


.footer-social-media ul li a {
    background: none repeat scroll 0 0 #0f3467;
    display: block;
    height: 46px;
    max-height: 46px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 46px;
}

.footer-social-media ul li a:hover {
    background: #004388;
    transition: all 0.6s ease 0s;
}


.footer-social-media ul li a .fa {
    font-size: 16px;
}


.footer-social-media span {
    font-weight: 600;
}



.footer-social-media span {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 18px;
    float: left;
}




/* SUCHBOX */
.searchbox{
 position:relative;
 min-width:50px;
 width:0%;
 height:32px;
 float:right;
 z-index: 10;
 overflow:hidden;
 -webkit-transition: width 0.3s;
 -moz-transition: width 0.3s;
 -ms-transition: width 0.3s;
 -o-transition: width 0.3s;
 transition: width 0.3s;
 margin-top: 15px;
}

.searchbox-input {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #fff;
  width: 50%;
  height: 32px;
  margin: 0;
  font-size: 16px;
  color: #c73418;
  border-bottom: 1px solid #000;
}
.searchbox-input::-webkit-input-placeholder {
 color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
 color: #d74b4b;
}

.searchbox-icon, .searchbox-submit {
  width: 50px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-family: "FontAwesome";
  background: #fff;
}

.searchbox-open{
 width:100%;
}

.fa.fa-search{
    font-size: 20px;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup{
    color: #235391;
}

.tx-indexedsearch-title.title a,
.tx-indexedsearch-title.title{
    color: #171716;
    display: inline-block;
}

.tx-indexedsearch-info.info,
.tx-indexedsearch-info.info a{
    color: #c4c4c4;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info{
    background: transparent;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw{
    font-weight: 300;
    font-style: normal;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr{
    font-style: normal;
}

.tx-indexedsearch-res.item{
    border-bottom: 1px solid #ccc;
}

.result-item{
    padding: 10px 20px;
}


.tx-indexedsearch-browsebox{
    text-align: center;
}

.tx-indexedsearch-browsebox p{
    text-align: left;
}

.browsebox{
    background: #fff;
    padding: 20px;
    -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
    -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
    box-shadow: 1px 1px 3px 0px #d8dcdd;
}

/* POWERMAIL */

.tx-powermail input[type=text],
textarea, .powermail_input, .login_form{
    background: #efefef;
    border:none;
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
    width: 100%;
    padding-left: 15px;
    font-family: "Open Sans",sans-serif;
}

.tx-powermail input[type="checkbox"]{
    display: inline-block;
}

textarea{
     height: 95px;
}

.tx-powermail input[type=radio] {
  width: 20px;
  height: auto;
}

.powermail_radio_inner{
    float: left;
  padding-right: 15px;
}

.powermail_radio_outer{
    float: left;
    height: 25px;
}
.powermail_radio_legend{
    display: block;
}

/*.powermail_fieldwrap_select{margin-top:15px;}*/
/*
.powermail_captcha_outer img{
    margin-top: 25px;
}*/

.powermail_fieldset{margin-top: 15px;}

ul.parsley-errors-list{
    margin-top:15px;
    list-style-image: none;
    list-style: none;
    padding-left: 0;
    color: #c73418;
}

.powermail_captchaimage{
      width: 48%;
      height: 40px;
}
input[type=text].powermail_captcha{
  width: 48%;
  float: left;
  margin-right: 10px;
}
.powermail_fieldwrap_text{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.parsley-error input[type=text], input[type=text].parsley-error{
    border: 2px solid #c73418;
}
.powermail_select{
    width:90%;
    margin-left: 22px;
}

.powermail_fieldwrap_input,
.powermail_fieldwrap_textarea {
    padding-bottom: 15px;
}

.customSelect{
  display: inline-block;
  background: #efefef;
  min-height: 40px;
  vertical-align: middle;
    margin-left: 19px;
       background-image: url('../img/arrow_down.png');
  background-repeat: no-repeat;
  background-position: right;
  height: auto;
}

.customSelectInner{
  display: inline-block;
  padding: 8px;

}

.tx-gg-members .checkbox{
    margin-top: 0;
}

.tx-gg-members option{
    color:#000;
}

/*
div {
  margin:0 0 0.75em 0;
}*/

input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    /*color: #efefef;*/
    font-family:Arial, sans-serif;
    font-size:14px;
}
input[type="radio"] + label span {
    display:inline-block;
    width:13px;
    height:13px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + label span {
     background-color:#efefef;
}

input[type="radio"]:checked + label span{
     background-color:#c73418;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.1s linear;
  -o-transition:background-color 0.1s linear;
  -moz-transition:background-color 0.1s linear;
  transition:background-color 0.1s linear;
}

#powermail_fieldwrap_99{
    font-size: 13px;
}

.loginform, .forgotpasswordform{
    /*width: 50%;*/
}

.loginform .login_form,
.forgotpasswordform .login_form,
.changepasswordform .login_form{
    margin-bottom: 15px;
}

.statusMessage{
      margin-top: 15px;
  margin-bottom: 15px;
  background-color: #c73418;
  display: block;
  padding: 10px;
  color: #fff;
}

/* History */

.timelineFlat #t_line_right:after {
  content: "\f105";
  position: absolute;
  left: 26px;
  top: 28px;
}

.timelineFlat #t_line_left:after{
    right: 26px;
    top: 28px;
}

.timelineFlat .timeline_line{
    height: 110px;
}

/*.timelineFlat #t_line_right {
  right: -60px;
}
.timelineFlat #t_line_left {
  left: -60px;
}*/

/*.timelineFlat .timeline_line{
      width: 91%;
      width: 1020px;

}*/


.timelineFlat #t_line_right{
    right: -60px !important;
}
.timelineFlat #t_line_left {
  left: -60px;
}

.timelineFlat .t_line_m, .timelineFlat .t_line_m.right{
    border-left: none;
    border-right: none;
}

.timelineFlat .t_line_holder{
    background-color: #fff;
  -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
  -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
  box-shadow: 1px 1px 3px 0px #d8dcdd;
  /*overflow: visible !important;*/
}

.timelineFlat #t_line_left, .timelineFlat #t_line_right {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  top: 0px;
  width: 14px;
  height: 21px;
  font-size: 21px;
  color: #fff;
  position: relative;
  width: 60px;
  height: 80px;
  background: #c73418;
  text-align: center;
  z-index: 1;
}

.timelineFlat h4.t_line_month {
    font-family: "Open Sans",sans-serif;
    color: #fff;
    display: none;
}


.timelineFlat a.t_line_node:after{
    background: #004388;
    height: 13px;
    width: 13px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    top: -5px;
}

.timelineFlat a.t_line_node.active:after{
    border: 3px solid #fff;
    background: #c73418;
    height: 18px;
    width: 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    margin: -3px 0 0 -10px;
}


















.time_body{
    background-color: #fff;
    padding:20px 30px;
}

.time_body{
    color: #171716;
}
.time_body h4{
    font-size: 20px;
      line-height: 16px;
    font-family:  "Open Sans",sans-serif;
    font-weight: 400;
}

.time_body p{
       font-size: 13px;
    line-height: 22px;
    font-family:  "Open Sans",sans-serif;

    margin-bottom: 0;
}


.timelineFlat .item{
      background: #fff;
}


.timelineFlat a.t_line_node{
    color: #171716;
    font-family: "Open Sans",sans-serif;
}

.timelineFlat .t_line_node.active .t_node_desc span{
    background: #c73418;
    color: #fff;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
top: 23px;
}

.timelineFlat a.t_line_node .t_node_desc span{
    background: #fff;
    color: #171716;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    margin-top: 20px;
}

.former, .today{
    color: #b7b6b6;
    font-size: 15px;
    margin-top: 100px;
    font-family: "Open Sans",sans-serif;
}

.timelineFlat .t_line_node.active .t_node_desc span:after{
    border-bottom: 5px solid #c73418;
}
.timelineFlat .t_node_desc span:after{
    bottom: 36px;
    border-bottom:5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
}

/*.timelineFlat .timeline_line{
      margin-bottom: 60px;
      width: 1020px;
}*/

.timelineFlat .t_line_holder{
      background: url('../images/timeline/light/line.jpg') repeat-x 0px 20px;
      background-color :#fff;

}

.timelineFlat .t_line_node.active .t_node_desc{


  top: -23px;
  left: 4px;
}

.timelineFlat .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #c73418;
  width: 100%;
  z-index: 2;
  bottom: 0;
  top: auto;
  left: 0;
}

.timelineFlat .item.item_node_hover:after{
  border-bottom: none;
    border-top: none;
  bottom: 4px;
  top: 0;

}


.navbar-brand-mobile{
    max-width: 300px;
}




/* =Media Queries
----------------------------------------------- */


@media (max-width: 450px) {

    h1{
        font-size:30px;
        line-height: 35px;
    }

    .col-xs-6.personal_item {
  width: 100%;
}

    .timelineFlat .item{
      width: 310px;
    }
    .navbar-brand{
        width: 215px;
    }

    /* Meta Navigation */
    .social-media {
        display: none;
    }


    /* Meta Navigation Links */
    .meta-navbar .pull-right ul {
        display: none;
    }
    .carousel-caption{
          bottom: 0;
    }


    /* Hamburger Menu */
    .navbar-toggle {
        border: 0 none;
        border-radius: 0;
        float: left;
        margin: 50px 0 8px 10px;
        padding: 0;
        position: absolute;
    }


    #navbar-brand-centered {
      width: 100%;
      text-align: center;
    }


    .navbar-brand {
        display: inline-block;
        margin: 0 auto;
        float: none;
        font-size: 18px;
        height: auto;
        line-height: 20px;
        padding: 25px 0px;
    }

    .navbar-brand-full {
        display: none;
    }

    /* Navigation */
    .navbar-nav {
        float: left;
        margin: 0;
    }
.carousel {
  height: 460px;
}

    .carousel-inner {
        height: 460px;
    }

    .carousel-caption{
          width: 100%;
      left: 0;
      height: auto;
        /*bottom: auto;*/
    }
    .carousel-caption h1{
      font-size: 28px;
    }

    span.right-handle{
        left: 0%;
    }
    span.left-handle{
        right: 0%;
    }

    .panel-title>a{
        padding: 20px 60px 15px 15px;
        font-size: 16px;
    }

    .nav.nav-tabs li{
        width: 100%;
    }
.yamm .dropdown.yamm-fw .dropdown-menu.shown{
    left:0;
}
    .date{
        display: inline-block;
        position: relative;
    }


}




@media (max-width: 767px) {

.personal_image_wrap img{
    max-width: 155px;
}

.quoter_personal{
        max-height: 100%;
}
.news_thumb{
    padding: 0 15px 10px 15px;
}

/* Meta Navigation */
.meta-navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.social-media {
    display: none;
}

/* Hamburger Menu */
.navbar-toggle {
    border: 0 none;
    border-radius: 0;
    float: left;
    margin: 50px 0 8px 10px;
    padding: 0;
    position: absolute;
}


#navbar-brand-centered {
  width: 100%;
  text-align: center;
}


.navbar-brand {
    display: inline-block !important;
    margin: 0 auto;
    float: none;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 25px;
    /*width: 250px;*/
}



/* Navigation */
.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
}


.navbar-brand-full {
    display: none !important;
}

.navbar-brand-mobile {
    display: inline-block;
}

.navbar.navbar-static-top.yamm.navbar-offcanvas.navbar-offcanvas-touch.navbar-offcanvas-fade.offcanvas-transform.js-offcanas-done{
    top:0;
}
.navbar-brand.navbar-brand-sticky{
    display: none !important;
}

.tx-gg-quotemanager .br{border-right: none;}
.tx-gg-quotemanager .nopright{padding-right: 15px;}
.tx-gg-quotemanager .nopleft{padding-left: 15px;}


.searchbox-input{
    width: 100% !important;
      background: #004389;
      color: #fff;
}

.searchbox-input::-webkit-input-placeholder {
 color: #fff;
 padding-left: 10px;
}
.searchbox-input:-moz-placeholder {
 color: #fff;
 padding-left: 10px;
}
.searchbox-input::-moz-placeholder {
 color: #fff;
 padding-left: 10px;
}
.searchbox-input:-ms-input-placeholder {
 color: #fff;
 padding-left: 10px;
}

.searchbox{
    width: 100% !important;
}

.navbar-nav .active a {
  color: #fff;
}
.searchbox-icon, .searchbox-submit{
    background: transparent !important;
}

.fa.fa-search{
    color: #fff;
}

.navbar-offcanvas.offcanvas-transform.in{
    background: #0c2752;
}

.navbar-nav{
    float: none;
}

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

.navbar-brand-full {
  display: none !important;
}
.navbar-brand-mobile{
    display: inline-block;
}

.navbar-nav>li>a{
    text-shadow:none !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: #0f3468;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus{
    color: #fff;
}


.navbar.yamm .container{
    padding-left: 0;
    padding-right: 0;
}



.grid-advo .col-sm-2,
.grid-advo .col-sm-4,
.grid-service .col-sm-2,
.grid-advo .col-sm-6{
    border-right: none;
    height: auto;
    min-height: 0px;
 }

.grid-advo .row.p25,
.grid-service .row.p25{
    padding: 0;
}

.dropdown-menu .row.p25 b>a,
.dropdown-menu .row.p25 a{
    padding-left: 17px !important;
}


.yamm .navbar-nav>li.dropdown>ul.dropdown-menu li a{
    padding-left: 0 10px;
}


.yamm .navbar-nav .dropdown-menu ul>li,
.yamm .navbar-nav>li>.dropdown-menu a,
.act_4_lev{
    background-color: #004389;
    padding: 7px;
}

.yamm .navbar-nav .dropdown-menu ul>li,
.yamm .navbar-nav>li>.dropdown-menu a,
.dropdown-menu .row.p25 b>a{
    border-bottom: 1px solid #0c2752;
}




.yamm .navbar-nav .dropdown-menu ul>li.act_3_lev,
.yamm .navbar-nav .dropdown-menu ul>li.act_3_lev a{
    background: #0f3468;
}


.yamm .navbar-nav>li>.dropdown-menu .level3menu_20 a,
.level3menu_27 li a{
    border-bottom: none;
}


.nav>li{
    border-bottom: 1px solid #004389;
}

.glyphicon.glyphicon-remove{
    color: #fff;
    width: auto;
    height: auto;
    background: transparent;
    font-family: FontAwesome;
}

.glyphicon-remove:before {
  content: "\f00d";
}



.offcanvas-toggle{
    background: transparent !important;
}

.col-md-6.pull-right.nopright{
    width: 100%;
    padding-right: 15px;
}



.respo_nav{
    /*height: 165px;*/
      height: 120px;
    background: #fff;
      -moz-box-shadow: 1px 1px 2px #d8dcdd;
  -webkit-box-shadow: 1px 1px 2px #d8dcdd;
  box-shadow: 1px 1px 2px #d8dcdd;
}

.navbar-header{
    height: 85px;
}

    .tx-gg-mitgliedsfirmen .boxnop.left{
        width: 100%;
        background: transparent;
        box-shadow: none;
    }

    .patron {
      min-height: 275px;
      background: none repeat scroll 0 0 #fff;
      -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
      -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
      box-shadow: 1px 1px 3px 0px #d8dcdd;
      margin-bottom: 15px;
    }


    .patron .member_logo{
        height: 150px;
        width: 100%;
    }
    .col-md-1.col-sm-1.col-xs-1.moreLink{
        margin-top: -110px;
        min-height: 189px;
    }

    .moreLinklink{
        min-height: 160px;
        margin-top: 0;
    }

    .table_item .nopleft.nopright{
        padding-left: 15px;
        padding-right: 15px;
    }

    .table_item{
        max-height: 160px;
        min-height: 160px;
    }

    .table_head, .tablehead{
        height:0;
    }
    .tablehead{
        padding: 0;
    }



}




.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}




@media (max-width: 991px) {

    .personal_image_wrap img{
    max-width: 155px;
}

    .footer_meta{
        height: auto;
    }

/* Meta Navigation */
.social-media span {
    display: none;
}


.meta-navbar .container {
    padding: 0px;
}



.right.carousel-control.newsboard {
  position: absolute;
  right: 12px;
}

.left.carousel-control.newsboard {
  position: absolute;
  left: 12px;
}

.news_teaser_home .thumbnail{
    max-width: 350px;
    margin: 0 auto;
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {

      .navbar-nav > li > a{
        padding: 10px 10px;
    }
    .navbar-brand{
        padding: 30px 15px 0 15px;
    }

    .navbar-brand.navbar-brand-full image{
        height: 60px;
    }

    .nav.navbar-nav{
        float:left;
        margin-left: -10px;
    }

    #js-bootstrap-offcanvas.navbar-fixed-top{
        height: 100px;
    }

    #js-bootstrap-offcanvas.navbar-fixed-top .navbar-brand.navbar-brand-sticky{
        padding: 0 0 15px 0;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .quotes_home{min-height:330px;}

    .right.carousel-control.newsboard{
    position: absolute;
    right: -50px;
}
.left.carousel-control.newsboard{
    left:-50px;
}

    span.left-handle{
        right:65%;
    }
    .sr-only.prev{
        right: 80%;
    }

    span.right-handle{
        left: 65%;
    }

       .sr-only.next{
        left: 80%;
    }

    .meta-navbar ul li a{
        font-size: 11px;
    }

    .meta-navbar .btn-blue{
        padding: 10px 15px;
    }

    .meta-navbar .btn-red{
        padding: 15px 15px;
    }

  .navbar-nav > li > a{
        padding: 10px 10px;
    }

}

/* RTE STYLES */

.blue-italic{
    color: #004388;
    font-style: italic;
}

.btw-headline{
    color: #004388;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.download, .mail{color: #c73418;}
.download:hover, .mail:hover{ color: #a82e13;}

.download:before{
    content: "\f016";
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 3px;
    vertical-align: -1px;
}

.mail:before{
    content: "\f003";
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 3px;
    vertical-align: -1px;
}

.phone, .fax, a.rte-mail{
    color: #004388;
}
.phone:before{
     content: "\f095";
    font-family: "FontAwesome";
}
.fax:before{
         content: "\f1ac";
    font-family: "FontAwesome";
}

.rte-mail:before{
    content: "\f003";
    font-family: "FontAwesome";
   color: #004388;
   padding-right: 3px;
}
a.rte-mail:hover{
    color: #004388;
}

.twitter-box{
    margin-bottom: 25px;
    width: 355px;
}

#twitter-widget-0{
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
      -moz-box-shadow: 1px 1px 3px 0px #d8dcdd;
  -webkit-box-shadow: 1px 1px 3px 0px #d8dcdd;
  box-shadow: 1px 1px 3px 0px #d8dcdd;

}





 @media screen and (max-width: 609px){
    .timelineFlat .timeline_line {
      /*width: 67%;*/
      width:240px;
    }

    .timelineFlat #t_line_right {
      display: none;
    }
    .timelineFlat #t_line_left {
      display: none;
    }

    .timelineTouch.timelineFlat .t_left,
    .timelineTouch.timelineFlat .t_right{
        display: block;
    }
    .timelineFlat .t_right:hover, .timelineFlat .t_right, .t_right, .timelineFlat .t_right:hover:active
    {

  background: rgba(255,255,255, 0) url('../images/timeline/clean/blck-arrow-right.png') no-repeat center center;
}
.timelineFlat .t_lefter, .timelineFlat .t_left, .t_left, .timelineFlat .t_left:hover:active {
    background: rgba(255,255,255, 0) url('../images/timeline/clean/blck-arrow-left.png') no-repeat center center;
}
}


/*.member_logo img:hover {
    filter: none;  Applies to FF + IE
    -webkit-filter: grayscale(0);
}*/
.member_title {
    width:186px;
    word-break: initial;
    word-wrap: break-word;
}

.tx-yag-pi1.theme-amchamTheme,
.tx-gg-downloadmanager .row.downloads {
  margin-top: 45px;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .box,
.tx-gg-downloadmanager .downloads .box {
  height: 0;
  padding-bottom: 100%;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumdescription,
.tx-gg-downloadmanager .albumdescription {
  padding-top: 10px;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumdescription .tx-yag-album-albumcaption,
.tx-gg-downloadmanager .albumdescription a {
  color: #171716;
  font-weight: 300;
  line-height: 28px;
  font-size: 20px;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumdescription .tx-yag-album-albumcaption {
    font-size: 16px;
  }
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumdescription .date {
  padding-bottom: 10px;
  display: block;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumthumb,
.tx-gg-downloadmanager .albumthumb {
  margin: -20px -20px 0;
  position: relative;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumthumb .albumthumbicon,
.tx-gg-downloadmanager .albumthumb .albumthumbicon {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 0;
  bottom: 0;
  background-color: #0f3467;
  text-align: center;
  color: #fff;
}

.tx-yag-pi1.theme-amchamTheme .tx-yag-items .albumthumb .albumthumbicon i,
.tx-gg-downloadmanager .albumthumb .albumthumbicon i {
  line-height: 46px;
  font-size: 20px;
}


#main .pagination {
  margin: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}

#main .pagination li a {
  margin: 0 2px;
  border: none;
  background-color: #efefef;
  padding: 5px 10px;
  line-height: normal;
  color: #252524;
  font-weight: 600;
}

.tx-yag-pi1.theme-amchamTheme .pictureList .imagethumb-inner {
  margin-bottom: 30px;
}

#main .pagination li.cur a,
#main .pagination li.current a {
  background-color: #c73418;
  color: #fff;
}

#main .pagination > li.dotdotdot > span,
#main .pagination > li.dotdotdot > span:hover {
  background-color: #fff;
  border: 0;
}

#main .pagination > li:first-child > a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#main .pagination > li:last-child > a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#main .standalone {
  padding: 0 15px;
}
.standalone.active a{
    background-color: #0f3467;
}

.navigationbox-text {
  background: #0f3467;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.75em;
  font-size: .9em;
  font-weight: 300;

}

.bottom.navigationbox .navigationbox-text{
  bottom: 0;
  position: absolute;
  width: 95%;
}

#nav_1_box_1{border-right: none;}

.dropdown-menu .navigationbox-text h1,
.dropdown-menu .navigationbox-text h2,
.dropdown-menu .navigationbox-text h3,
.dropdown-menu .navigationbox-text h4,
.dropdown-menu .navigationbox-text h5,
.dropdown-menu .navigationbox-text h6 {
  padding-left: 0;
}

/*.fb-box{
    height: 400px;
}*/

/*.twitter-box,
.fb-like-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    max-height: 400px;
    overflow: hidden;
}*/
.news_teaser_home .thumbnail,
.news_teaser_home .mediaelement{
    height: 200px;
}


.news-list-view .news_teaser .mediaelement-video{
height:130px;
}
.mediaelement-video iframe{
position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb_iframe_widget_fluid{
    display: inline-block !important;
}

    .panel-body h3.headline{
        margin-top: 20px;
    }

.cc_container .cc_btn, .cc_container a.cc_btn_accept_all.cc_btn:visited {
    color: #fff !important;
    background-color: #c73418 !important;
}

#powermail_fieldwrap_107 legend, #powermail_fieldwrap_108 legend, #powermail_fieldwrap_109 legend, #powermail_fieldwrap_110 legend, #powermail_fieldwrap_111 legend {
    display: none;
}

#powermail_fieldwrap_107 .powermail_check_inner > *, #powermail_fieldwrap_108 .powermail_check_inner > *, #powermail_fieldwrap_109 .powermail_check_inner > *, #powermail_fieldwrap_110 .powermail_check_inner > *, #powermail_fieldwrap_111 .powermail_check_inner > * {
    vertical-align: top;
}

#powermail_fieldwrap_107 .powermail_check_inner label, #powermail_fieldwrap_108 .powermail_check_inner label, #powermail_fieldwrap_109 .powermail_check_inner label, #powermail_fieldwrap_110 .powermail_check_inner label, #powermail_fieldwrap_111 .powermail_check_inner label {
    max-width: calc(100% - 20px);
}
