/* nach metainfo verschoben
:root {
  --hausfarbe: #1269b0;

  /* NSI
  --hausfarbe: #316235;
  */

    /* NABU
  --hausfarbe: #1269b0;
  */

.background-hausfarbe {
	background: var(--hausfarbe)!important;
	background: #1269b0; /*für IE*/
	color: #ffffff;
}
.w3-hover-hausfarbe:hover{color:#fff!important;background:var(--hausfarbe)!important;}

html, body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #504f41;
	margin: 0px;
	font-size:16px;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/SourceSansPro-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/SourceSansPro-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/SourceSansPro-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

dreieck {
    content: '';
     margin-left: -30px;
         margin-top: 0px;
    position: absolute;
    width: 0px;
    height: 0px;
-webkit-transform:rotate(360deg);
    border-style: solid;
    border-left: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

header {
	background: #e3e2d4;
	margin-top: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	border-top: 2px solid #b4b4b4;
}

site {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	max-width: 960px;
	min-width: 300px;
/*	flex-flow: row wrap; */
}

slider {
	background: #e3e2d4;
	display: flex;
	justify-content: center;
	align-items: center;

}

main {
	display: flex;
	flex-direction: row;
	max-width: 960px;
}

top {
	color: grey;
	background: var(--hausfarbe)!important;
	background: #1269b0; /*für IE*/
    margin-top: 40px;
    padding: 0px;
    width: 960px;
    height: 45px;
    border: 0px solid black;
		display: flex;

}

content {
    margin: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 700px;
	min-width: 300px;
    min-height: 300px;
    border-left: 0px solid black;
}

content-right {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 0px;
	max-width: 280px;
	/* min-width: 220px; */
	min-height: 300px;
	border-left: 1px solid #cccccc;
}

footer {
	background: var(--hausfarbe);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

bottom {
	background: var(--hausfarbe);
	display: flex;
	flex-direction: row;
	color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 960px;
    border: 0px solid black;
}

.bottomcontent {
	border: 0px solid red;
	margin-top: 15px;
	margin-right: 15px;
	color: #ffffff;
	    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-grow: 1;
}

#cookie-popup {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:15px;
  line-height:20px;
  padding: 20px;
	padding-top: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }

#cookie-popup.hidden {
	visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

#cookie-popup {
  /* This section calls the slideInFromTop animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromTop;
}
/* tags */

h1 {
	border-left: 20px solid;
	padding-left: 10px;
	margin-left: -20px;
	line-height: 40px;
	color: var(--hausfarbe)!important;
	color: #1269b0; /*für IE*/
}

h2 {
	font-weight: lighter;
	border-left: 20px solid #e3e2d4;
	padding-left: 10px;
	margin-left: -20px;
	line-height: 36px;
}

h3 {
	font-weight: normal;
	border-left: 20px solid;
	padding-left: 10px;
	margin-left: -20px;
	color:  var(--hausfarbe);
	line-height: 30px;
}

.marker {
	border-left: 10px solid;
	padding-left: 10px;
	margin-left: -20px;
	color: grey;
}

table {
	font-size:14px;
	margin-bottom: 30px;
}

strong, b {
	color:  var(--hausfarbe);
}

p {
	 line-height: 1.5;
}

a {
	color: var(--hausfarbe);
	text-decoration: underline;
}

.hausfarbe {
	background-color:  var(--hausfarbe)!important;
	color:#fff!important
}

/* elemente */

.infobox {
	width: 260px;
	padding: 0;
	margin-top: -6px;
}

.infobox:before {
content: '';
position: absolute;
margin-left: 20px;
margin-top: -32px;
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 0 20px 20px 20px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
	border-bottom: 16px solid #ffcc00;
    border-top: 16px solid transparent;
}

.infobox-link{
	width: 260px;
	padding: 0;
	margin-top: -6px;
}

.infobox-link:before {
content: '';
position: absolute;
margin-left: 20px;
margin-top: -32px;
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 0 20px 20px 20px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
	border-bottom: 16px solid #86bc43;
    border-top: 16px solid transparent;
}

.infobox-spenden{
	width: 260px;
	padding: 0;
	margin-top: -6px;
}

.infobox-spenden:before {
content: '';
position: absolute;
margin-left: 20px;
margin-top: -32px;
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 0 20px 20px 20px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
	border-bottom: 16px solid #f88c18;
    border-top: 16px solid transparent;
}

.infobox-hausfarbe-down {
	padding: 6px;
	padding-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
    background-color: var(--hausfarbe);
    font-weight: 600;
	color: #ffffff;
    position: relative;
	width: 260px;
}

.infobox-hausfarbe-down:after {
    content: '';
    position: absolute;
    left: 75%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--hausfarbe);
    clear: both;
}

.gallery-button-right {
content: '';
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 12px 0 12px 10px;
	border-color: transparent transparent transparent #ffffff;
}

.gallery-button-left {
content: '';
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 12px 10px 12px 0;
	border-color: transparent #ffffff transparent transparent;
}

.publikation-beschreibung {
}

.publikation-kurzbeschreibung {

}

.publikation-link {
	padding-left: 16px;
}

.youtube-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.youtube-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#logo {
box-shadow: 0px 3px 8px #888;
	width: 160px;
	height: 160px;
	min-width: 160px;
	min-height: 160px;
	margin-top: -52px;
	margin-left: 20px;
	z-index: 3;
	position: relative;
}

#nsilogo {
box-shadow: 0px 3px 8px #888;
	width: 160px;
	height: 160px;
	min-width: 160px;
	min-height: 160px;
	margin-top: -52px;
	margin-left: 20px;
	z-index: 3;
	position: relative;
}

#gruppenname {
	color: #444444;
	font-weight: bold;
	font-size: 13px;
	margin-top: -39px;
	line-height: 1.0;
	margin-left: 22px;
}

#navi {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 0px;
	width: 100%;
	z-index: 2;
}

#breadcrumb {
	font-size: 13px;
	text-decoration: none!important;
}

img {
	height: auto;
}

.sliderimage {
	max-width: 960px;
	width: 100%;
	margin-bottom: -5px;
}

/* tags */

iframe {
  border: 0px;
}

@media all and (max-width: 1024px) {

  content {
	padding-left: 15px;
}

}

@media all and (max-width: 700px) {

top {
	height: 45px;
}

slider {
	/* margin-top: 35px; */
}

main {
    -webkit-flex-direction: column;
 /*   flex-direction: column; */
	flex-flow: row wrap;

	min-width: 100px;
  }

  content {
	padding-left: 15px;
}


content-right {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 300px;
	color: #ffffff;
	border-left: 0px;
}

#logo {
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	margin-top: -52px;
	margin-left: 20px;
}

#nsilogo {
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	margin-top: -52px;

}

#gruppenname {
	color: #444444;
	font-weight: bold;
	font-size: 11px;
	margin-top: -32px;
	margin-left: 16px;
}

#navi {
	margin-top: 5px;
	position: absolute;

}

site {
	margin-top: 0px;
}

bottom {
	display: flex;
	flex-direction: column;
}

.bottomcontent {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-right: 15px;
	    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-grow: 1;
	color: #ffffff;
}

.publikation-beschreibung {
	display: none;
}

.publikation-link {
	position: relative;
	padding-left: 0px;
}

}
