@import url(https://api.fonts.coollabs.io/css2?family=Open+Sans:wght@400;700;800&display=swap);

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ececed;
		1background: rgb(253,195,0);
	margin: 0;
	height: 100%;
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
line-height: 1.52857143;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h4 { margin-top: 0px; }

p {
	padding: 0;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.table {font-size:1rem;}

ol, ul { padding-left: 20px; }
ol li, ul li { 	font-size: 1.8rem;
line-height: 1.52857143; }
img {
	height: auto;
	max-width: 100%;
}
img.content {
	1max-width: 95%;
}

.col-md-12 div.col-md-6:nth-of-type(1) {
padding-right: 15px;
}

.label {
	font-size: 0.85rem;
	font-weight: normal;
}

a {
    color:rgb(193 8 96);
	padding: 0;
	margin: 0;
	text-decoration: underline;

	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
p a:hover {	border-bottom:solid 1px #3c3c3c;}
p.btn a {	border-bottom:solid 0px #3c3c3c; width: 100%;
	display: inline-block;
	height: 100%;}
a:hover, a:focus {
	text-decoration: underline;
	color: rgb(210,46,123);
}
h3 a, span.value a, nav a, .card.download a {color: #3c3c3c;}
h3 a:hover, span.value a:hover, .card.download a:hover {color: rgb(210,46,123);}

hr {
    border: 0;
    border-top: 0px dotted #eee;
}

.profil {
    float: right;
    font-size: 1.2rem;
    color: lightgrey;
}
.profil a {
    font-size: 1.2rem;
    color: lightgrey;
}

body {
display: flex;
flex-direction: column;
height: 100%;
}
nav,
footer {
  flex: none;
}
.container {
    flex: 1 1 auto;
    max-width:100%;
}

nav a, a:hover, a:focus {
	text-decoration: none;
}

nav ul {
list-style: none;
margin-left:0;
padding-left:0;
}



#navigation {
    margin-right: 0;
    margin-left: auto;
}

.dropdown-menu {
 min-width:260px;
}


::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: rgb(210,46,123);
}

::selection {
	color: #fff;
	text-shadow: none;
	background: rgb(210,46,123);
}

.centered {
	text-align: center;
}
.grey {
	background: #eee;
}
pre {
	margin: 20px 0;
}
code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

blockquote p {
	margin-top: 0;
}
.navbar {
	min-height: 70px;
	margin-bottom: 0px;
	background-color: #ececed;
	border-radius: 0;
}

ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
}
.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 1.8rem;
	line-height: auto;
}
.navbar-brand img {
	height: 125px;
	width: auto;
}


.navbar-default .navbar-nav > li > a {
	font-size: 1.2rem;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover { color: rgb(210,46,123); }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgb(210,46,123);
	background-color: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

.dropdown-menu {
	background: #fff;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 0;
}
.navbar-default .lang {
	margin-left: 5px;
}
.navbar-default .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.navbar-default .lang ul a {
	margin-left: 0;
}
.navbar-default .lang:before {
	content: '';
	height: 14px;
	width: 1px;
	float: left;
	position: relative;
	top: 18px;
	border-left: 1px solid #fff;
}
.navbar-default .lang .dropdown-menu {
	min-width: 40px;
	text-transform: uppercase;
}
@media screen (max-width: 767px){
  .lang-title {
	color: #fff;
	margin-top: 30px;
	padding: 10px;
	background: #5e6772;
  }
  .navbar-default .lang {
	margin-bottom: 20px;
  }
  .navbar-default .lang:before {
    content: none;
  }
  .navbar-default .lang,
  .navbar-default .lang a {
	margin-left: 0;
  }
}

.navbar-right .dropdown-menu { left: 0; }
.dropdown-menu > li > a {
	color: #333;
	font-weight: 400;
	font-size: 1.8rem;
	padding: 6px 20px;
	border-top: 1px solid #4d5d70;
}

.dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.active,
.dropdown-menu > .active > a {
	color: rgb(210,46,123);
	background: #fff !important;
}



.navbar-toggle {
 margin-right:0;
 margin-top: 65px;
 margin-bottom: -25px;
}

.navbar-toggle .icon-bar+.icon-bar {
margin-top: 8px;
}
.navbar-toggle .icon-bar {
width: 27px;
height: 4px;
}

#rex-yform {
	background: #fff;
}

#formular>h2 {
	color: #fff;
	background-color: rgb(219, 114, 1);
	border: 20px solid rgb(219, 114, 1);
	margin-top: 0px;
margin-left: -15px;
	margin-right: -15px;
}

.xform input[type=submit], .btn-theme, .btn-primary, .yform input[type=submit] {
	color: #fff;
	background-color: #c60885;
	border-color: #c60885;
	margin: 4px;
}

.xform input[type=submit],
.xform input[type=submit]:focus,
.xform input[type=submit]:active,
.xform input[type=submit].active,
.yform input[type=submit],
.yform input[type=submit]:focus,
.yform input[type=submit]:active,
.yform input[type=submit].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
color: #fff;
background-color: rgb(210,46,123);
	border-color: rgb(210,46,123);
}

.alert-red {
    background: #f2dede;
    border: 3px solid #ebccd1;
}
.alert-yellow {
    background: #fcf8e3;
    border: 3px solid #faebcc;
}
.alert-blue {
    background: #d9edf7;
    border: 3px solid #bce8f1;
}
.alert-green {
    background: #dff0d8;
    border: 3px solid #d6e9c6;
}

#notifications .container {margin-bottom:0;}

label {
	font-weight: normal;
}
.radio.form-group {
	padding-left: 0;
}

.rex-yform {
	padding-bottom: 25px;
}

