/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
	height:100%;
	font-family:'Source Sans Pro', Helvetica, sans-serif !important;
	font-size:110%;
}

nav.navbar, .navbar .container, .navbar-default, .mainmenu {
	    background: #00589c !important;
}
.navbar-default .navbar-nav>li>a,  .navbar-nav>li>a:focus {
	color:#fff !important;	
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a  {
	color:rgba(255,255,255,0.6) !important;	
}

a {
color:#00589c;
}

header, .items-leading div {
	height:400px;
}

.div.blog {
	min-height:100%;
}
section, .container {
	height:auto;
	#min-height:100%;
	padding-bottom:20px;
}
#start {
	background:url(../images/start.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#start:not(.subpage) {
	background:url(../images/wifo.jpg) no-repeat center center;
	height:100vh;
}

#start div.container {
	height:100%;
}
#start .photo {
	text-align:right;
	font-weight:bold;
	position:relative;
	top:-30px;
	margin-right:20px;
	text-shadow:1px 0px 1px #fff;
}
#start div.container .img {
	margin:auto;
	margin-top:150px;
	display:block;
    height: 200px;
    width: 300px;
	#background:url(../images/logo_big.png) no-repeat bottom center;
	background-size:100% auto;
	}
	
header#start.subpage, #start.subpage .container{
	height:300px !important;
	min-height:300px;
}
#start.subpage div.container .img {
	display:none;
}
.navbar {
	background:#ffffff !important;
	font-size:20px;
	border:0px;
}
.span10 ul li.active a {
	background:transparent !important;
}
.mainmenu {
	background:#fff;
}
.mainmenu ul li {
	text-transform:uppercase;
}
.mainmenu ul li:before, .dot {
	display:inline-block;
	content:" ";
	width:6px;
	height:6px;
	position:relative;
	top:31px;
	left:-1px;
	background:#00589c;
}
.mainmenu ul li:first-child:before {
	width:0px;
	height:0px;
}
.nav > li > a {
	padding-top:10px !important;
}

.dot {
	top:-2px;
	left:0px;
}
.mod-languages {
	margin-top:20px;
	margin-right:10px;
}
.mod-languages li a {
	text-transform:capitalize;
	color:#777;
}
.mod-languages li.lang-active a {
	color:#00589c;
	font-weight:bold;
}
.page-header {
	border:0px !important
}
.page-header h2,  .content-category h1 {
	font-weight:bold;
	font-size:56px !important;
	text-transform:uppercase;
}
.page-header h2:before, #newslink:before, .content-category h1:before {
	content:" ";
	display:block;
	width:100%;
	height:4px;
	background:#00589c;
	position:relative;
	top:30px;
	left:-100%;
	left:calc(-100% - 45px)
}

#newslink:before {
	top:50px;
}

.container.impressum {
    padding: 40px;
    text-align:center;
    margin-top:50px;
}
.impressum ul  {
	margin:auto;
}
.impressum ul li {
	float:left;
	list-style-type:none;
	padding:20px;
}

#anmelden, #iscrizione  {
	background:#00589c;
	color:#fff !important;
}
#anmelden .page-header h2:before, #iscrizione .page-header h2:before {
	background:#fff;
}
#karte, #carta {
	background: url('../../../images/content/map.jpg') no-repeat center 230px  / cover;
	min-height:100%;
}

#anmelden input, #iscrizione input {
	width:100%;
	padding:10px;
	color:#000;
}

#anmelden .btn, #iscrizione .btn {
	width:100%;
	background:#000;
	color:#fff;
	padding:10px;	
	font-size:1.3em;
} 
#partner .page-header {
	display:none;
}
/*#partner h3:before {
	content:" ";
	display:block;
	background:#fff;
	height:10px;
	position:relative;
	top:-20px;
	width:100%;
}*/
#partner {
	background:#F1F1F1;
}
#partner img {
	float:left;
	margin:5px;
}
#partner h3 {
	clear:both;
	padding-left: 15px;
}

.newsblog img {
	width:100%;
}

a.more {
	color:#00589c;
}

.contentpane.container {
	padding:0px;
}
.contentpane.container iframe {
	padding:0px 15px;
	height:3000px;
}



#newslink {
	float:left;
	width:100%;
}

#newslink li {
	display:none;
	font-size:42px;
}
#newslink li a {
	color:#777;
}
#newslink li a:hover, #newslink li a:focus, #newslink li.current a, #newslink li.active a {
	background:transparent !important;
	color:#00589c;
}

#newslink .item-247, #newslink .item-248, #newslink .item-102, #newslink .item-225 {
	display:block;
	margin-top:5px;
	padding:20px;
	padding-left:0px;
}

#newslink .item-248:before, #newslink .item-225:before {
	content: "|";
    display: block;
    float: left;
    position:relative;
    left:-15px;
    color:#777;
    top:-7px;
	
}

.container.submenu {
	padding:0px;
}


.item-254:before {
    content: "";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

@media only screen and (min-width: 765px) and (max-width: 1000px) {
	.navbar-brand img {
		#width:134px  !important;
	}	
		.newsblog img {
		width:auto;
		height:100px;
	}
}

@media only screen and (max-width: 765px) {
	.navbar-brand img {
		#width:220px  !important;
	}
	.mod-languages li.lang-active {
		display:none !important;
	}
	.navbar {
		height:100px;	
	}
	#navbar {
		margin-top:5px;
	}
	
	#karte, #carta {
		background: url("../../../images/content/map.jpg") no-repeat scroll center 300px / cover rgba(0, 0, 0, 0);
		padding-bottom:20%;
	}
	.impressum img {
		width:200px;
	}
	.newsblog img {
		width:auto;
		height:100px;
	}
}

.filters {
	display:none;
}
.blog>p {
	max-width:1100px;
	margin:auto;
}

.phocagallery-box-file.pgplugin1 {
	background:transparent !important;
	border:0px;
	height:118px !important;
}
.phocagallery-box-file.pgplugin1:hover, .phocagallery-box-file.pgplugin0:hover {
	border:0px;
}
.phocagallery-box-file .name, .phocagallery-box-file .detail {
	display:none;
}

#partner p {
    clear: both;
}

h3 {
    font-size: 1.2em;
}

img {
    vertical-align: initial;
}


.pg-item-box-title.image {
  display: none;
}
.pg-photoswipe {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pg-image.c-Image.c-Image--shaded {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


video {
  width: 100%;
}


.pswp__img {
  width: auto !important;
  margin: auto !important;
  max-width: 90% !important;
  height: auto !important;
}


.mainmenu.collapse.in {
  margin-top: 40px !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

@media(max-width:992px){
.page-header h2, .content-category h1 {
font-size:30px !important;
  }
  }
.navbar.navbar-default.navbar-fixed-top {
  max-width: 100vw;
  display: block;
}