html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
div, img { image-rendering: -webkit-optimize-contrast; }

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

html, body {
	height: 100%;
	width: 100%;}
	
body {
	font-size: 100.01%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;}
	
h1 {
	font-family: 'montserratbold', Arial, sans-serif;
	font-size: 50px;
	line-height: 63px;
	color: #32bcad;
	padding-bottom: 50px;}
	
h2 {
	font-family: 'montserrat', Arial, sans-serif;
	font-size: 33px;
	line-height: 45px;
	padding: 10px 0 32px 0;
	color: #32bcad;}
	
h3 {
	font-family: 'montserratbold', Arial, sans-serif;
	font-size: 29px;
	line-height: 37px;
	color: #32bcad;}
	
p, #content li {
	font-family: 'ralewaylight', Arial, sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #323232;
	padding-bottom: 32px;}
	
hr {
	border: 0;
	margin: 15px 80% 20px 30px;
	border-top: 7px solid #ade4de;}
	
.contentline {
	margin: 5px 0 20px 0;
	border-top: 1px solid #ade4de;}
	
.jobsline {
	margin: 10px 0 30px 0;
	border-top: 1px solid #ade4de;}
	
img {
	display: block;
	margin: auto;}
	
#wrapper {
	position: relative;
	box-sizing: border-box;
	height: auto;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 325px;}
  
a {
	color: #32bcad;
	text-decoration: none;}
	
.highlightwrapper a {
	color: #fff;
	font-family: 'ralewaylight', Arial, sans-serif;}
	
p a, b, #content li a {
	font-family: 'ralewaybold', Arial, sans-serif;}
	
.textmarker {
	color: #32bcad;}
	
.notextlink {
	font-family: 'ralewaylight', Arial, sans-serif;
	color: #323232;}
	
a:hover {
	color: #000;}
	
.clearer {
	clear: both;}
	
/* ----------------------------- NAVI ----------------------------- */
	
#menue {
	position: relative;	
	height: 180px;
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;}
	
.logo {
	position: absolute;
	top: 25px;
	display: block;
	height: auto;
	width: auto;}
.logo img {
	width: 505px;
	height: auto;}
	
#navi {
	position: absolute;
	width: auto;
	top: 49px;
	right: 0;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
#navi li {
	cursor: pointer;
    display: block;
    float: left;
	margin-right: 30px;}
	
#navi .current > a , #navi .current:hover > a{
	font-family: 'montserratbold';
	background-image: url("../img/laborgemeinschaft-bielefeld-bubbles.png");
	background-size: 17px auto;
	background-position: center top;
	background-repeat: no-repeat;}
	
#navi a {
    display: block;
	padding-top: 20px;
    font-family: 'montserrat';
	letter-spacing: 1px;
	font-size: 19px;
	line-height: 42px;}
	
#navi li:last-of-type a {
	margin-right: 0;}
	
#navi a:hover {
    text-decoration: none;
	color: #32bcad;
	background-image: url("../img/laborgemeinschaft-bielefeld-bubbles-hover.png");
	background-size: 17px auto;
	background-position: center top;
	background-repeat: no-repeat;}

.dropdown-content {
    display: none;
	position: absolute;
	margin: 16px 0 0 -30px;
	padding: 25px 0 45px 0;
    background-color: #fff;
	border-radius: 0 0 50px 50px;
	border-left: 1px solid #ade4de;
	border-right: 1px solid #ade4de;
	border-bottom: 1px solid #ade4de;
    z-index: 1;}
	
.dropdownline {
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url("../img/laborgemeinschaft-bielefeld-dropdown-line.png");
	background-size: auto 16px;
	background-position: -15px top;
	background-repeat: no-repeat;}
.ddlueber {
	background-position: -25px top;}

.dropdown-content a {
    display: block;
	padding: 0 30px !important;
    text-align: left;}
	
.dropdown-content a:hover {
	background-image: none !important;
	padding-left: 25px !important;
    border-left: 5px solid #32bcad;}
	
.dropdown-content hr {
	border: 0;
	border-top: solid 1px #d1d3d4;
	margin: 0 30px;}

#navi li:hover .dropdown-content {
    display: block;}
	