1form a {color:#c60885;}

.rex-yform .form-group {
    margin-bottom: 25px;
}
.rex-yform .btn-primary {
	margin-top: 20px;
}
#yform-formular-name {
	float: left;
	width: 45%;
	margin-right: 5%;
}
#yform-formular-email {
	float: left;
	width: 50%;
}

.form_ycom_auth_form_info li {
	padding-bottom: 20px;
}
.full-screen.login .demo-card .btn {
	margin-top: 40px;
	margin-bottom: 30px;
}

.hide-label label.control-label {
	1display: none;
}
.rex-yform input[type=text],
.rex-yform input[type=password] {
	background-color: #fffcf5;
    border: medium none;
    border-radius: 4px;
    color: #66615b;
    font-size: 1.8rem;
    transition: background-color 0.3s ease 0s;
    padding: 7px 18px;
    height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-image: none;
}
.full-screen.login div.checkbox {
	color: #fff;
}

.full-screen.login .demo-card label {
	margin-top: 0;
}
.checkbox label,
.radio label{
	padding-left: 10px;
}

.form_ycom_auth_form_info {
	padding-left: 0;
}
.form_ycom_auth_form_info li {
    color: #B33C12;
    text-align: center;
    font-size: 1.825em;
    line-height: 1.4;
    margin: 20px 0 10px;
    font-weight: 400;
	list-style-type: none;
}
.form-captcha .input-group-addon {
	width: 144px;
}

.input-group-btn .btn {margin:0;padding:14px;}
#page15 .input-group-btn .btn {margin:0;padding:7px;}

@media screen (max-width: 767px){ div.section {padding: 0 4%;}}


.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #b2c85f;
	border-color: #ffffff;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb { margin-bottom: 60px; }
.mt { margin-top: 60px; }

.hline {
	border-bottom: 1px solid #384452;
	margin: 40px 0 20px;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

#headerwrap {
	background-color: #b2c85f;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, #headerwrap h5 { color: white; }
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

/* Iconsize */
.service .size2 .fa {
	font-size: 2rem;
}
.service .size3 .fa {
	font-size: 2rem;
}

.breadcrumb-wrapper {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

#service i {
	color: #b2c85f;
	font-size: 6rem;
	padding: 15px;
}

#portfoliowrap {
	display: block;
	text-align: center;
}

.fullpicture {
	position: relative;
	background-color: #5b6d68;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.fullpicture .layer {
	background-color: #5b6d68;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 5rem;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 1.6rem;
	line-height: 30px;
}

.fullpicture h4 { color: #bfc9d3; }




.slider { position: relative; }
.slider .slides li { position: relative; }
.slider.small-controls .flex-direction-nav a { margin-top: -20px; }
.slider.small-controls .flex-control-nav { display: none; }
.hero-slider {
	padding: 0px;
	position: relative;
}
.hero-slider.container {
	margin-bottom: 0px;

}

.hero-slider .slides { overflow: hidden; height: 475px;}
.hero-slider .slides li {
	height: 475px;
	position: relative;
	background-size: cover !important;
}
.hero-slider .slides li img.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h3 { font-size: 3rem; }
.hero-slider .slides li h2 {
	line-height: 1;
	font-size: 2rem;
	1margin-bottom: 33px;
	1padding-bottom: 7px;
}

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 6rem;
	margin-bottom: 33px;
}

.work-slider { margin-top: 28px; }
.work-slider .slides li { height: 400px; }
.slides li .fadeUp { opacity: 0; }
.slides li {
	position: relative;
	1color: #fff;
}

.slides li p, .slides li a { 1color: #fff; }
.slides li .slide-content {
	position: relative;
	z-index: 3;
}

/* .slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}
*/

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #b2c85f;
	color: #384452;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: #384452;
	color: #fff;
}

.hero-slider .slides li .slide-content img { max-height: 500px; }
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 4rem;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
@media screen and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { max-height: 300px; }
}

@media screen and (max-width: 767px) {
	.hero-slider .slides,
	.hero-slider .slides li {
		height: 250px;
	}
}

.background-breathe {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

section.module-wrapper {margin-bottom:25px;}

#headerpic {
display: none;
}

body#page1 #headerpic {
display: block;
margin-bottom: -20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
padding-top: 25px;
padding-bottom: 375px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#headerpic h3 {
	position: relative;
	text-transform: uppercase;
	z-index: 3;
	color: white;
	display: inline;
	font-weight: 300;
	letter-spacing: 0.3em;
	border-bottom: 2px solid #fff;
}
@media  screen (max-width: 1280px) {
#headerpic {
    width: 100%;
}
}


.ctitle {
	color: #b2c85f;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 1.2rem;
	color: #b3b3b3;
}

csmall2 {
	font-size: 1.2rem;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { background: #b2c85f; }

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
}
.pictext img {
	border: 1px solid #ccc;
}

.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-right: 10px;
	font-size: 1.8rem;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #b2c85f; }
#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #bfc9d3;
}

.comments h2 {
	font-size: 2.4rem;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #bfc9d3;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { 	font-size: 2.4rem;
 }
.board h2 { 	font-size: 2rem;
 }

.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}

.col-md-4.white.teaser h2 {font-size: 2.2rem;}


table {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	width: 100%;
}

