/* Add here all your CSS customizations */

body {
    color: #1a1a1a;
}

html.boxed .body {
  border-top-color: #fff;
	border-bottom: 5px solid #234e8c;
	margin-bottom: 0;
  margin-top: 0;
	border-radius: 0;
}

html #footer.color-secondary .footer-copyright {
    background: #234e8c none repeat scroll 0 0;
    border-top-color: #234e8c;
}

html #footer.color-secondary {
	background: #CEDFEF;
	border-top-color: #CEDFEF;
}

#footer {
    padding: 20px 0 0;
}

#footer .footer-copyright {
    background: #060606 none repeat scroll 0 0;
    border-top: 4px solid #060606;
    margin-top: 0px;
    padding: 10px 0 0;
}

#footer .container .row > div {
    margin-bottom: 10px;
}

#header .header-search .form-control {
    border-radius: 0px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0;
}

/* anfang hauptnavi  */
#header .header-nav-main nav > ul > li > a:hover {
	  color: #FFF !important;
}

#header .header-nav-main nav > ul > li > a {
    border-radius: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
	  letter-spacing: 0.01em;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
	  color: #3081b6 !important;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle::after {
    color:#FFF !important;
}

#header .header-nav-main nav > ul > li.active > a.dropdown-toggle {
    color:#FFF !important;
}

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

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
    font-size: 1em;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
}

/* ende hauptnavi  */

/*.iframe {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.01em;
	width:100%;
	height:1150px;
	border:0;
	margin:0;
	padding:0;
} */

.wgh-map-container{
		border:1px solid #EE7F01;
		margin-bottom:0px;
}

aside ul.nav-list > li > a {
    color: #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
    font-size: 1.1em;
    padding: 8px 0 8px 18px;
}


#footer {
    margin-top: 0;
}

.social-icons li a {
    background: #93b1d5 none repeat scroll 0 0;
    border-radius: 0%;
    color: #FFF !important;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 30px;
}

.social-icons li {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

#header .header-social-icons {
    float: right;
    margin: 13px 0 0 10px;
}

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

/* beginn css-shapes  */
#triangle-down-dblue { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 40px solid #234e8c; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:-15px;
	margin-bottom:25px;
}

#triangle-up-dblue { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-bottom: 40px solid #234e8c; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:25px;
	margin-bottom:-10px;
}

#triangle-down-hblue { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 40px solid #3081b6; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:-15px;
	margin-bottom:25px;
}

#triangle-up-hblue { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-bottom: 40px solid #3081b6; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:25px;
	margin-bottom:-10px;
}

#triangle-down-orange { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 40px solid #ee7f01; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:-15px;
	margin-bottom:25px;
}

#triangle-up-orange { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-bottom: 40px solid #ee7f01; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:25px;
	margin-bottom:-10px;
}

#triangle-down-violet { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 40px solid #CEDFEF; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:-15px;
	margin-bottom:25px;
}

#triangle-up-violet { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-bottom: 40px solid #CEDFEF; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:25px;
	margin-bottom:-10px;
}

#triangle-down-white { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-top: 40px solid #ffffff; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:-15px;
	margin-bottom:25px;
}

#triangle-up-white { 
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent; 
	border-right: 40px solid transparent; 
	border-bottom: 40px solid #ffffff; 
	margin-left: auto ;
  margin-right: auto ;
	margin-top:25px;
	margin-bottom:-10px;
}
/* ende css-shapes  */

a.link:active {
	color:#FFF;
}

a.light:hover {
	color:#CEDFEF;
}

/* anfang basisfarben  */
.dblue {
	color: #234e8c;
}

.hblue {
	color: #3081b6;
}

.orange {
	color: #ee7f01;
}

.violet {
	color:#CEDFEF;
}

.red {
	color:#EA0F0B;
}

.apricot {
	color:#fde7d2;
}

.yello {
	color:#F7F496;
}

.dred {
	color:#4568ad;
}

.dblue-bg {
	background: #234e8c;
}

.hblue-bg {
	background: #3081b6;
}

.orange-bg {
	background: #ee7f01;
}

.violet-bg {
	background:#CEDFEF;
}

.apricot-bg {
	background:#fde7d2;
}
.dred-bg {
	background:#4568ad;
}

.white {
	color: #fff;
}

.black {
	color:#151515;
}

.facebook {
	color:#3b5998;
}

/* ende basisfarben  */
a.white:visited {
	color:#FFF;
}
a.whitelinks {
	color:#FFF;
}

a.whitelinks:hover {
	color:#FFF;
}

a.yellowlinks {
	color:#F7F496;
}

a.yellowlinks:hover {
	color:#F7F496;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#234E8C;
}

#footer .footer-copyright a {
	color:#FFF;
}

#footer .footer-copyright a:hover {
	color:#CEDFEF;
}

.boxedheadline {
	margin:15px 15px 10px 15px;
	padding:3px 0 3px 15px;
}

.magpics {
	border:1px solid #AFB8C7;
	margin-bottom:15px;
}

