@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/fonts/OpenSans/OpenSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/OpenSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/OpenSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/OpenSans/OpenSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/OpenSans.svg#OpenSans') format('svg'); /* Legacy iOS */
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
}

/*Header*/

body{
  /*font-family: 'OpenSans', sans-serif;*/
  font-family: 'Noto Sans', sans-serif;
  font-size: 14.5px;
  line-height: 160%;
  color: black;
  overflow-x: hidden;
}

.container_youtube {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56%;

}
.video_youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



p{ margin: 0 0 20px 0; }

h1, .h1{ font-size: 25px; color: #005887; margin: 20px 0px 20px 0px; line-height: 1.3;}

h2, .h2{ font-size: 20px; color: #005887; margin-bottom: 10px; line-height: 1.4; }

h3, .h3{ font-size: 18px; color: #005887; margin-bottom: 20px; line-height: 1.5; }

h4, .h4{ font-size: 16px; color: #005887; margin-bottom: 10px; line-height: 1.6; }

h5, .h5{ font-size: 16px; color: #005887; margin-bottom: 5px; line-height: 1.6; font-weight:600;  }

img { /*max-width: 100%;*/ }

a{
  color: #005887;
}

a:hover{
  color: #7fb1d4;
  text-decoration: none;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

img.float-left {
	float: left;
	margin-right: 20px;
}

img.float-right {
	float: right;
	margin-left: 20px;
}

img.third {
	width: 33%;
}

img.w150 {
	width: 150px;
}

.block{
  /*margin-bottom: 20px;*/
}

.main-header{
  /*background: #0165a1;*/  
  color: #fff;
  padding: 10px 0;
  /*margin-bottom: 10px;*/
  background-size: cover;
  position: relative;
}

.main-header:after{
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(21, 22, 26, 0.88);*/
}

.main-header nav{
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.main-header .region{
  position: relative;
  z-index: 2;
  display: inline;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexbox-margin {
	margin-bottom: 30px;
}


/*region header*/

.site-branding{
  margin: 0;
  display: inline;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand{
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.site-name a{
  font-size: 26px;
  color: #fff;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*top widget*/

.topwidget{
  text-align: center;
  padding: 50px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

/*footerwidget*/

.footerwidget{
  background: #e5e5e5;
  color: black;
  padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.copyright{
  background: #0165a1;
  font-size: 10px;
  color: white;
}

.copyright p{
  margin: 13px 0;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #FBFBFB;
  padding: 10px 0;
}

.bottom-widgets .region{
  padding: 10px;
  background: #DEDEDE;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*FORM*/

input, button, select, textarea{
  padding: 9px;
  border: 1px solid #C7C7C7;
}

.contact-message-form label{
  display: block;
}

.btn, 
input[type="submit"]{
  background: #0165a1;
  color: #fff;
  border: 0;
  /*border-radius: 5px 5px 5px 5px;*/
  padding: 10px;
  line-height: 100%;
}

.btn:hover, 
input[type="submit"]:hover{
  background: #005887;
}

/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: left;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

nav h2{
  display: none;
}

.menu-base-theme,
.menu-base-theme a, 
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: none;
}

.menu-base-theme li a{
  background: #FBFBFB
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
} 

.navbar-toggle{
  z-index: 999;
}*/

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

.search-block-form{
  display: table;
  width: 100%;
}

.search-block-form .form-item,
.search-block-form .form-actions{
  display: table-cell;
  vertical-align: top;
  background-color: #ddecf8;
}

.search-block-form input{
  width: 100%;
}

.search-form {
	margin-bottom: 20px;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/* Bereichsmenü */

ul.bereichsmenu {
	text-align: left;
	margin: 10px 0px 25px;
	padding: 0;
}

ul.bereichsmenu li {
	display: inline-flex;
}

ul.bereichsmenu li a {
	color: white;
	font-weight: bold;
	background-color: #27a738;
	margin: 4px 2px;
	padding: 2px 5px;
}

ul.bereichsmenu li a:hover {
	color: white;
	background-color: #75c167;
}


/* Link-Button blau */

p.linkbutton {
	text-align: left;
	margin: 30px 0px;
}

p.linkbutton a {
	color: white;
	font-weight: bold;
	background-color: #006eab;
	margin: 20px 0px 30px 0px;
	padding: 8px 9px 8px 9px;
}

p.linkbutton a:hover {
	color: white;
	background-color: #3092c0;
}


/* Link-Button grün */

p.linkbuttongruen {
	text-align: left;
	margin: 30px 0px;
}

p.linkbuttongruen a {
	color: white;
	font-weight: bold;
	background-color: #399f34;
	margin: 20px 0px 30px 0px;
	padding: 8px 9px 8px 9px;
}

p.linkbuttongruen a:hover {
	color: white;
	background-color: #6ac565;
}





/*Bird Race Team-Tabelle*/

.birdraceteams {
	width: 100%;
	border: 1px solid #EEEEEE;
	table-layout: fixed;
	border-spacing: 0px;
    border-collapse: collapse;
}

.birdraceteams tr:nth-child(odd) {
	background-color: #EEEEEE;
}

.birdraceteams th {
	background-color: #DDDDDD;
}

.birdraceteams th i {
	font-weight: normal;
}

.birdraceteams td, .birdraceteams th {
	padding: 5px;
	vertical-align: top;
}

.birdraceteams th.br-teamlist-name {
	width: 25%;
}
.birdraceteams th.br-teamlist-youth {
	width: 15%;
}
.birdraceteams th.br-teamlist-section {
	width: 22.5%;
}
.birdraceteams th.br-teamlist-count {
	width: 10%;
}

/* Filter Views */

form.views-exposed-form {
	display: flex;
	flex-wrap: wrap;
}

form.views-exposed-form div {
	width: auto;
	margin-right: 20px;
}

form.views-exposed-form div.form-actions {
	width: 90%;
}

form.views-exposed-form div.form-type-select {
	margin-bottom: 0px;
}

form.views-exposed-form div.form-type-select label {
	display: block;
}

/* View Team */

div.team {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

div.team div.views-row {
	width: 31%;
	min-width: 200px;
	margin: 0px 12px 15px 0px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
}

div.team div.views-field {
	margin-left: 10px;
	margin-right: 10px;
}

div.team h2, h3 {
	margin: 10px 0px 15px;
}

div.team .views-field-field-function {
	line-height: initial;
}

div.team img {
	max-width: 100% !important;
	height: auto !important;
}


/* View Naturjuwelen, Projekte */

.naturjuwelen-ansicht .views-field-field-bild-oben img, .projektfinder .views-field-field-bild-oben img {
	width: 100%;
	height: auto !important;
	padding-bottom: 20px;
}

.birdlife-naturjuwelen .views-field-field-bild-oben img, .projektfinder .views-field-field-bild-oben img {	
    max-width: 98%;
    height: auto;
    margin-right: 2%;
    margin-top: 1%;
}
	
.birdlife-naturjuwelen .views-field-title, .projektfinder .views-field-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.birdlife-naturjuwelen form.views-exposed-form, .projektfinder form.views-exposed-form {
	margin-bottom: 25px;
}

.projektfinder nav, .projektfinder footer {
	width: 100%;
}


/* Arten-DB */

.view-art-named {
	font-size: 25px;
	font-weight: 500;
	color: #005887;
}

.views-field-field-named {
	display: inline-block;
}

.art-lead-namew {
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	color: #005887;
}

.views-field-field-prioritaetsart, .views-field-field-iba-art, .views-field-field-eingefuehrt, .views-field-field-rote-liste {
	float: right;
	height: 34px;
	margin-left: 5px;
}

.img-float-left {
	float: left;
	width: 90px;
	margin: 5px 10px 0px 0px;
}

.art-main, .massnahme-main, .artendb_head_wrapper, .artendb-main, .artendb-overview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.artendb-overview {
	margin-bottom: 10px;
}

.art-main, .massnahme-main {
	margin-top: 5px;
}

.massnahme-main .column-left {
	padding-top: 20px;
}

.column-left h5, .column-right h5 {
	margin: 20px 0px 8px;
}

.column-left h6, .column-right h6 {
	font-size: 13.5px;
	font-weight: 600;
}

.column-left br {
	display: block;
	content: "";
	margin-top: 3px;
}

h4.overview-content-title {
	margin-bottom: 3px;
}

#block-artendbhead p {
	margin: auto;
}

#block-artendbhead h4 {
	margin: 10px 0px 5px;
}

.artendb_head_wrapper {
	margin: 15px 0px;
	padding: 5px 20px 0px 20px;
	background-color: #e5e5e5;;
}

.column-half img {
	padding-bottom: 10px;
}

.column-narrow img {
	width: 100%;
	padding-top: 6px;
}

.column-broad p {
	margin-bottom: 0px;
}

.column-half h3 {
	margin-top: 0px;
}

.column-half p {
	margin-bottom: 10px;
}

#block-views-block-artendb-slideshow-block-1 div.views-field-field-slide-text a, .copy {
    display: table;
    color: unset;
    background-color: unset;
    width: unset;
    height: unset;
    font-weight: normal;
    font-size: unset;
    padding-left: unset;
    position: unset;
}

a.customtt span {
    z-index: 10;
    display: none;
    padding: 10px;
    margin-top: 40px;
    margin-left: -300px;
    width: 300px;
    text-align: left;
    color: black;
}
a.customtt:hover span {
	display: inline;
	position: absolute;
	border-width: 1px 1px 8px 1px;
	border-style: solid;
	border-color: #005887;
	background: #FFFFFF;
}


/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}



/* drupal 9 update additions by mazze.ch | 16.07.2023 */
#block-sprachumschalter-2 {display: inline-block;height:100px;}
#block-sprachumschalter-2 ul li {display: inline-block;padding:5px;}  