table tr { border-bottom: 1px solid #ccc; }
table th {
	vertical-align: top;
	min-width: 200px;
	padding: 20px 0;
	border-top: 1px solid #5b6d68;
	border-bottom: 1px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
}

.board table h2 {
	margin-top: 0;
	font-size: 1.8rem;
}


/* Element | https://www.freiwilligen-agentur-bremen.de/ */


ul.accordion {
  padding-left: 0;
}


.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .title::after {
    content: "\25bc";
    float:right;
}

.accordion .content {
    padding:10px 20px 15px 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 4000px; }
.accordion p:last-child { margin-bottom: 0; }
.accordion-1 li { margin-bottom: 10px; display: block !important; }
.accordion-1 li:last-child { margin-bottom: 0; }
.accordion-1 .title {
	background: #f5f5f5;
	padding: 13px 23px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title { background: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 24px;
	font-weight: 400;

	letter-spacing: 2px;
	font-weight: 700;
}

.accordion-1 .active .title {
	background: #d0d0d0;
	color: #3c3c3c;
}

.accordion-1 .content {
	border: 1px solid #eee;
	border-top: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}



/* Element | https://www.freiwilligen-agentur-bremen.de/aktuell/ukraine-hilfe/ */

.accordion-1 .content li {
  list-style-type: none;
  padding-left: 20px;
  background-image: url('/media/star.svg');
  background-repeat: no-repeat;
  background-position: left .5rem;
  margin-left: -20px;
}



.accordion-1 .active .content {
	opacity: 1;
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
}

.accordion-1 .title:hover {
	color:#c60885;
	background:#fff;
	outline: #c60885 solid 2px;
}

.accordion-1 .active .title:hover {
	color: #000;
	background: #fff;
}

.accordion-1 .active .content {
  background: #fff;
}


.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .7;
}

.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1rem;
	margin-right: 10px;
}

.accordion-2 .active .title {
	opacity: 1;
	color: #2d4f6d;
}

.accordion-2 .active .title:before { content: '\f068'; }
.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 16px 0; }
.accordion-2 .title:hover {
	opacity: 1;
	color: #2d4f6d;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 20px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0;
}
.tabs li {
	display: inline-block;
	cursor: pointer;
}

.tabs.thirds { width: 100%; }
.tabs.thirds li { width: 33.3333333%; }
.tabs.thirds .tab-title { width: 100%; }
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
}

.button-tabs .tabs > li {
	margin-bottom: 8px;
	float: left;
}

