/* im CSS - Überschreiben der Typo3 Listen aus root.t3s */

.no-liststyle {
	list-style-type: none;
	margin-left: -20px;
}

.no-liststyle i {
	margin-right: 1em;
}
/* ENDE Überschreiben der Typo3 Listen aus root.t3s */

/* #################### IMAGES RESPONSIVE ############ */
div.csc-textpic-left .csc-textpic-imagewrap {
    /* float: left; */
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap {
    /* float: right; */
    text-align: right !important;
    float: none;
}

div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image img {
    text-align: right !important;
    display: inline !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    /* float: left; */
     max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
   /* float: right; */
    max-width: 60%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image  {
 
}

div.csc-textpic-center .csc-textpic-center-inner {
    float: none !important;
    position: static ;
    right: 0;
}

div.csc-textpic-center .csc-textpic-center-outer {
    float: none !important;
    position: static;
    right: 0;
    text-align: center;
}

div.csc-textpic-center .csc-textpic-imagewrap img {
	display: inline;
}

img, div.csc-textpic .csc-textpic-imagewrap img  {
	height:auto;
	display:block;
	max-width:100% !important;
}
		
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}

@media screen and (max-width: 600px) { 
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	   float: none;
	}
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	  float: none;
	    max-width: 100%;
	}
	div.csc-textpic-intext-left .csc-textpic-imagewrap {
	    /* float: left; */
	     max-width: 100%;
	}
}

/* Style for Imagerow right*/ 
div.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-imagerow {
   float: right;
}

/* #################### END IMAGES RESPONSIVE ############ */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Custom container */

html {
	font-size: 16px;
	min-height: 100%;
    position: relative;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
    word-wrap: break-word;
    font-family: "source_sans_proregular",sans-serif;
	/* Chrome Safari Mac */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
    font-smoothing: antialiased;
    /* Firefox Mac */
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
	 line-height: 1.35857;
	 background-color: #f3f3f3;
	 color: #38454f;
	 padding: 0 0 0 0;
	 height: 100%;
}

html, body {
  height: 100%; 
}

footer#Footer {
	background-color: #fff;
	font-size: 0.9375rem;
    width: 100%;
}

/* ### sticky Footer ### */
/*
body {
	margin-bottom: 365px;
}

footer#Footer {
	bottom: 0;
    height: 365px;
    position: absolute;
}*/

/* ####### cleafix ######### */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* ####### cleafix ######### */


/* ####  Basic Styles #### */

#maincontent {
	padding-top: 40px;
	padding-bottom: 110px;
	background-color: #f3f3f3;
}

header {
	background-color: #fff;
	padding-bottom: 20px;
}

.cnt-brdlft, #topbar {
	padding-left: 25px;
}

/* Custom container */
.container-fluid, .container-fluid-fluid {
	max-width: 100%;
}

.cnt-footer {
	max-width: 1200px;
	margin-left: 0;
}

.ctn-page {
	max-width: 1200px;
	margin-left: 0;
}
   
b, strong, dt {
	font-family: "source_sans_prosemibold",sans-serif;
	font-weight: normal;
}

i, em {
	font-style:normal;
	font-family: "source_sans_proitalic",sans-serif;
}

a {
	color: #219494;
}

a:focus {
	text-decoration: none;
}

a:hover {

}

a.downloadicon {
	background: transparent url(../Images/pdficon.png) no-repeat 0 2px;
	padding-left: 22px;
}

.glyphicon {
	font-family:'Glyphicons Regular';
}

p.zentriert, .zentriert {
	text-align: center;
}

p.rechtsbuendig, .rechtsbuendig {
	text-align: right;
}

label {
	font-weight: normal;
}

legend {

}

.posrel {
	position: relative;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9ea4a9 currentcolor currentcolor;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}