/* for iPhone, iPod Touch and iPad 
#navi ul ul {display:none;}
#navi ul li:hover > ul {display:block;}
#navi li.sub:hover ~ li.close {display:block;} */
	
/* ----------------------------- HEADER ----------------------------- */	
	
#header {
	position: relative;
	height: auto;
	width: 100%;}
	
#header img {
	text-align: center;
	height: auto;
	width: 100%;}
	
.slide {
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;}
  
.slidetitle {
	position: absolute;
	box-sizing: border-box;
	z-index: 9999;
	left: 0;
	top: 48%;
	padding: 20px 40px 30px 40px;
	transform: translateY(-50%);
	background-color:rgb(255,255,255);opacity:0.9;}
	
/* ----------------------------- CONTENT ----------------------------- */
	
#content {
	position: relative;	
	height: auto;
	width: 90%;
	max-width: 1700px;
	margin: auto;
	padding: 40px 5% 100px 5%;}
	
.flexcontainer {
	position: relative;
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;}
	
.flexcontent {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;}
	
.flexcontentitem {
	position: relative;
	box-sizing: border-box;
	width: 48.5%;
	height: auto;}
	
.flexdownloads {
	position: relative;
	display: flex;
	padding-bottom: 12px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;}
	
.flexcontainer h3 {
	padding: 30px 30px 0 30px;}
	
.flexcontainer p {
	padding: 0 30px 0 30px;}
	
.flexcontainer img {
	width: 100%;
	height: auto;}
	
.flexteaser {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-bottom: 70px;
	width: 32%;
	height: auto;
	background-color: #fff;
	border-radius: 0 0 50px 50px;
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.07), 0 5px 6px -2px rgba(0,0,0,0.07), 0 9px 17px 2px rgba(0,0,0,0.07);
	background-image: url("../img/laborgemeinschaft-bielefeld-teaser-arrow.png");
	background-size: 62px;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