.button-tabs .tabs > li:last-child { margin-right: 0; }
.button-tabs .tab-title {
	padding: 13px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #E0E4E6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title { background: #eee; }
.button-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #2d4f6d;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #C7D2D8; }
.button-tabs .active .tab-title:hover { background: #2d4f6d; }
.button-tabs.vertical { overflow: hidden; }
.button-tabs.vertical > .tabs {
	width: 30%;
	float: left;
}

.button-tabs.vertical > .content {
	padding-left: 3%;
	width: 70%;
	float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title { width: 100%; }
.button-tabs.vertical > .tabs li { margin-bottom: 10px; }
.bg-dark .button-tabs .tab-title span { color: #222; }

@media  screen and (max-width: 767px) {
	.button-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.button-tabs.vertical .tabs, .button-tabs.vertical .content {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

}

.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}

.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.text-tabs .tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

.text-tabs.no-border .tabs { border-bottom: none; }
.text-tabs .tab-title {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0 24px;
	opacity: 0.5;
	position: relative;
}

.text-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.text-tabs .tab-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91a05c;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	bottom: -17px;
	left: 0;
}

.text-tabs .active .tab-title {
	opacity: 1;
	color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
	background: #2d4f6d;
}
.text-tabs .active .tab-title:after {
	opacity: 1;
}
.text-tabs .tab-title:hover {
	opacity: 1;
}


@media  screen and (max-width: 767px) {
	.text-tabs .tabs { padding-bottom: 0; }
	.text-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.text-tabs .tab-title:after { display: none; }
	.text-tabs:not(.text-center) .tabs li:first-child .tab-title { padding-left: 24px; }
}

.icon-tabs .tabs li {
	width: 24.5%;
	margin-bottom: 24px;
}

.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}

.icon-tabs .tab-title:hover { opacity: 1; }
.icon-tabs .active .tab-title {
	color: #91a05c;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #91a05c; }
.image-bg .icon-tabs .active .tab-title i { color: #fff; }
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}

.icon-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
@media  screen and (max-width: 1199px) {
	.sidebar {
		clear: both;
	}
	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media  screen and (max-width: 767px) {

	.container > .navbar-header {
		margin-bottom: 10px;
	}
	.navbar-brand {
		margin-left: 15px;
		margin-bottom: -40px;
	}
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse {
		max-height: none;
	}
	.navbar-fixed-top {
		position: static;
	}
	.dropdown-menu {
		box-shadow: none;
		position: relative;
		display: block;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		list-style-type: disc;
	}
	.navbar-default .dropdown-toggle a {
		border-bottom: 1px solid #5e6772;
	}
	.navbar-default .dropdown-menu li a,
	.navbar-default .dropdown-toggle:last-child a {
		border-bottom: none;
	}
	.dropdown-menu {
		margin-left: 0;
		padding-left: 30px;
	}
	.dropdown-menu > li {
		color: #fff;
		list-style-type: disc;
		list-style-position: outside;
	}

.collapse.in .dropdown-toggle {
		border-top: 1px solid #dedede;
		padding:15px;
	}

	.dropdown-menu > li > a {
		border: none;
		padding: 6px 0;
		padding: 0px 15px;
	}
	.dropdown-menu > li > a:hover {
		background: none;
	}

	.icon-tabs .tabs li {
		margin-bottom: 16px;
		margin-right: 0;
		width: 49%;
	}
	.icon-tabs .tab-title i {
		font-size: 3.2rem;
	}
	.mtb {
		margin-bottom: 40px;
	}

    #footerwrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
	.parallax {
		background-attachment: scroll !important;
	}

}




.white {
    background: #fff;
}

div.main {
    padding-top:15px;
}

h1.title {
    color: #fff;
    background-color: rgb(219, 114, 1);
    border: 20px solid rgb(219, 114, 1);
margin: -10px 0px 15px 0px;
}

header h2 {
    color: #fff;
    background-color: rgb(219, 114, 1);
    border: 20px solid rgb(219, 114, 1);
    margin: 20px 0px 15px 0px;
}

/* **************** startseite **********************  */

h1.text-center {line-height: 1.35; color:#3c3c3c; font-weight:400; font-size:30px;margin-top: 0;}

.profile-photo-small {
    display: none;
}

.card-wrapper {
1width: 100%;
1margin-top:0px;
1margin-right: 0px;
1margin-left: 0px;
1padding-right:15px;
1flex-flow: row nowrap;
1align-items: stretch;
}
@media  screen and (min-width: 767px) {
.card-wrapper {
display: flex;
/* justify-content: space-between; */
justify-content: flex-start;
}
section.card-wrapper.row .col-md-6.card:first-of-type {
	margin-right: 30px;
}
}


.card {
    margin: 15px 0 15px 0;
padding: 10px 15px 15px 15px;
    1flex:0 0 50%;
    1flex-basis: 50%;
    display:flex;
    flex-flow:column wrap;
    align-items:stretch;
    box-sizing:border-box;
    background-color: #fff
}

.card.white {padding: 10px 15px 50px 15px;}

.card.download {
margin: 15px 0px 0 0;
padding: 10px 15px 50px 15px;
flex: 0 0 50%;
flex-basis: 25%;
}

.card-wrapper.one-col.row {
    padding: 0 15px;
    margin-bottom: 0px;
}

.no-flex {display:table;}
.col-md-12.one-col {
display:flex; flex-wrap: nowrap;
align-items: flex-end;
}



 { /* *************** Teaser Startseite***************** */
margin: 20px 0 20px 0;
  padding:10px 10px 0 10px;
  z-index: 15;
}
.col-md-4.teaser a {
margin-top: auto;
z-index: 25;
}

@media  screen and (max-width: 767px) {
.card-wrapper {
width: 100%;
margin-right: 5%;
margin-left: 5%;
padding-right:0px;
}
#page1 .card {
margin-right: 5%;
margin-left: 5%;
}
.col-md-4.teaser {
	margin-right: 30px;
	margin-left: 5%;
}
}

h1 {color: #3c3c3c; font-size:30px;}
h2 {color: rgb(210,46,123); text-decoration:none;font-size:24px;}
h3 {color: #3c3c3c; text-decoration:none; font-size:1.8rem;}

.col-md-12.card {
    flex-basis: 100%;
}
.col-md-12.card.full-card {
    flex-flow: row;
    flex-wrap: wrap;
}

.card ul li {
    list-style-type: none;
    padding-left: 20px;
    background-image:url('/media/star.svg');
    background-repeat:no-repeat;
background-position: left .5rem;
}

.card ul.bmefilter li {
    list-style-type: none;
    padding-left: 0px;
    background-image:url('');
}

.col-md-12.card[data-color="white"]  {
margin-top:0;
}
.card[data-color="orange"] h2.title, .card[data-color="orange"] h2.title a {
    color: #fff;
        background-color: rgb(218, 113, 1);
    border: 20px solid rgb(218, 113, 1);
}
.col-md-6.card[data-color="orange"] h2.title,
	.col-md-6.card[data-color="orange"] h2.title a {
margin: -10px -15px 15px;
}
.col-md-12.card[data-color="orange"] h2.title,
.col-md-12.card[data-color="orange"] h2.title a {
	margin: -10px -15px 15px;
}

.card[data-color="orange"] h2.title a {
    color: #fff;
    border: 0px solid #e18230;
margin-left:10px;
}
.card[data-color="magenta"] h2.title {
    color: #fff;
    background-color: rgb(210,46,123);
    border: 20px solid rgb(210,46,123);
margin: -10px -15px 15px;
}

h2.title, .col-md-5 h3 {
    font-size: 2.4rem;
}
h2.title a {text-decoration: none;
}
.card.download a {text-decoration:underline;}
.card.download a:hover {
	text-decoration: underline;
}

/* **************** phone und mail **********************  */

.kontakt {
font-size: 2rem;
line-height:0;
}
.row.kontakt {
    margin: 50px 0 25px 0;
}
@media  screen and (max-width: 1024px) {
.row.kontakt {
    display: flex;
    flex-direction: column;
}
.row.kontakt div {
    margin-bottom: 25px;
    padding:0;
    width: 100%
}
.row.kontakt div.col-md-1 {
    padding:0;
}
}

.icon-phone, .icon-mail, .icon-facebook, .icon-instagram {        line-height: 70px}
.icon-phone::before {
    content: url('/media/phone.svg');
        background: #fff;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    border: 1px solid transparent;
    border-radius: 75px;
    padding-left: 10px;
    padding-top: 3px;
    margin-right: 25px;

}
.icon-mail::before {
    content: url('/media/mail.svg');
    background: #fff;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    border: 1px solid transparent;
    border-radius: 75px;
    padding-left: 10px;
    padding-top: 3px;
    margin-right: 25px;
}
.icon-facebook::before {
    content: url('/media/facebook.svg');
    background: #939593;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    border: 1px solid transparent;
    border-radius: 75px;
    padding-left: 10px;
    padding-top: 3px;
    margin-right: 25px;
}
.icon-instagram::before {
    content: url('/media/instagram.svg');
    background: #939593;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    border: 1px solid transparent;
    border-radius: 75px;
    padding-left: 7px;
    padding-top: 6px;
    margin-right: 25px;
}

@media  screen and (min-width: 1024px) {
.icon-facebook, .icon-instagram {       1float:right;}
}

@media (max-width: 767px) {
.container.mobile  {zoom:70%; margin: 0 8%;}
.mail { font-size: 1.2rem;}
}

/* ************************ buttons *********************** */


.btn {
    margin-bottom: 10px;
    padding: 7px 16px;
    font-size: 1.8rem;
    border-radius: 7px;
    text-decoration: none;
    white-space:normal;
}
.col-md-6.card .btn, .col-md-5.card .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
}

.col-md-6.card .btn.free, .col-md-5.card .btn.free {    position: relative;}

.btn-ghost, p.btn-ghost a {
    background-color: #fff;
/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	color:rgb(210,46,123);
	font-weight:700;
	text-decoration:none;
	margin: 0 auto 10px 0;
}
.btn-ghost {
	    border: 3px solid rgb(210,46,123);
}
.teaser .btn-ghost, .col-md-8.col-md-offset-1 .btn-ghost {
margin: 0 auto 10px 0;
}
.btn-fill {
    background-color: rgb(210,46,123);
color:#fff;
	    border: 3px solid rgb(210,46,123);
	    font-weight:700; margin: 0 auto 10px 0;
}
.btn a {text-decoration:none; color:#fff; white-space: normal
}

/* **************** footer **********************  */

footer {background:#fff; padding:25px 0; margin-top:50px; font-size:1.8rem;}
footer ul li {margin-bottom: ; line-height: 2;}
footer p.small {float:left;}
footer p.small a{text-decoration:underline;}
footer p.small img {max-width:75px; max-height:96px; margin-right:10px;}
footer a, .kontakt a  {text-decoration:none;     border: none; padding:12px 12px 12px 0;}
.col-md-6.pull-left {
    1padding-left: 0;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 25px;
}

/* **************** projektseite **********************  */
.col-md-12.no-flex.white.projekt {
    margin-top: -15px;
    padding-top: 15px;
}

.container.clearfix.col-md-12 {
    padding: 0;
}
.projekt .container.clearfix.col-md-12 {
margin-top:25px;
}
.content.col-md-6 {
    margin: -10px 25px 25px -10px;
    padding: 0;
}

img.content.col-md-6 {
    margin: -10px 25px 15px -25px;
    padding: 0;
}

.card.no-flex {padding: 10px 15px 5px 15px}

.no-flex .col-md-6 {padding-right:0; padding-left:0;}

.card.no-flex .col-md-6 .btn.btn-default.btn-round.btn-primary.btn-ghost {
    margin-top: 25px;
}

.btn.btn-ghost.intern {
1margin-bottom: 0;
    1margin-top: 25px;
    margin-right:25px;
		    margin-left:15px;
}

@media screen and (max-width: 768px) {
.btn.btn-ghost.intern {
    margin-right: 5%;
margin-left: 5%;
}
}
@media  screen and (max-width: 768px) {
.btn.btn-ghost.intern {
    1width: 100%;
}
}
.card ul.download li {
    list-style-type: none;
    padding-left: 0px;
    background-image:url('');
}

/*
.projekt .col-md-6 .col-md-8 {width:100%;}
.projekt .col-md-6 .col-md-3 {height:250px;}

@media all and (max-width: 980px) {
.projekt .col-md-6 .col-md-3 {max-height:300px;}

.col-md-3 {

    max-height: 300px;
}
}
*/




.col-md-12.teaser {
    margin:25px 5% 25px 5%;
	padding: 25px 0;

}

@media  screen and (min-width: 768px) {
.col-md-12.teaser {
    margin:0px 0 0px 0;
    }
		.col-md-4.teaser {
		width: 30.333%;
		margin-right: 50px;
		}
				.col-md-4.teaser:last-of-type {

		margin-right: 0px;
		}
		.card-wrapper.row.stoerer {
			margin-right: -22px;
			margin-left: -22px;
}
}
@media  screen and (min-width: 1024px) {
		.card-wrapper.row.stoerer {
			margin-right: -27px;
			margin-left: -27px;
						margin-right: 0px;
			margin-left: 0px;
}
}
@media  screen and (min-width: 550px) {
.col-md-12.teaser {
        display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center ;
}
}

.teaser .col-md-3 {
margin: 30px auto;
    padding: 0;
    border-radius: 50%;
    max-width: 250px;
    max-height: 250px;
    height: 100vw;
    width:100%;
    background-size: cover;

}

/* *************** Kategorie-Teaser ***************** */

.col-md-12.cat-teaser {
    margin: 50px 0 25px 0;
    padding: 0;

}

h2 a {color: rgb(210,46,123); text-decoration:none;}


.my-gallery {
    margin:15px;
}

.image-deco {
    width:100%;
}
section.row.cat-teaser {
 display: flex;
 flex-wrap: wrap;
}

.cat-teaser .col-md-6 {
    margin-bottom: 25px;
		display:flex;
		margin-right: -1px;
}
.cat-teaser .col-md-12.white {
    padding-bottom: 5px;
}
.cat-teaser .btn {
    margin-top: 15px;
}
.cat-teaser figure {
margin-right: -15px;
}
/* ***************** News ******************* */

header.news-entry h1.title {
    margin-left: -15px;
    margin-right:-15px;
    margin-bottom: 0;
}

.news-list-entry.article-teaser {
    margin-bottom: 25px;
    padding-bottom: 15px;
}


.news-entry.col-md-12.white {
    padding-bottom: 15px;
}

.news-entry div.col-md-6 {
 float: right;
}

.news-entry div.col-md-6 #images {
    margin-left:25px;
margin-right: -15px;
}
.news-entry div.col-md-6 figure {
 float: right;
    margin-left:25px;
margin-right: -15px;
}

.article-teaser .col-md-4 {
    1padding-left: 0px;
}
.article-teaser h2 {
    font-size: 2.4rem;
}

.article-teaser h3 {
    margin-top: 0px;
}

#images {
    1margin-left:-15px;
    margin-right: 25px
}



figure {
margin: 0 0 0 -15px;
}

.article-teaser figure img.responsive {
    margin-top: 15px;
}
.news-entry figure img.responsive {
    margin-top: 0px;
    margin-bottom: 5px;
}
.news-entry figure footer {
    margin: 0px;
	padding: 0;
}

.col-md-12.embed-responsive {
    margin-top: 15px;
}

.news-entry .news-entry h2:first-of-type {margin-top:50px;}

.news-entry figcaption {
	margin-top: 15px;
padding-left: 0;
padding-bottom: 30px;
line-height: 0;
}

#categories li, .newssub li {
    float: left ;
    margin-right: 15px;
}

@media  screen and (max-width: 1024px) {
}
@media  screen and (max-width: 990px) {
        .news-entry .col-md-6 {margin-left:-15px;}
    .col-md-12.white.news-entry {margin-bottom: -20px; padding-top: 5px;}
}

/* ********************* Artikel einbinden ************** */
.included {
padding: 50px 10px 25px 10px;
    1background: #fff;
    display: flex;
}

/* ******************** Ansprechpartner ***************** */

.rund {border-radius: 50%;
}

/* ******************** Engagementbörse ***************** */

.bme_eng_list {
1border-top: 2px #ececed solid;
padding-top: 15px;
padding-right:50px;
}
div.bme_eng_list:nth-child(2n+1) {
clear:both;
}
.gm-style {
line-height: 20px !important;
}
ul.bme_e_select  {
list-style-type: none;
margin:15px 0 30px 0;
padding-bottom:25px;
}
.bme_e_select li {
float:left; margin-right:15px; padding-right:15px; border-right:1px solid #000;}

.titelzeile, .eng_link {
font-weight: 700;
}

    div.table {
      display: table;
      border-collapse:collapse;
    }
    div.tr {
      display:table-row;
    }
    div.td {
      display:table-cell;
      border:1px solid red;
      padding:5px;
    }

    .dscrwrp .row .col-sm-3 p {
    font-weight:700;
    }
		.dscrwrp .row .col-sm-3 {
    padding-left: 0;
    }
    #suchfilter .form-control {
    border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(210, 46, 123);
border-right-color: rgb(210, 46, 123);
border-bottom-color: rgb(210, 46, 123);
border-left-color: rgb(210, 46, 123);
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
    }

    #suchfilter input[type=text] {
    width:50%;
    display:inline-block;
    float:left;
    }
#suchfilter input[type=submit] {
1margin-left: .7em;
}
    #suchfilter {
    width: 100%;
padding-right: 20px;
display: inline-block;
    }