.responsiveContainer {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.responsiveContainer iframe, .responsiveContainer object,
.gtnGrid-item iframe  {
    border: medium none !important;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* #### Überschriften #### */

.container-fluid h1, .container-fluid h2, .container-fluid h3, .container-fluid h4, .container-fluid h5, .container-fluid h1 a, .container-fluid h2 a, .container-fluid h3 a, .container-fluid h4 a, .container-fluid h5 a {
	font-family: "BrandonGrotesqueWeb-Regular",sans-serif;
	color: #659998;
	color: #5b6771;
	font-weight: normal;
}

.container-fluid h1 a:hover, .container-fluid h2 a:hover, .container-fluid h3 a:hover, .container-fluid h4 a:hover, .container-fluid h5 a:hover, .container-fluid .sidebar a h3:hover, .container-fluid .sidebar a:hover {

}

.container-fluid h1 {

}

.container-fluid h2 {
	font-size: 2.2rem;
	margin-top: 40px;
	margin-bottom: 25px;
	line-height: 1.1;
}

.container-fluid h3 {
	font-size: 1.375rem;
	font-size: 1.7rem;
	line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 30px;
}

.container-fluid h4 {
	font-size: 1.375rem;
	line-height: 1.25;
    margin-bottom: 30px;
    margin-top: 20px;
}

.container-fluid h5 {

}

/* #### / Überschriften #### */

/* #### Header & Nav #### */

header .Logo {
	padding-top: 35px;
	float: left;
}

header .Logo svg {
	max-width: 230px;
}

.nav-wrapper {
	position: relative;
}

.navmenu-gtn-top {
	background-color: transparent;
	border: none;
	height: 100%;
	right: auto;
}

.navmenu-gtn-toggle {
	background-color: #659998;
	border: none;
}

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
	color: #fff;
}

.navmenu, .navbar-offcanvas {
	width: 250px;
}

.navmenu-gtn-toggle .navmenu-nav > .active > a, .navmenu-gtn-toggle .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-gtn-toggle .navmenu-nav > .active > a:hover, .navmenu-gtn-toggle .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-gtn-toggle .navmenu-nav > .active > a:focus, .navmenu-gtn-toggle .navbar-offcanvas .navmenu-nav > .active > a:focus {
	background-color: #659998;
	color: #fff;
}

.navmenu-gtn-toggle .navmenu-nav {
	margin-top: 210px;
}

.navmenu-gtn-toggle .nav > li > a {
	padding: 11px 15px 20px 55px;
	text-transform: uppercase;
	font-size: 1.375rem;
	font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
}

.navmenu-gtn-toggle .nav > li > a:hover, .navmenu-gtn-toggle .nav > li > a:focus {
	color: #fff;
} 

.navmenu-gtn-top .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 0;
  border: none;
  margin-left: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 10px;
}

.navbar-toggle-wrapper {
	background-color: #659998;
  height: 100%;
  display: inline-block;
}

.navmenu-gtn-top .navbar-toggle .icon-bar {
	background-color: #fff;
	height: 3px;
	border-radius: 0;
	width: 24px;
}

.navmenu-gtn-top .navbar-toggle:focus, .navmenu-gtn-top .navbar-toggle:hover {
	background-color: #659998;
}

#wrapper {
	
}

.pusher {
    height: 100%;
    left: 0;
    perspective: 1000px;
    position: relative;
    margin-left: 44px;
}

.pusher::after {
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.pusher::after {
    background: rgba(10, 31, 31, 0.3) none repeat scroll 0 0;
    transition: opacity 0.3s ease 0s, width 0.1s ease 0.3s, height 0.1s ease 0.3s;
}

.gtn-sliding .pusher::after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}

ul.nav-icons {
	width: 44px;
    z-index: 5001;
    margin-top: 210px;
    position: fixed;
    left: 0;
    list-style-type: none;
    padding-left: 10px;
    background-color: #659998;
}

ul.nav-icons > li {
	
}

ul.nav-icons > li > a {
	color: #fff;
	font-size: 1.9rem;
	padding-bottom: 21px;
	display: inline-block;
}

/*  ul.nav-icons > li.active > a {
	color: #000;
}*/

ul.nav-icons > li > a.menuitem1 .ion-iconmenu::before {
	content: "\f229" !important;
}

ul.nav-icons > li > a.menuitem2 .ion-iconmenu::before {
	content: "\f36c" !important;
}

ul.nav-icons > li > a.menuitem3 .ion-iconmenu::before {
	content: "\f270";
}

ul.nav-icons > li > a.menuitem4 .ion-iconmenu::before {
	content: "\f2d4";
}

ul.nav-icons > li > a.menuitem157 .ion-iconmenu::before {
	content: "\f2f6";
}

a.menuitem4 .ion-iconmenu::before {
	content: "\f2d4";
}