.teampic {
	width:158px;
	height:auto;
	margin-right:11px;
}

.teamdiv {
	height:190px;
	margin-bottom:15px;
}

.linkspic {
	margin-bottom:10px;
}

.linksdiv {
	min-height:140px;
	margin-bottom:30px;
}

.vorstandpic {
	width:228px;
	height:auto;
	margin-bottom:4px;
}

.vorstanddiv {
	height:310px;
	margin-bottom:12px;
}

/* .vorstandtexte {
	width:198px;
} */

.satellitanlagen {
	margin-bottom:15px;
	padding-bottom:7px;
	border-bottom:1px solid #234D8B;
}

.bestand-row {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom: 1px solid #EE7F01;
}

.headline {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	font-size:16px;
	line-height: 21px;
	letter-spacing: 0.01em;
}

.subheadline {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	font-size:14px;
	line-height: 19px;
	letter-spacing: 0.01em;
}

h2 {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	font-size:16px;
	line-height: 21px;
	letter-spacing: 0.01em;
	margin: 0 0 12px;
}

p {
  color: #151515;
  margin: 0 0 20px;
	line-height: 19px;
}

strong {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.footerheadlines {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	font-size:13px;
	line-height: 14px;
	letter-spacing: 0.01em;
}

.table {
	color:#000;
	border:0;
	font-size:11px;
}

.kontakt-table {
	color:#000;
	border:0;
	font-size:13px;
}

.whgbestand-table {
	color:#000;
	border:0;
	font-size:13px;
}

.vertretertable {
	color:#000;
	border:0;
	font-size:13px;
}

.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
    vertical-align: bottom;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
	padding:2px;
}

.biggertext {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 21px;
}

.biggesttext {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.versalie {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.alignright {
	text-align: right;
}

.picborder {
	border: 1px solid #d0d0d0;
}

.centermargin-20 {
	text-align: center;
	margin-top:0px;
	padding:0;
}

.margin-20 {
	margin-top:0px;
	padding:0;
}

.col-inner {
	padding:10px;
	margin-bottom:10px;
	color:#FFF;
}

.col-inner-nomargin {
	padding:10px;
	color:#FFF;
}

.dblue-articleblock-middle {
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #234E8C;
	border-bottom:1px solid #234E8C;
}

.dblue-articleblock-borderbottom {
	margin-bottom:30px;
	border-bottom:1px solid #234E8C;
}

.fbook-block {
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	border:1px solid #3b5998;
}

.padleftzero {
	padding-left:0;
}

.google-map {
	background: #E5E3DF;
	border:1px solid #dedede;
	height: 445px;
	margin: 5px 0 10px 0;
	width: 100%;
}

.sitemapheadlines {
		font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
	  text-transform: uppercase;
}

.thumb-info {
    backface-visibility: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform: translate3d(0px, 0px, 0px);
}

.thumb-info .thumb-info-wrapper::after {
    background: rgba(35, 78, 140, 0.5) none repeat scroll 0 0;
    border-radius: 0px;
    bottom: -4px;
    color: #fff;
    content: "";
    display: block;
    left: -4px;
    opacity: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.thumb-info .thumb-info-wrapper {
    backface-visibility: hidden;
    border-radius: 0;
    display: block;
    margin: 4px;
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

.lightbox-portfolio-pic {
	border-radius: 0px;
}

.offset-anchor {
display: block;
position: relative;
visibility: hidden;
}


#video-in-lightbox {
	margin:0;
	padding:0;
}

.leitbildsaeule {
	padding-left:0;
	margin-bottom:15px;
	padding-top:170px;
}

.wghbezirkekarte {
	width:100%;
	min-height:250px;
	border:1px solid #ee7f01;
}

.mfp-iframe-holder .mfp-content {
    max-width: 905px;
    max-height: 530px;
}

.bluegradient {
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 28%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 28%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#sbbar-shadow-left, #sbbar-shadow-left-2, #sbbar-shadow-left-3, #sbbar-shadow-left-4 {
-webkit-box-shadow: -5px 0px 12px 3px rgba(21,21,21,0.35);
-moz-box-shadow: -5px 0px 12px 3px rgba(21,21,21,0.35);
box-shadow: -5px 0px 12px 3px rgba(21,21,21,0.35);
	}

html .scroll-to-top {
    background: #3081B6 none repeat scroll 0 0;
}


@media (min-width: 991px) {
.offset-anchor {
top: -160px;
}
	
#bestanduebersichtskarte-for-mobile {
	display: none;
}

}

/* /* /* /* /* /* /* */
/* ANFANG MEDIA-QUERIES */


/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		float: left;
		margin: 12px 0 0;
		min-height: 45px;
	}
		
  #bestanduebersichtskarte-for-mobile {
	display: none;
}
	
	#header .header-row {
    clear: both;
    display: block;
}
}

@media (max-width: 990px) {

	#header .header-nav-main nav > ul > li > a:hover {
	  color: #3081b6 !important;
}
	
.padleftzero {
	padding-left:15px;
}
	
}

/* ENDE MEDIA-QUERIES */