.col-sm-8.eng {padding-right: 50px;}
div.orga2eng {margin-bottom:25px;}
.orga2eng img, .btn.print {margin:10px 0;}
.orga2eng h3:first-of-type {
margin-top:15px;
}

.container.details {max-width: 100%; background-color:#fff;}

@media screen and (max-width: 768px) {
.container.details {
margin-left: 15px;
margin-right: 15px;
}
}

.container.details .no-print br {
 display: block;
 line-height:22px;
 margin: 10px 0 0;
 content: " ";
}



/*    print styles */
@media screen {
.print {display:none;}
}

@media print {
@page {size: A4 portrait;}
body {font-size:11pt; line-height:120%; padding:0; margin:0; }
.container, div.orga2eng  {width:100%;margin-bottom:0;}
p {margin:0;}
h1, h2, h3, h4 {
    page-break-after:avoid;
}
h2 {font-size:14pt;}
.btn.intern, .row.kontakt, footer, .orga2eng img, #googleMap {display:none;  }
.row {margin-bottom: 15px;}
.navbar-brand.print img {display:block; margin-bottom:25px; position:absolute; top:0px; right:25px;}
a.btn-ghost {border:none;}
a.btn {padding:0; font-size:11pt;}
a.btn[href]:after {    content: " ";}
div.main {margin-top:50px;}
div.col-sm-8.eng, div.col-sm-4.eng, div.col-sm-4 {width:100%;}
div {border:solid pink 0px;}
.no-print{display:none;}

body {
	font-size: 10pt !important;
}

ol li,
ul li {
	font-size: 10pt
}

header h2 {
	color: #000;
	background-color: none;
	border: 0px solid;
	margin: 0px;
}

.boerse .img {
	max-width: 6cm;
	float: right;
}

a[href^=https]::before,
.btn::before {
	content: attr(href) " ";
}
  a.btn span {
  	visibility: hidden;
  }
}


.row {
margin-right: 0;
margin-left: 0;
clear: both;
}

.yform, .module-wrapper, header, #page53 .section, .subnav, .news-list-entry.article-teaser, .newssub {
	padding-left:15px;
	padding-right: 15px;
}

