@import url('/css/opens.css');

*:focus {
    outline: none;
}

a:focus {
	border: none;
	outline: none;
}

img { max-width: 100%; }

.head {
    background: url(/images/head_bg.png);
    height: 110px;
}

.logo {
    margin-top: 42px;
}
.logo img {
	max-width: 100%;
}
@media (max-width: 989px) {
	.logo { margin-left: 15px; max-width: 80%; }
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.bg-black {
    background-color: #000;
    color: #fff;
}


a.tw_link {
	color: #fff;
}

.inline_search {
	margin-top: 31px;
}

.searchlead {
    font-size: 0.92em;
    font-family: Georgia;
    line-height: 1.3em;
    margin-top: 5px;
    padding-bottom: 5px;
}

.hl {
    background: none repeat scroll 0 0 #FFFF00;
}

.klappbar {
	/* padding-left: 10px; */
}

a.klappbar[aria-expanded="true"]{
  padding-left: 10px;
}

.klappbarmenu[aria-expanded="true"]{
  padding-left: 20px;
}


div.keyword {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #0d6fb0;
}


.media-holder {
    /*overflow: hidden;*/
    position: relative;
    background: none repeat scroll 0% 0% rgb(237, 238, 239);
    padding: 10px 22px 10px 22px;
    margin-bottom: 51px;
}

.media-holder .media-ajax  { float: left; padding: 0 5px; }
.media-holder .media-ajax::after  { content: ''; display: block; clear: both; }
.media-holder .thumb { height: 100px; border: 1px solid #999999; }

.channel {
    background: url(/images/channel_bar_bg.jpg) no-repeat;
    height: 100px;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
}

.channel25jahre {
	
	background: #1b488b url(/images/25jahre/channel_bar_bg-large.jpg) no-repeat center!important;
	background-color: center;
}



.channel-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 70px;
    padding-top: 5px;
    border-bottom: 5px solid #fff;
}

.leftblock, .rightblock {
    margin-bottom: 50px;
}

.rightblock .blockcontent {
    border: none;
}

.corporateNews {
	border-bottom: 1px dotted;
}

.corporateNewsPhoto {
	background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
    float: left;
    min-height: 250px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.thumb {
	height: 60px;
	margin: 0 auto;
	border: 2px solid #0d6fb0;
}

h1.headtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.3em;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	h1.headtitle { font-size: 2.8em; }
}

h2.headtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
}
@media (max-width: 767px) {
	h2.headtitle { font-size: 2.0em; }
}

h3.headtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
}


@media (max-width: 767px) {
	h3.headtitle { font-size: 1.2em; }
}

h4.headtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
}

@media (max-width: 767px) {
	h4.headtitle { font-size: 1.0em; }
}
.comp_block { font-size: 1.3em; font-family: Georgia; line-height: 1.5em; margin-bottom: 50px; }

.btmpadding {
	padding-bottom: 40px;
}

.comp_content { padding-left: 50px; }
@media (max-width: 460px) {
	.comp_content { padding-left: 0px; }
}


.comp_subnav a.active {
    padding-left: 10px;
    border-left: 1px solid #000;
}

.comp_subnav a {
	transition: padding 0.2s linear;
	display:inline-block;
}

.comp_subnav a:hover {
	padding-left: 10px;
}


.block-title {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
}