header ul.navbar-social {
	padding-right: 20px;
	padding-top: 35px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

header ul.navbar-social > li {
	float: left;
}

header ul.navbar-social > li > a {
	color: #8f959a;
}

header ul.navbar-social > li > a:hover {
	background-color: transparent;
	color: #5b6771;
}

header ul.navbar-social > li > a:focus {
	background-color: transparent;
	color: #5b6771;
}

header ul.navbar-social > li > a.socialblog {
	font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
    font-size: 0.9rem;
    margin-left: 7px;
    padding: 7px;
    text-transform: uppercase;
}

/* header ul.navbar-social > li > a.socialblog {
	color: #fff;
	width: 57px;
	height: 42px;
	background: transparent url(../Images/bubbleblog.png) no-repeat left top;
	font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
	padding: 7px;
	text-transform: uppercase;
	font-size: 0.9rem;
	text-align: center;
	margin-right: 5px;
}

header ul.navbar-social > li > a.socialblog:hover {
	background: transparent url(../Images/bubblebloghv.png) no-repeat left top;
	color: #fff;
} */

header ul.navbar-social > li > a.socialfb {
	font-size: 1.7rem;
	display: inline-block;
	margin-left: 7px;
	padding: 0 3px;
}

header ul.navbar-social > li.lang > a.sociallang {
	text-transform: uppercase;
	font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
	font-size: 0.9rem;
	padding: 7px;
	margin-left: 7px;
}

/* #### Hamburger Animation #### */

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.gtn-sliding .navbar-toggle .icon-bar:nth-of-type(1) {
	  top: 7px;
	  transform: rotate(45deg);
}

.gtn-sliding .navbar-toggle .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.gtn-sliding .navbar-toggle .icon-bar:nth-of-type(3) {
	  top: -7px;
	  transform: rotate(-45deg);
}


/* #### / Hamburger Animation #### */

/* #### / Header & Nav #### */

/* #### Home Filter #### */

.homefilters {
	margin-bottom: 2rem;
	margin-top: -10px;
}

.checkbox.checbox-switch.switch-success label > input:checked + span, .checkbox-inline.checbox-switch.switch-success > input:checked + span {
	background-color: rgb(101, 153, 152);
	border-color: rgb(101, 153, 152);
	box-shadow: rgb(101, 153, 152) 0px 0px 0px 8px inset;
}

.form-filters .form-group {
	padding-right: 1.3rem;
}

.form-filters .form-group label {
	font-family: 'source_sans_prosemibold';
	font-size: 0.9rem;
	display: flex;
}

div.labletxt {
	display: inline;
}

/* #### / Home Filter #### */


/* #### Footer #### */

footer#Footer  .footer-ctn-top {
	min-height: 200px;
}

footer#Footer .col-footerlogo {
	text-align: center;
}

footer#Footer .footerlogo {
	display: inline-block;
}

footer#Footer ul.footer-sitemap {
	list-style-type: none;
	padding-left: 0;
}

footer#Footer ul.footer-sitemap > li {
	padding-bottom: 10px;
}

footer#Footer ul.footer-sitemap > li > a {
	color: #659998;
}

footer#Footer .footer-ctn-bottom {
	background-color: #f3f3f3;
	color: #38454f;
	padding-top: 14px;
	padding-bottom: 10px;
}

footer#Footer .footer-ctn-top {
	color: #659998;
}

footer#Footer .footer-ctn-top {
	padding-top: 64px;
	padding-bottom: 60px;
}

footer#Footer .footer-ctn-top a {
	color: #659998;
	text-decoration: none;
}

footer#Footer .footer-ctn-top h5 {
	color: #659998;
	font-family: 'source_sans_prosemibold';
	font-size: 1.05rem;
	margin-top: 0;
	margin-bottom: 15px;
}

.footer-info {
	float: left;
}

footer#Footer ul.footer-impress, .mastfoot ul.footer-impress {
	list-style-type: none;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 15px;
}

footer#Footer ul.footer-impress > li, .mastfoot ul.footer-impress > li {
	float: left;
}

footer#Footer ul.footer-impress > li > a, .mastfoot ul.footer-impress > li > a {
	color: #38454f;
	padding: 0 15px;
}

.mastfoot ul.footer-impress > li > a {
	color: #c6dcdc;
}

/* #### / Footer #### */

/* #### Button #### */

.btn-gtn {
	background-color: #dcdee0;
	color: #5b6771;
	font-family: "BrandonGrotesqueWeb-Regular",sans-serif;
	border: none;
	border-radius: 0;
	font-size: 1.375rem;
	padding: 8px 60px 5px;
}

.btn-gtn:hover {
	background-color: #639998;
	color: #fff;
} 

.btn-lg {
	
}