.module {margin-top:20px;}

.engagement {padding-left:15px;}

div.card-wrapper.logos {
 padding: 0 15px;
}


.logo .card {padding-bottom: 0; margin-bottom: 0;}
.card-text {text-align: center; font-size: 1.4rem;}
 p.card-text a {border-bottom:0px;}

 div.card-wrapper.logos {
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: auto;
align-content: start;
}
.logo.card {
display: block;
flex: 0 0 auto;
margin: 10px;
}

.orga2eng a.btn {
 margin-top: 15px;
word-wrap: break-word;
	max-width: 100%;
}

.eng-stoerer {
 position: absolute;
 right: -10px;
 bottom:50px;
 transform: rotate(-6deg);
 z-index: 99999;
}

.eng-stoerer-2 {
 position: absolute;
 right: -10px;
 bottom:50px;
 transform: rotate(-6deg);
 z-index: 99999;
}

.eng-stoerer h2.title, .eng-stoerer-2 h2.title {
color: #fff;
margin: 0px;}

.hero-slider.container {
	overflow: hidden;
}


.bme_eng_list.paten span::after {
    content: " / Patenschaft";
}


.consent_manager-module__placeholder-image > img {
 width: 100%;
}


.card.breit {
 padding-bottom: 0;
 margin-bottom: 0;
}