.flexteaser:hover {
	background-image: url("../img/laborgemeinschaft-bielefeld-teaser-arrow-hover.png");
	transform: scale(1.06);
	box-shadow: 0 4px 8px 4px rgba(0,0,0,0.07), 0 16px 16px -4px rgba(0,0,0,0.07), 0 32px 64px 5px rgba(0,0,0,0.07);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
	
.highlightwrapper {
	position: relative;
	width: 100%;
	margin: 18px 0 50px 0;
	background-color: #32bcad;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;}
	
.highlightleft {
	position: relative;
	box-sizing: border-box;
	padding: 50px 30px 30px 50px;
	width: 50%;
	height: auto;}
	
.highlightright {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	overflow: hidden;}
	
.highlightwrapper p, .highlightwrapper h3 {
	color: #fff;}
	
.highlightwrapper hr {
	margin: 15px 80% 20px 0;}
	
.imgorganisation {
	background-image: url("../img/laborgemeinschaft-bielefeld-gbr.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;}
	
.imgmitgliedschaft {
	background-image: url("../img/laborgemeinschaft-bielefeld-grafik-owl.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;}
	
.flexdownloads a {
	display: block;
	width: 48.5%;}
	
.pdf {
	box-sizing: border-box;
	font-family: 'raleway', Arial, sans-serif;
	background-image: url("../img/laborgemeinschaft-bielefeld-icon-pdf.png");
	background-size: 37px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 65px;
	border: 1px dotted #ade4de;
	border-radius: 10px;}
	
.pdf {
	font-family: 'raleway', Arial, sans-serif;
	color: #32bcad;
	margin-bottom: 20px;}
	
.pdf:hover {
	border: 1px solid #323232;
	color: #000;}
	
#content li {
	padding-left: 30px;}
	
#content ul li::before {
  content: "〉";
  color: #32bcad;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  margin-left: -30px;}
  
.videocontainer {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;}
	
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
	
#map {
	height: 500px;
	width: 100%;
	margin: 20px 0;}
	
.trenner {
	height: 103px;
	width: auto;
	padding: 40px 0;}
	
/* --------------------------- ACCORDION ---------------------------- */

h4 {
	font-family: 'montserrat', Arial, sans-serif;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	font-size: 29px;
	color: #32bcad;
	margin-top: 15px;
	border-radius: 10px;
	border: 1px dotted #ade4de;
	background-image: url("../img/icon-plus.png");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 16px;}
	
h4:hover {
	background-color: #ade4de;
	cursor: pointer;
	opacity: 1;}
	
#accordion span {
	display: inline-block;
	box-sizing: border-box;
	color: #ccc;
	width: 35px;
	text-align: center;
	border: 1px solid #323232;
	margin: 3px 0;}
	
#accordion .black {
	color: #000;}
	
.open {
	background-color: #ade4de;
	border-top: 1px solid #32bcad;
	border-left: 1px solid #32bcad;
	border-right: 1px solid #32bcad;
	border-radius: 10px 10px 0 0;
	background-image: url("../img/icon-minus.png");}

.accordioncontent {
	box-sizing: border-box;
	display: none;
	width: 100%;
	padding: 20px 25px 5px 25px;
	border-bottom: 1px solid #32bcad;
	border-left: 1px solid #32bcad;
	border-right: 1px solid #32bcad;
	border-radius: 0 0 10px 10px;}
	
/* ----------------------------- FOOTER ----------------------------- */	
	
#footer {
	position: relative;
	margin-top: -325px;
	height: 325px;
	width: 100%;}
	
#footer img{
	margin: 0 20px 0 0;
	float: left;}
	
.footerwrapper {
	position: relative;
	padding: 0 5%;
	margin: auto;
	width: 90%;
	max-width: 1700px;}
	
.footer1 {
	margin: 0 auto;
	height: 240px;
	width: 100%;
	background-color: #ade4de;}
	
.footer1 img {
	margin-top: 8px !important;}
	
.footerflexcontainer {
	position: relative;
	height: 240px;
	padding: 0 5%;
	margin: auto;
	width: 90%;
	max-width: 1700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;}
	
.footerflexitem {
	position: relative;
	box-sizing: border-box;
	width: 32%;
	height: auto;
	margin: 0 auto;
	top: 46%;
	transform: translateY(-25%);}
	
.footer1 p, .footer1 a {
	font-family: 'raleway', Arial, sans-serif;
	font-size: 20px;
	line-height: 46px;
	padding: 0;
	color: #535353;
	float: left;}
	
.footer1 a:hover {
	color: #000;}
	
.footer2 {
	box-sizing: border-box;
	padding-top: 33px;
	margin: 0 auto;
	height: 85px;
	width: 100%;
	background-color: #32bcad;}
	
#dakkslogo {
	margin-top: 0 !important;
	width: 290px;
	height: auto;}
	
.left, .right {
	float: left;
	width: 60%;}
	
.right {
	text-align: right;
	width: 40%;}
	
.footer2 p, .footer2 a {
	font-family: 'raleway', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ade4de;}
	
.footer2 a {
	letter-spacing: 1px;
	text-decoration: none;}
	
.footer2 a:hover {
	color: #fff;}
	
/* ------------------------------ SCROLL TO TOP ----------------------------- */

#backtotop {
	background-image: url("../img/backtotop.png");
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.1;
    width: 40px;
	height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;}
#backtotop:hover {
    opacity: 1;}
	
/* ----------------------------- BREAKPOINTS ----------------------------- */

@media only screen and (max-width: 1450px) {

#navi li {
	margin-right: 20px;}
#navi a {
	letter-spacing: 0;}
	
.footer1 p, .footer1 a {
	font-size: 18px;}
	
}

@media only screen and (max-width: 1300px) {
	
#navi {
	display: none;
	position: absolute;
	width: 100%;
	top: 200px;
	height: auto;
	min-height: 100vh;
	left: 0;
	background-color: #32bcad;
	z-index: 9999;}
	
#navi a {
	margin: 0 5vh !important;
	padding: 20px 0;
	line-height: 30px;
	color: #fff;
	border-bottom: 1px solid #fff;}
	
#navi li {
	cursor: pointer;
    display: block;
    position: relative;
	width: 100%;
	text-align: center;
	margin: 0;}
	
#navi .current > a , #navi .current:hover > a, #navi a:hover {
	background-image: none;
	color: #fff;}
	
#navi li:last-of-type a, .dropdown-content a:last-of-type {
	border-bottom: 0 !important;}
	