.btn-sm {
	font-size: 1.1rem;
	padding: 6px 40px 3px;
}

/* #### / Button #### */

/* ### Blog Footer ### */

.col-blog ul {
	padding-left: 0;
	list-style-type: none;
}

.col-blog ul li {
	padding-bottom: 10px;
}

/* ### / Blog Footer ### */

.projectsSidebar {
	font-size: 0.95rem;
}

.projectsshowroom > div {
	margin-bottom: 70px;
}

.projectsSidebar h2 {
	margin-bottom: 0;
	margin-top: 50px;
	hyphens: none;
	font-size: 2.0rem;
}

.projectsSidebar h3 {
	margin-bottom: 20px;
    margin-top: 5px;
    font-size: 1.1rem;
}

ul.servicelist, ul.servicelist2 {
	padding-left: 0;
	list-style-type: none;
}

ul.servicelist2 {
	margin-top: 10px;
}

ul.servicelist > li, ul.servicelist2 > li {
	padding-bottom: 6px;
    padding-left: 5px;
    font-size: 0.95rem;
}

ul.servicelist2 > li {
	font-size: 1.0rem;
}

ul.servicelist > li:before, ul.servicelist2 > li:before {
	color: #4b7795;
	padding-right: 7px;
	font-size: 0.85rem;
    content: "\f122";
    font-family: "Ionicons";
}

ul.servicelist2 > li:before {
	font-size: 0.95rem;
}

.ctn-staticpage .btn-gtn {
	margin-top: 15px;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
	border-color: #b8b8b8;
	font-size: 1.1rem;
    height: 42px;
    padding: 10px 15px;
}

.prodlist {
	margin: 15px 0 20px;
}

.ctn-staticpageFooter {
	margin-top: 60px;
}

.prodlist .ce-intext.ce-left .ce-gallery {
	margin-right: 15px;
}

#c171 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(1), #c424 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(1), #c554 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(1), #c236 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(1) {
	padding-left: 0;
}

#c171 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(3), #c424 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(3), #c554 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(3), #c236 .tx-powermail .powermail_fieldset_1  > div.col-sm-4:nth-of-type(3) {
	padding-right: 0;
}

/* #### Content #### */

#c163, #c166 {
	margin-top: 60px;
}

#c163 img, #c166 img {
	width: 90%;
}

#c161 h2, #c167 h2 {
	margin-top: 100px;
}

.map {
    -webkit-filter: grayscale(80%);
       -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
         -o-filter: grayscale(80%);
            filter: grayscale(80%);
}

.tx-powermail {
	margin-bottom: 40px;
	margin-top: 40px;
}

.mfp-bg {
	z-index: 5300 !important;
}

.mfp-wrap {
	z-index: 5900 !important;
}

body .cc_container .cc_message {
	line-height: 1.2em !important;
	color: #fff !important;
	margin-top: 0.4rem !important;
	font-size: 0.9rem !important;
}

.cc_container a.cc_btn {
    border-radius: 0;
    background-color: #c6dcdc;
	color: #4b6363;
}

.cc_container .cc_message {
	text-align: left;
}

.cc_container {
	background: #5b6060 none repeat scroll 0 0 !important; 
}

.form-horizontal .checkbox.nlcbdsgvo {
	margin-bottom: 1rem;
}

.form-horizontal .checkbox.nlcbdsgvo a {
	text-decoration: underline;
}
.ccm-settings-summoner--icon {
	display: block;
	left: auto;
	right: 15px !important;

}

/* #### Content #### */

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

@media (max-width: 560px) {  
	header ul.navbar-social {
		display: block;
		padding-top: 15px;
	}
	header .Logo {
		float: none;
	}
	header {
		padding-bottom: 0;
	}
}

/* Bootstrap Breakpoint SM */
@media (max-width: 768px) {  
	#Footer .col-xs-12 {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {  
	.cnt-brdlft, #topbar {
		padding-left: 31px;
	}
	header .Logo svg {
		max-width: 100%;
	}
	header .Logo {
		padding-top: 70px;
	}
	header ul.navbar-social {
		padding-top: 80px;
		padding-right: 60px;
	}
	header ul.navbar-social > li > a.socialblog {
		color: #fff;
		width: 57px;
		height: 42px;
		background: transparent url(../Images/bubbleblog.png) no-repeat left top;
		font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
		padding: 7px;
		text-transform: uppercase;
		font-size: 0.9rem;
		text-align: center;
		margin-right: 5px;
	}
	
	header ul.navbar-social > li > a.socialblog:hover {
		background: transparent url(../Images/bubblebloghv.png) no-repeat left top;
		color: #fff;
	}
	header {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#maincontent {
		padding-left: 31px;
	}
}