@media screen and (max-width: 430px) and (orientation: portrait) {
.teaser h2, h1, h2.title, .col-md-5 h3 {
font-size: 2rem;
}
section.card-wrapper.row .col-md-6.card:first-of-type {
 margin-right: 0px;
}
body, p, .btn, input, ol li, ul li, li {font-size: 1.3rem;}

}


.card.no-flex .col-md-6 .btn.btn-default.btn-round.btn-primary.btn-ghost {
	margin-top: 25px;
	width: 100%;
}


.card.boerse {
	padding: 15px 5px;
		margin:15px;
}
.boerse .dscrwrp img {
	display: none;
}
.dscrwrp {margin-bottom: 15px;}
.orga2eng h3 {line-height: inherit;}


span[style*="font-size:12;"], span[style*="font-size:11pt;"], span[style*="font-size:10pt;"],
span[style*="font-size:9pt;"],
span[style*="font-size:8pt;"] {
					font-size: inherit !important;
				}
		
				.orga2eng p span, .orga2eng p span[style*="font-family:Calibri"], .dscrwrp p span,	.dscrwrp p span[style*="font-family:Calibri"], .dscrwrp li span, .dscrwrp li span[style*="font-family:Calibri"] {
					font-family: inherit !important;
				}

				.orga2eng p, .dscrwrp p {margin-bottom: 12px !important;} 

				/* Boerse 2023 */

								* {
									box-sizing: border-box;
								}
				
								.card.boerse a {
									text-decoration: none;
									color: #333;
								}
				
								a:hover h3 {
									color: rgb(210, 46, 123);
								}
				
								a:hover p {
									color: #333;
								}
				
								form.boerse23 p {
									margin-right: 0px;
									margin-bottom: 3px;
									line-height: 1.3529;
								}
				
								body.boerse .col-md-12.card.no-flex.white.breit {
									display: none;
								}
				
								.bmeflex {
									display: flex;
									flex-wrap: wrap;
								}
				
								.bme_eng_list {
									position: relative;
									min-height: 1px;
									display: flex;
									flex-direction: column;

									padding-bottom: 20px;
								}
				
				
								.bme_eng_list img {
									max-width: 100%;
									width: 100%;
									transform: translateY(-50%);
									position: absolute;
									top: 50%;
								}
				
								.bme_eng_list .img {
									aspect-ratio: 16 / 8;
									overflow: hidden;
									position: relative;
									background-color: #ededf0;
								}
				
								.img.empty {
									background: #ccc;
								}
				
				
				
								.col-3,
								.col-2,
								.col-1 {
									padding-right: 15px;
									padding-left: 15px;
									width: 100%;
								}

								.bmeflex .suche label[for=ehrenamttyp_2] {
								white-space: break-spaces;
								 word-wrap: break-word;
									max-width: 100%;
								}
				
								@media (min-width: 600px) {
				
									.col-3,
									.col-2,
									.col-1 {
										width: 33.333%;
									}
								}
				
								.col-2 {
									1width: 50%;
									margin-left: 15px;
									flex-grow: 1;
								}
				
								.col-1 {
									width: 100%;
									margin-bottom: 25px;
								}
				
				
								.bmeflex label {
									white-space: nowrap;
									padding-right: 10px;
								}
				
								.bme_eng_list a>div:nth-child(2) {
									font-weight: bold;
								}
				
								.bme_eng_list .desc,
								.text-lines-2 {
									font-style: italic;
									-webkit-line-clamp: 2 !important;
									overflow: hidden !important;
									text-overflow: ellipsis !important;
									display: -webkit-box !important;
									-webkit-box-orient: vertical !important;
								}
				
								a.btn {
									vertical-align: inherit;
								}
				

				
								.bme_eng_list a {
									padding-top: 25px;
									border-top: solid 2px darkgray;
								}
				
								.bme_eng_list a {
									flex: 1;
								}
				
								.bme_eng_list a h3 {
									color: rgb(210, 46, 123);
									line-height: 1.3;
								}
				
								.bme_eng_list h3 {
									border-top: solid #fff 5px;
									margin-top: 0;
									padding-top: 10px;
								}
				
								.bme_eng_list:hover h3 {
									border-top: solid rgb(210, 46, 123) 5px;
								}
				
				
				
								input[type="checkbox"]+ ::before {
									vertical-align: middle;
									width: 25px;
									height: 25px;
									padding: 0 0 0px 6px;
								}
				
								.boerse23 input[type="checkbox"]:checked+label::before {
									content: "✗";
									padding: 0 0 0px 6px;
									background-color: rgb(210, 46, 123);
									color: #fff;
									line-height: 20px;
								}
				.pl {padding-left: 15px;}
				
								.btn.suche ul li {
									clear: both;
								}
				
								.bmefilter {
									text-align: left;
								}
				
								.suche ul {
									padding-left: 0;
									text-align: left;
									hyphens: auto;
								}
				
								.card .suche ul li {
									list-style-type: none;
									padding-left: 0px;
									background-image: none;
								}

	.bme_eng_list {
						min-height: 250.4px; margin-bottom: 0px;
		}