.block-title span {
    line-height: 17px;
    display: inline-block;
    padding: 7px 0 4px;
    border-bottom: 2px solid #000;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}

.blockcontent {
    padding-top: 15px;
    padding-right: 10px;
    border-right: 1px solid #d9d9d9;
}

a.NewsTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.leftblock a, .rightblock a {
    color: #0d6fb0;
    font-size: 1.4em;
	line-height: 1.2em;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
	.leftblock a, .rightblock a { font-size: 1.2em; }
}
@media (min-width: 768px) and (max-width: 1109px) {
	.leftblock a, .rightblock a { font-size: 1.1em; }
}
@media (min-width: 1110px) and (max-width: 1279px) {
	.leftblock a, .rightblock a { font-size: 1.2em; }
}

.more_news {
    margin-top: 12px;
}

.mn_sep {
    float: left;
    width: 25px;
    height: 7px;
    background-color: #1b67a3;
    margin-top: 10px;
    margin-right: 13px;
}

.mn_link {
    float: left;
}

a.mehrnews {
    line-height: 10px;
    font-size: 1em;
    line-height: 16px;
    margin: 5px 0 20px 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.SeparationLine {
	margin-top: 10px;
}

.navbar .carousel-caption h3 {
	color: #fff;
	text-shadow: 0px 0px 10px #999999, 0px 0px 10px #999999;
}

label.gmeiner {
	font-size: 1.4em;
    line-height: 110%;
    color: #000;
    text-shadow: 3px 2px 4px rgb(177, 177, 177);
}

.gmeiner_sub {
	margin-left: 20px;
    margin-top: 5px;
    padding-right: 20%;
}

.gmeiner_block {
	padding-right: 20%;
	margin-top: 20px;
}

.navbar .carousel-caption p {
	color: red;
	
	text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff;
}

.ContactItem {
	padding: 10px 20px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

.ContactItem .comp_block {
	margin-bottom: 20px;
}

footer {
    background-color: #09273f;
    padding-top: 45px;
    color: #fff;
    font-family: Georgia;
    font-size: 1em;
    font-weight: 500;
    padding-right: 15px;
}

.footline {
    background-color: #012038;
    height: 60px;
    width: 100%;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-family: Arial;
    font-size: 0.9em;
    line-height: 60px;
}
@media (max-width: 989px) {
	.footline { height: auto; padding: 20px; line-height: 20px; }
}

.footline a {
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

.footer a{
	color: #fff;
	font-size: 1.2em;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #cc0000;
}

.password-verdict {
	color: black;
}

footer .blockcontent {
	border-right: none!important;
	width: 90%;
	font-size: 1.05em;
}

footer .td-block-title-wrap {
	width: 90%;
}


footer .block-title span {
	border-bottom-color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
}

.intRegions {
	border: 1px solid#DDD;
}

.spanjour {
	color: #d9534f;
	background-color: #d9534f;
}

.statfoot {
	display: none;
}

.spanentsch {
	color: #337ab7;
	background-color: #337ab7;
}

footer .footer_adressen .block-title, footer .footer_adressen .block-title span {
	/* border-bottom: none; */
}

footer .footer_produkte {
	/* font-family: Arial; */
	font-size: 0.8em;
}

footer .footer_produkte h3 {
	/* font-family: Arial; */
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

footer .footer_produkte .addrow {
	margin-bottom: 15px;
}

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(/css/top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

#cookie-bar {background:#111111; height:auto; min-height:40px; line-height:30px; color:#eeeeee; text-align:center; padding:3px 0; z-index: 10000;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:5px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
@media (max-width: 989px) {
	#cookie-bar { line-height:1.5em; padding: 5px 15px; }
}


#banner-slide {background:#ccc; height:auto; min-height:100%; line-height:30px; color:#eeeeee; text-align:center; padding:3px 0; z-index: 10000; display: none;}
#banner-slide.fixed {position:fixed; top:0; right:0; width:30%;}
#banner-slide.fixed.bottom {bottom:0; top:auto;}
#banner-slide p {margin:0; padding:0;}
#banner-slide a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:5px;}
#banner-slide .cb-enable {background:#007700;}
#banner-slide .cb-enable:hover {background:#009900;}
#banner-slide .cb-disable {background:#990000;}
#banner-slide .cb-disable:hover {background:#bb0000;}
#banner-slide .cb-policy {background:#0033bb;}
#banner-slide .cb-policy:hover {background:#0055dd;}



/* NEWS STYLES */

.top_news {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.top_news .img-responsive {
	/* height: 100%; width: auto; max-width: 9999px; margin-left: 50%; transform: translateX(-50%);  */
	/* width: 100%; height: auto; max-width: 9999px; margin-top: 50%; transform: translateY(-50%); */
	min-width: 100%;
}

.tncard .first {
	padding-right: 0!important;
    padding-left: 10px!important;
    padding-bottom: 10px!important;
}
@media (max-width: 989px) {
	.tncard .first {
	    padding-left: 0px!important;
	    padding-top: 10px!important;
	}
}
.tncard .second {
	padding-right: 0!important;
    padding-left: 10px!important;
    padding-bottom: 10px!important;
}

@media (max-width: 989px) {
	.tncard .second {
	    padding-left: 0px!important;
	    padding-top: 0px!important;
	    
	}
}

.tncard .second-last {
    padding-bottom: 0px!important;
}
@media (max-width: 989px) {
	.tncard .second-last {
	    padding-left: 0px!important;
	    padding-top: 0px!important;
	    
	}
}


.tncaption {
	position: absolute;
    /*pointer-events: none;*/
    z-index: 1;
    bottom: 0;
    background: url(/images/text_bg_overlay.png);
    /*
    width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
    */
    width: 100%;
}


.cprightwrap {
	line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.small-grid {
	margin-bottom: 10px;
	width: -webkit-calc(100% - 10px);
    width:    -moz-calc(100% - 10px);
    width:         calc(100% - 10px);
}

.second-last .small-grid {
	margin-bottom: 0;
}

.tncaption .td-module-title a {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700; 
	font-size: 1.8em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 0!important;
}


h3.td-module-title {
	margin-top: 0!important;
	font-size: 24px;
}

.td-big-grid-meta .td-module-title a {
	font-weight: 700; 
	font-size: 1.5em;
}
@media (max-width: 767px) {
	.td-big-grid-meta .td-module-title a { font-size: 1.3em; }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.td-big-grid-meta .td-module-title a { font-size: 1em; }
}

.td-small-grid-meta .td-module-title a {
	font-weight: 700; 
	font-size: 1.1em;
	line-height: 1.2em;
}
@media (max-width: 767px) {
	.td-small-grid-meta .td-module-title a { font-size: 1em; }
}
@media (min-width: 768px) and (max-width: 1439px) {
	.td-small-grid-meta .td-module-title a { font-size: 0.7em; display: block; line-height: 1em; }
}

.tncaption .td-small-grid-meta {
    width: 90%;
    margin: 0 0 15px 20px;
}


.td-small-grid-meta h3.td-module-title {
	line-height: 1.2em;
}


.tncaption .td-big-grid-meta {
    width: 90%;
    margin: 0 0 25px 40px;
}


.td-post-category {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #fff;
    color: #fff;
}

.td-big-grid-meta .td-post-category {
    font-size: 0.8em;
    font-family: Arial;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    line-height: 12px;
    pointer-events: auto;
}


.td-small-grid-meta .td-post-category {
    font-size: 0.8em;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    line-height: 12px;
    pointer-events: auto;
}


a.td-post-category:hover {
	text-decoration: none;
	background-color: #0d6fb0;
	color: #fff;
}


.nopadding {
   padding: 0!important;
   margin: 0;
}

/* //NEWS STYLES */



/* PTX */

.ptx {
	background-color: #17476f;
	color: #fff;
	margin-bottom: 30px;
	padding-top: 36px;
	padding-bottom: 64px;
}

.ptx .block-title {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	width: 80%;
}

.ptx .block-title span {
	border-bottom: 2px solid #FFF;
	font-size: 0.8em;
	font-weight: 800;
}

.ptx .blockcontent {
	border-right: none;
}

.ptx a.NewsTitle {
	color: #83c7ff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300; 
	font-size: 1.6em;
}


/* //PTX */



.sm_buttons {
	margin-bottom: 20px;
	width: 100%;
	margin-top: 10px;
}


.sm_button {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	color: #fff;
}

.sm_buttons .fb {
	background-color: #526ead;
}

.sm_buttons .ptxs {
	background-color: #17476f;
}



.sm_buttons .tw {
	background-color: #29c5f6;
}

.sm_buttons .yt {
	background-color: #ce2021;
}

.sm_buttons .gp {
	background-color: #cd3333;
}

.pluszeichen {
	float: right;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.4);
}

.sm_logo {
	float: left;
	width: 40px;
	text-align: center;
}

.vtrenner {
	float: left;
	width: 15px;
	color: rgba(255, 255, 255, 0.3);
}

.sb_txt {
	/* float: left; */
	font-size: 1em;
	line-height: 1em; display: flex; height: 40px; align-items: center; }
}

.abostatistic {
	text-align: center;
	font-size: 1em;
	margin-bottom: 15px;
}

.smallbanner {
    width: 100%;
    margin-bottom: 30px;
}

.smallbanner img {
    width: 100%;
}



.middle_channel {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.middle_channel img.middlebilder {
	width: 100%;
}


.middle_channel .td-post-category {
    font-size: 0.8em;
    font-family: Arial;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    line-height: 12px;
    pointer-events: auto;
}

.middle_channel .tncaption {
    background: none;
}

.middle_channel .tncaption .td-big-grid-meta {
    width: 90%;
    margin: 0 5% 0 5%;
}

.middle_channel .meldungexcerpt {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	
}

.meldungexcerpt .timestamp {
	font-size: 0.8em;
	line-height: 2em;
	font-weight: 700;
	font-family: Arial;
}

.meldungexcerpt .shortmeldung {
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.2!important;
	font-family: Georgia;
}
@media (max-width: 460px) {
	.meldungexcerpt .shortmeldung { font-size: 0.9em; }
	.meldungexcerpt .entry-title + .shortmeldung { display: none; }
}
@media (min-width: 461px) and (max-width: 989px) {
	.meldungexcerpt .shortmeldung { font-size: 1em; }
}


.middle_channel .meldungexcerpt .td-module-title,  .middle_channel .meldungexcerpt .td-module-title a {
	color: #0d6fb0;
	font-size: 1.3em;
	text-shadow: none;
}
@media (max-width: 767px) {
	.middle_channel .meldungexcerpt .td-module-title,  .middle_channel .meldungexcerpt .td-module-title a { font-size: 1.1em; }
}
@media (min-width: 768px) and (max-width: 989px) {
	.middle_channel .meldungexcerpt .td-module-title,  .middle_channel .meldungexcerpt .td-module-title a { font-size: 1.1em; }
}


.artikel {
	font-size: 1.15em;
    font-family: Georgia;
    line-height: 1.5em;
    margin-bottom: 50px;
}


.artikel h3.mtitle, .artikel h1.mtitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5em; 
}
@media (max-width: 767px) {
	.artikel h3.mtitle, artikel h1.mtitle { font-size: 2.1em; }
	.mediacontent.artikel h3.mtitle, .mediacontent.artikel h1.mtitle { font-size: 1.8em; }
}

.artikel .msubtitle, .artikel h2.msubtitle {
	font-style: italic;
}

.artikel h2.msubtitle {
	font-size: 1em;
    font-family: Georgia;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
}

.artikel .mchanandnr {
	margin-bottom: 5px;
    font-size: 0.8em;
    font-family: Arial;
    font-weight: bold;
    line-height: 1em;
}


.artikel .mchanandnr .legalbasename {
	font-weight: normal;
	font-style: italic;
}

.artikel .emitterTable {
	margin: 13px -15px; 
	width: 100%;
	font-size: 0.9em;
    line-height: 1.3em;
	overflow-x: auto; 
}
.artikel .emitterTable::after {
	content: '';
	display: block;
	clear: both;
}
.artikel .emitterTable img { max-width: 100%; }

.artikel .emitterTable td + td {
	padding-left: 10px;
}
@media (max-width: 1199px) {
	.artikel .emitterTable > div + div { margin: 25px auto 50px auto; }
}


.artikel .FtxtTable_wrap {
	overflow-x: auto;
}

.artikel .FtxtTable {
    margin-top: 8px;
    margin-bottom: 8px;
    border-spacing: 3px;
    border-collapse: separate;
    font-size: 0.8em;
    line-height: 1.1em;
    font-family: Arial;
}

.artikel .FtxtTable .FtxtTd {
    background-color: #F0F0F0;
    padding: 5px;
}

.artikel .FtxtTable .FtxtBold {
	font-weight: bold;
}


.artikel .FtxtTable .ddtblone {
	width: 5%;
}

.artikel .FtxtTable .ddtbltwo {
	width: 65%;
}

.artikel .FtxtBold {
	font-weight: bold;
}

.artikel .FtxtP {
    margin-top: 13px;
    margin-bottom: 10px;
    font-family: Georgia;
}

.chann_block a {
	color: #0d6fb0;
}

.chann_block .odd {
	background-color: #F2F2F2;
}

.chann_block .even, .chann_block .odd {
	padding-left: 5px;
}


.pager {
	margin-top: 20px;
	font-size: 0.9em;
}

.pager .last {
	text-align: right;
	padding-right: 30px;
}

.pager .midl {
	text-align: center;
}



/* PRODUKTE */


.clientBox {
    width: 167px;
    height: 167px;
    border: #999 solid 1px;
    float: left;
    margin-right: 13px;
    margin-top: 15px;
}

.sMediaBox {
    width: 105px;
    height: 105px;
    border: #d6dadd solid 1px;
    float: left;
    margin-right: 13px;
}

.sMediaBox:first-child {
	background-color:#004d95; 
	margin-left: 0;
}

.product_item {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.product_list {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.product_list { margin-left: -10px; padding-left: 10px; margin-right: -10px; padding-right: 10px; overflow-x: hidden; }
}

.product_description {
	padding-bottom: 15px;
}

.ButtonLink {
    display: block;
    background-color: #1b67a3;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3em;
    font-family: Georgia;
    line-height: 1.5em;
}

.wkicon {
	font-size: 1.5em;
    margin-right: 10px;
}

.single_product {
	font-size: 1.3em;
    font-family: Georgia;
    line-height: 1.5em;
}

.navigator {
  font-size: 115%;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 5px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  min-width: 80%;
  min-height: 30px;
  font-family: Georgia;
  font-size: 1.1em;
  color: #000;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
.cont_select_int .active {
  background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 5px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}


/*-------

   Testimonials

-------*/
.mbr-testimonials .row > div {
  padding-bottom: 40px; }
  .mbr-testimonials .row > div:last-child {
    padding-bottom: 0; }
@media (min-width: 992px) {
  .mbr-testimonials .row > div:nth-child(3n+1) {
    clear: left; }
  .mbr-testimonials .row > div:nth-last-child(-1n+3) {
    padding-bottom: 0; } }

/*-------

   Testimonials / Item

-------*/
.mbr-testimonial {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  text-align: center; }
  .mbr-testimonial + * {
    padding-top: 40px; }
  .mbr-testimonial.card {
    background-color: transparent; }
  .mbr-testimonial .card-block {
    background: #f4f4f4;
    color: #565656;
    
    font-size: 1.125em;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
    padding: 1.875em;
    position: relative; }
    .mbr-testimonial .card-block:after {
      background-color: inherit;
      bottom: -7px;
      content: "";
      display: block;
      height: 14px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 14px; }
  .mbr-testimonial-lg .card-block {
    padding-bottom: 90px; }
  .mbr-testimonial .card-footer {
    background: none;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    .mbr-testimonial .card-footer:last-child {
      border-radius: 0; }

/*-------

   Testimonials / Author

-------*/
.mbr-author-img {
  margin-top: -2.5em; }
  .mbr-author-img img {
    height: 5em;
    width: 5em; 
}
.mbr-author-name {
  color: #2d2d2d;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  padding-top: 1.25em; 
}
.mbr-author-desc {
  color: #a7a7a7;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.597; 
}




/* Magnific Popup CSS */

.image-magnify img {
	/* width: 100%; */
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * emove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    
.statistic_blocks {
	display: none;
}

.ColHeader {
	font-weight: bold;
	margin-top: 20px;
}

.TACLine {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.No {
    width: 7%;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
}

.NoTxt {
    float: left;
    width: 88%;
}

.ClearFloat {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
    
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media (max-width: 767px) {
	.article-row, .channel-row { display: flex;  flex-direction: column; }
	.article-row .article-col-left, .channel-row .channel-col-left { order: 2; grow: 1; }
	.article-row .article-col-main, .channel-row .channel-col-main { order: 1; grow: 1; }
	.article-row .article-col-right, .channel-row .channel-col-right { order: 3; grow: 1; }
	.article-col-additional .blockcontent, .channel-col-additional .blockcontent { display: none; }
	.article-col-additional .td-block-title-wrap, .channel-col-additional .td-block-title-wrap { cursor: pointer; position: relative; }
	.article-col-additional .td-block-title-wrap::before, .channel-col-additional .td-block-title-wrap::before { content: '+'; display: block;  position: absolute; left: auto; right: 10px; top: 5px; }
	.article-col-additional .td-block-title-wrap.collapsed, .channel-col-additional .td-block-title-wrap.collapsed {  }
	.article-col-additional .td-block-title-wrap.collapsed::before, .channel-col-additional .td-block-title-wrap.collapsed::before { content: '-'; }

}
@media (min-width: 520px) and (max-width: 767px) {
	 .abostatistic { float: left; width: 50%; }
	 .sm_buttons { float: right; width: 50%; margin-top: 10px; }
	 .smallbanner { clear: both; float: none; width: 50%; margin-left: auto; margin-right: auto; }
	 .rightblock { clear: both; }
}


#sidebar_menu .btn[data-toggle="sidebar"] { position: absolute; right: 15px; }
@media screen and (max-width: 989px) {
	#sidebar_menu { display: none; }
	.channel-col-left .btn[data-toggle="sidebar"] { display: none; }
}

#coverage_wrap { max-width: 100%; width: 715px; height:240px; padding-top:35px; text-align: center; background-image:url(/img/media/coverage_erde.jpg); background-repeat: no-repeat; background-position: 0 0; }
#coverage { max-width: 100%; width: 450px; height:167px; margin: 0 auto; text-align: left; background-image:url(/img/media/coverage_trans.png); }
#coverageform .highlight { background-color: #EBEBEB; border-color: #B2B2B2; border-style: solid; border-width: 1px; color: black; min-height: 14px; padding-bottom: 4px; padding-top: 4px; text-align: center; }
@media screen and (max-width: 570px) {
	#coverage_wrap { height: auto; background-repeat: no-repeat; background-size: auto 100%; padding-left: 10px; padding-right: 10px; }
	#coverage { height: auto; }
	#coverageform { padding-bottom: 10px; }
	#coverageform table { display: block; max-width: 100%; }
	#coverageform table tbody { display: block; }
	#coverageform > table > tbody { padding: 15px; }
	#coverageform table tr { display: block; }
	#coverageform table td { display: block; white-space: normal; }
	#coverageform table select { display: block; width: 100%; margin: 5px auto; }
}

#statistics_form_wrap { width: 700px; max-width: 100%; height:242px; padding-top:150px; padding-left:15px; background-image:url(/img/media/abo_stats.jpg); background-repeat: no-repeat; background-position: 0 0; }
#statistic_wrapper .row .col-md-4 { hyphens: auto; /* word-wrap: break-word; */ }
@media screen and (max-width: 359px) {
	#statistics_form_wrap .statsland img { margin-left: 0px !important; }
}

.slick-prev::before, .slick-next::before { color: #999999; }
.slick-next { right: 1px; }
.slick-prev { left: 1px; }


/*
    	.attachment-content {
    width: 48%;
    float: left;
    text-align: center;
}
.attachment-img-wrapper {
    font-size: 0px;
    position: relative;
    margin-top: 0px !important;
}

.attachment-content img {
    max-height: 402px;
    max-width: 278px;
}

.attachment-data {
    width: 48%;
    float: right;
}

.ad_title {
	text-align: left;
    font-size: 8pt;
}
*/
.attachment-content img {
/*
*/
    height: auto;
    width: 100%;
    max-height: 402px;
    max-width: 100%;
}
.attachment-info { padding: 0 15px; }
.attachment-content { font-size: 0.8em; line-height: 1.2em; }
#cboxClose { font-size: 26px; top: -15px !important; bottom: auto!important; right: -5px; z-index: 9999; }
#cboxContent { overflow: visible; }
#cboxLoadedContent { border-top: 20px solid #FFFFFF; border-bottom: 20px solid #FFFFFF; overflow: visible !important; }
.attachment-download h4 { font-size: 1em; font-weight: bold; }
.attachment-download h4 a:before { content: '» '; }
.attachment-text { background: #ebebeb; padding: 15px; }

@media (min-width: 768px) and (max-width: 1109px) {
        .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav>li {
                float: none;
        }
	.navbar-left { float: none !important; }
	.navbar-brand.navbar-left { float: left !important; }
	.navbar-right { float: none !important; }
	.navbar-nav .open .dropdown-menu { width: 100%; }
	.navbar-nav .visible-sm-block { display: none !important; }
	.navbar-nav .dropdown-short .hidden-sm,
	.navbar-nav .dropdown-grid .hidden-sm { display: inline-block !important; }
	.navbar-collapse.collapse { max-height: 10000px !important; /* overflow: auto !important; */ }
}

.hprb {
	display: none;
}

.ansprechpartner {
	margin-bottom: 50px;
}

.ansprechpartner img {
	margin-bottom: 10px;
}

figure.table table {
	width: 100%;
}

figure.table table td {
	padding-right: 10px;
	vertical-align: top;
}


.videomessage {
	padding: 20px 20px;
    color: #fff;
}


.videomessage a {
	font-size: 16px;
    color: #fff;
}


.popup-share {
  background: #fff;
  border: 1px solid #d5d6d6;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}

.popup-share a[class^="icon-"], .popup-share a[class*=" icon-"] {
  display: block;
  text-decoration: none;
  padding: 4px 10px;
}

.popup-share a[class^="icon-"]:hover, .popup-share a[class*=" icon-"]:hover {
  background: #2095f0;
  text-decoration: none;
  color: #fff
}

.inline-share a[class^="icon-"], .inline-share a[class*=" icon-"] {
  font-size: 26px;
  text-decoration: none;
}

.inline-share a[class^="icon-"] span, .inline-share a[class*=" icon-"] span {
  display: none;
}

.icon-facebook {
  color: #3b5998;
}
.icon-linkedin {
  color: #007bb6;
}
.icon-twitter {
  color: #00aced;
}