@media (min-width: 768px) and (max-width: 1314px) {

}

/* Bootstrap Breakpoint SM */
@media (min-width: 768px) and (max-width: 992px) {  
	
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
	
}

/* Bootstrap Breakpoint MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Bootstrap Breakpoint LG */
@media (min-width: 1200px) {


@media print {
	
}

.projectsshowroom > div#c1187 {
	margin-bottom: 30px;
}

#c1188 .ce-column {
	margin-bottom: 1rem;
}

#c1324 .powermail_field {
	max-width: 800px;
}

.powermail_fieldwrap.nolabel .powermail_label {
	display: none !important;
}

}
/* Cookies Banner */

.ccm-settings-summoner--link {
	right: 15px !important;
	left: auto;
}

/* News */

.news .page-navigation ul {
  float: none;
}

.news .page-navigation ul li {
  float: none;
  display: inline;
  padding: 0;
  background: none;
}

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

.news .article .news-img-wrap {
	margin-bottom: 1rem;
}

.container-fluid .news .article h3 {
	font-family: "BrandonGrotesqueWeb-Medium",sans-serif;
	font-size: 1.325rem;
	margin-top: 0;
}

.news .article .news-list-date {
	margin-bottom: .5rem;
	display: inline-block;
	padding-top: 10px;
}

.news-list-link {
	color: #38454f;
}

.news-list-link:hover,
.news-list-link:focus {
	color: #38454f;
	text-decoration: none;
}

.news-list-link:hover .article h3,
.news-list-link:focus .article h3 {
	color: #659998;
}

.col-news-item {
	margin-bottom: 1rem;
}

#page-157 .col-news-item {
	margin-bottom: 1.5rem;
	min-height: 400px;
}

.pagination-wrapper {
	text-align: center;
}

.news .page-navigation ul {
	margin-top: 60px;
}

.news .page-navigation ul li a {
	color: #5b6771;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff !important;
  cursor: default;
  background-color: #659998;
  border-color: #659998;
}

.container-fluid .news-detail h1 {
	margin-top: 40px;
	margin-bottom: 5px;
}

.news-single .footer {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 0 0 0;
  border-bottom: 0;
  border-top: 0;
}

.news-single .teaser-text {
	  color: #659998;
	  color: #38454f;
	  font-weight: normal;
	  font-size: 1.1rem;
	  font-family: "source_sans_prosemibold",sans-serif;
	  margin-bottom: 15px;
}

.news .article .teaser-text {
	margin-bottom: 20px;
}

.news .article .news-img-wrap a {
	float: none;
}

.news-single .article .news-img-wrap {
  float: none;
	width: auto;
	margin: 0 0 0 0;
}

.page-navigation {
	clear: both;
}

#page-157 .container-fluid h1 {
	margin-top: 40px;
	margin-bottom: 30px;
}

.news-single .news-detail-content-elemens {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}


.news-single .news-list-date {
	color: #38454f;
}

.ctn-news-home {
	max-width: 1370px;
	margin-left: 0;
}

.container-fluid #c1406 h2 {
	margin-top: 20px;
}

.news .article .news-img-wrap {
	float: none;
	margin: 0;
	margin-bottom: 10px;
}

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

.news-list-home .row .col-xs-12 {
	padding-right: 10px;
	padding-left: 10px;	
	text-align: center;
}

.col-news-item .article-home {
	position: relative;
	overflow: hidden;
}

.col-news-item .news-list-link .article-home .header-overl {
	position: absolute;
	bottom: 0;
	background-color: rgba(81,137,137,0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.8s;
}

.col-news-item .news-list-link .article-home .header-overl:hover, 
.col-news-item .news-list-link .article-home .header-overl:focus {
	opacity: 1;
}


.col-news-item .article-home .header-overl .news-list-date {
	padding-top: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 6px; 
	margin-top: 3px;
}

.container-fluid .col-news-item .article-home .header-overl h3 {
	color: #fff;
	font-size: 1.6rem;
	hyphens: none;
}

.gtnGrid-item hr {
  margin-top: 3px;
  margin-bottom: 6px;
  width: 80%;
  border-style: solid none none;
  border-color: rgba(255,255,255,0.5);
}