.dropdown-content {
    display: none;
    position: relative;
	height: auto;
	padding: 0px;
	border: 0;
	margin: 0 5vh;
	border-radius: 0;
	background-color: #ade4de;}

.dropdown-content a {
	position: relative !important;
	padding: 20px 0 !important;
	border: 0;
	margin: 0;
    text-align: center;}
	
.dropdown-content a:hover {
	padding: 20px 0 !important;
    border: 0;
	color: #32bcad !important;}
	
#navi hr, .dropdownline {
	display: none;}
	
.highlightleft {
	width: 100%;}
	
.highlightright {
	width: 100%;
	height: 500px;}
	
}

@media only screen and (max-width: 1250px) {
	
h1 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 40px;}
	
h2 {
	font-size: 30px;
	line-height: 40px;}
	
h3 {
	font-size: 23px;
	line-height: 30px;}
	
h4 {
	font-size: 23px;
	background-position: 97% center;}
	
p, #content li {
	font-size: 20px;
	line-height: 29px;
	padding-bottom: 29px;}
	
hr {
	margin: 15px 70% 20px 18px;}
	
#header {
	height: 400px;
	width: 100%;
	overflow: hidden;}
	
#header img {
	position: absolute;
	left: -9999px;
    right: -9999px;
    margin: auto;
	height: 400px;
	width: auto;}
	
.changealign {
	margin: 0 !important;
	left: auto !important;
	right: 0 !important;}
	
#content {
	padding: 30px 5% 70px 5%;}
	
.flexcontainer {
	padding-top: 30px;}
	
.flexteaser {
	border-radius: 0 0 40px 40px;}
	
.flexcontainer h3 {
	padding: 30px 18px 0 18px;}
	
.flexcontainer p {
	padding: 0 18px;}
	
.trenner {
	padding: 0 0 10px 0;}
	
.footerflexitem {
	width: auto;}
	
/* .footerflexitem:nth-child(2) {
	display: none;} */
	
}

@media only screen and (max-width: 850px) {
	
.left {
	display: none;}
	
.right {
	text-align: center;
	width: 100%;}
	
h4 {
	background-position: 96% center;}
	
}

@media only screen and (max-width: 767px) {
	
h1 {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 30px;}
	
h2 {
	font-size: 24px;
	line-height: 33px;}
	
h3 {
	font-size: 23px;
	line-height: 28px;}
	
p, #content li {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 26px;}
	
#menue {
	height: 120px;}
	
.logo {
	top: 22px;}
	
.logo img {
	width: 300px;}
	
#navi {
	top: 120px;}
	
#content {
	padding: 30px 5% 40px 5%;}
	
.flexcontentitem {
	width: 100%;}
	
.flexteaser {
	width: 48%;}
	
.flexteaser:nth-child(2) {
	display: none;}
	
.flexdownloads a {
	width: 100%;}
	
.trenner {
	height: 70px;}
	
.highlightwrapper {
	display: none;}
	
.footerflexitem:nth-child(1) {
	display: none;}
	
}

@media only screen and (max-width: 500px) {
	
#header, #header img {
	height: 300px;}
	
.flexteaser {
	width: 100%;}
.flexteaser:nth-child(3) {
	display: none;}
	
#footer {
	text-align: center;}
	
#footer img {
	float: none;
	margin: 10px auto 3px auto;}
	
.footerflexitem {
	top: 30%;}
	
.footer1 p, .footer1 a, .footer2 p, .footer2 a {
	float: none;
	font-size: 17px;
	line-height: 25px;}
	
#cookiehinweis {
	padding: 5%;
	width: 500px;
	max-width: 90%;}
	
}

@media only screen and (max-width: 420px) {
	
#menue {
	height: 140px;}
	
#navi {
	top: 140px;}
	
}