@media (min-width: 600px) {
								.suche2 ul {
									column-count: 2;
									column-gap: 2em;
									1column-width: 270px;
									column-rule-style: dotted;
									column-rule-width: 1px;
									column-rule-color: silver;
								}
				
								.suche2 ul {
				
									orphans: 3;
									widows: 3;
								}

								.bme_eng_list {
								min-height: 350.4px;	
								1margin-bottom: 20px;
							}
						}

							@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float:left
  }
  .col-md-12 {
    width:100%
  }
  .col-md-11 {
    width:91.66666667%
  }
  .col-md-10 {
    width:83.33333333%
  }
  .col-md-9 {
    width:75%
  }
  .col-md-8 {
    width:66.66666667%
  }
  .col-md-7 {
    width:58.33333333%
  }
  .col-md-6 {
    width:49%;
  }
  .col-md-5 {
    width:41.66666667%
  }
  .col-md-4 {
    width:33.33333333%
  }
  .col-md-3 {
    width:25%
  }
  .col-md-2 {
    width:16.66666667%
  }
  .col-md-1 {
    width:8.33333333%
  }
  .col-md-pull-12 {
    right:100%
  }
  .col-md-pull-11 {
    right:91.66666667%
  }
  .col-md-pull-10 {
    right:83.33333333%
  }
  .col-md-pull-9 {
    right:75%
  }
  .col-md-pull-8 {
    right:66.66666667%
  }
  .col-md-pull-7 {
    right:58.33333333%
  }
  .col-md-pull-6 {
    right:50%
  }
  .col-md-pull-5 {
    right:41.66666667%
  }
  .col-md-pull-4 {
    right:33.33333333%
  }
  .col-md-pull-3 {
    right:25%
  }
  .col-md-pull-2 {
    right:16.66666667%
  }
  .col-md-pull-1 {
    right:8.33333333%
  }
  .col-md-pull-0 {
    right:auto
  }
  .col-md-push-12 {
    left:100%
  }
  .col-md-push-11 {
    left:91.66666667%
  }
  .col-md-push-10 {
    left:83.33333333%
  }
  .col-md-push-9 {
    left:75%
  }
  .col-md-push-8 {
    left:66.66666667%
  }
  .col-md-push-7 {
    left:58.33333333%
  }
  .col-md-push-6 {
    left:50%
  }
  .col-md-push-5 {
    left:41.66666667%
  }
  .col-md-push-4 {
    left:33.33333333%
  }
  .col-md-push-3 {
    left:25%
  }
  .col-md-push-2 {
    left:16.66666667%
  }
  .col-md-push-1 {
    left:8.33333333%
  }
  .col-md-push-0 {
    left:auto
  }
  .col-md-offset-12 {
    margin-left:100%
  }
  .col-md-offset-11 {
    margin-left:91.66666667%
  }
  .col-md-offset-10 {
    margin-left:83.33333333%
  }
  .col-md-offset-9 {
    margin-left:75%
  }
  .col-md-offset-8 {
    margin-left:66.66666667%
  }
  .col-md-offset-7 {
    margin-left:58.33333333%
  }
  .col-md-offset-6 {
    margin-left:50%
  }
  .col-md-offset-5 {
    margin-left:41.66666667%
  }
  .col-md-offset-4 {
    margin-left:33.33333333%
  }
  .col-md-offset-3 {
    margin-left:25%
  }
  .col-md-offset-2 {
    margin-left:16.66666667%
  }
  .col-md-offset-1 {
    margin-left:8.33333333%
  }
  .col-md-offset-0 {
    margin-left:0
  }
}

							}

						article >p > a {border-bottom: solid 1px #3c3c3c;}

						#page53 .col-md-12.card[data-color="orange"] h2.title,
						#page53.col-md-12.card[data-color="orange"] h2.title a {
							margin: -10px -15px -5px;
						}
		#page53	h1.title {
		margin: -10px 0px 0px 0px;
		}

				@media (max-width: 768px) {
					.back.no-print {margin-left:25px;}
				}


								.embed-responsive {
									margin-bottom: 15px;
								}
																.plyr {
																	margin-bottom: 15px;
																}
	.plyr__video-wrapper {
	z-index: 0;
	}


	.btn:focus-visible {outline: solid 5px chocolate;}
		a:focus-visible, .navbar-nav>li>a:focus-visible {
			outline: solid 2px rgb(18, 18, 18);
		}


		#page203 .subnav {
			display: none;
		}

				#page203 .header.newstest {
				}


				.pagination ul {list-style: none;}
								.pagination ul li {
									list-style: none;
									float:left;
margin-right: 10px;
font-weight: 700;
								
								}
.pagination ul li a {padding: 22px; outline:2px solid rgb(210, 46, 123);;}


/* barrierefreiheit  TB 2025-11-13 */
.navbar-nav a:focus {
  outline: 2px solid #337ab7;
  outline-offset: 2px;
}
				@media (max-width: 768px) {
.navbar-toggle1 {
width: 50px;
height: 50px;
display: block;
outline: solid 2px black;
background-color: white;
}
				}


/* special https://www.freiwilligen-agentur-bremen.de/ueber-uns/was-wir-tun/ */
#page181 div.col-sm-6:nth-child(3) {  width: 30%;}
#page181 div.col-sm-6:nth-child(2) {  width: 70%;}
#page181 p.btn-ghost a, #page53 p.btn-ghost a {background-color: transparent; margin: 0;}
#page181 p.btn-ghost a:hover, #page53 p.btn-ghost a:hover  {background-color: #c60885; color: #fff;}
#page181 p.btn, #page53 p.btn {  padding: 0;}
#page181 p.btn > a:nth-child(1), #page53 p.btn > a:nth-child(1) {  padding: 10px;}



#engagement-plattform-app.svelte-1n46o8q div, .engagement-plattform-app-dialog-content div {
    font-size: large;
}