/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

ul.bxslider {
margin: 0px;
}

.main-slider-image {
width: 60%;
height: 300px;
float: left;
background-position: 50% 50%;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.main-slider-text {
width: 40%;
height: auto;
float: right;
background: #f9f9f9;
box-sizing: border-box;
text-align: left;
padding: 10px 20px 30px 20px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.main-slider-text h2 {
font-size: 1.5em;
line-height: 95%;
font-weight: 300;
color: #000000;
margin: 0px;
padding: 5px 0px 7px 0px;
}

.main-slider-topic {
font-size: 85%;
}

.main-slider-copy {
padding: 0px 20px 10px 0px;
}

.main-slider-rights {
position: absolute;
bottom: 0px;
left: 0px;
display: inline-block;
background: rgba(255,255,255,0.8);
font-size: 12px !important;
color: #a9a9a9;
line-height: 100%;
padding: 0px 4px 0px 4px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
background: #f0f0f0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	left: 0px;
	background: #f9f9f9;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.franz-projekt.de/uploads/website/bx_loader.gif) center center no-repeat #f9f9f9;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1em;
font-family: "Source Sans Pro";
	font-weight: 300;
	color: #dfd90b;
	padding-top: 0px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dfd90b;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #35a833;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 20px;
	background: url(https://www.franz-projekt.de/uploads/website/arrow-left.png) no-repeat;
background-size: 100%;
opacity: 0.5;
}

.bx-wrapper .bx-next {
	right: 20px;
	background: url(https://www.franz-projekt.de/uploads/website/arrow-right.png) no-repeat;
background-size: 100%;
opacity: 0.5;
}

.bx-wrapper .bx-prev:hover {
opacity: 0.9;
}

.bx-wrapper .bx-next:hover {
opacity: 0.9;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 20px;
	margin-top: -10px;
	outline: 0;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	z-index: 9999;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.franz-projekt.de/uploads/website/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.franz-projekt.de/uploads/website/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Tablet & Mobile */
@media only screen and (max-width: 700px) {

.main-slider-image {
width: 100%;
height: 300px;
float: none;
background-position: 50% 50%;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.main-slider-text {
width: 100%;
height: auto;
float: none;
background: #f9f9f9;
box-sizing: border-box;
text-align: left;
padding: 20px 20px 30px 20px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 180px;
	margin-top: -10px;
	outline: 0;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	z-index: 9999;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

}


/* Tablet & Mobile */
@media only screen and (max-width: 600px) {

.main-slider-image {
width: 100%;
height: 250px;
float: none;
background-position: 50% 50%;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

}



/* Tablet & Mobile */
@media only screen and (max-width: 500px) {

.main-slider-image {
width: 100%;
height: 200px;
float: none;
background-position: 50% 50%;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

}
/* Stylesheet: bxslider Modified On 2018-05-03 12:14:01 */
/* Global */

body, html {
font-family: "Source Sans Pro", Arial, sans-serif;
font-size: 1em;
font-weight: 300;
color: #374934;
line-height: 1.4em;
height: 100%;
width: 100%;
min-width: 320px;
margin: 0px;
padding: 0px;
text-align: left;
background: #ffffff;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


img { border: 0px; text-decoration: none; border-style: none; border-width: 0; }
.content img { border: 0px; text-decoration: none; border-style: none; border-width: 0; width: 100%; height: auto; }
a { outline: 0; -moz-outline: 0 }
b, strong { font-weight: 600; }
i, em { font-style: italic; }
form { margin: 0px; padding: 0px; position: relative; }
p { margin: 0px; padding: 0px; }
ul { margin: 0px 0px 0px 15px; padding: 0px; }
ol { margin: 0px; padding: 0px; }
li { margin-left: 15px; }
.invis { display: none; visibility: hidden; }
.posrel { position: relative; }
.posabs { position: absolute; }
.wh100 { width: 100%; height: auto; }

.ofh {
overflow: hidden;
}

.block {
display: block;
}

.cb {
clear: both;
}

.fl {
float: left;
}

.fr {
float: right;
}

.faicon {
font-family: 'FontAwesome';
font-size: 100%;
}

.gbtop {
border-top: 2px solid #35a833;
}

.ybtop {
border-top: 2px solid #35a833;
}

.wbtop {
border-top: 2px solid #ffffff;
}

.txt-s {
font-size: 90% !important;
line-height: 150%;
}

.txt-bu {
font-size: 14px !important;
line-height: 125%;
}

.txt-ss {
font-size: 12px !important;
line-height: 125%;
}

.black {
color: #000000 !important;
}

.white {
color: #ffffff !important;
}

.searchhilite {
background: #dddb00;
}

.mr20 {
margin-right: 20px !important;
}

.p20 {
padding: 20px;
}

.mob-only {
display: none;
}


/* Headlines */

h1 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 20px 20px 40px 20px;
font-size: 2.6em;
line-height: 100%;
font-weight: 300;
}

h2 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 1.8em;
line-height: 100%;
font-weight: 300;
}

h2.outside {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 5px 20px 15px 20px;
font-size: 1.8em;
line-height: 100%;
font-weight: 300;
width: 100%;
max-width: 750px;
box-sizing: border-box;
}

h3 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.5em;
line-height: 100%;
font-weight: 300;
}

h4 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.5em;
line-height: 100%;
font-weight: 300;
}

h5 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.5em;
line-height: 100%;
font-weight: 300;
}

h6 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.5em;
line-height: 100%;
font-weight: 300;
}


/* Container */

#wrapper {
margin: 0px auto;
padding: 0px 20px 0px 20px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}



#hw {
width: 100%;
max-width: 1200px;
margin: 0px auto;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#header {
width: 100%;
height: 185px;
position: relative;
padding: 0px 0px 0px 0px;
background: url(https://www.franz-projekt.de/uploads/website/headerimage-2024b.jpg) no-repeat;
background-size: cover;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#smw {
background: #f4f4f4;
width: 100%;
max-width: 1160px;
min-height: 40px;
border-top: 2px solid #e9e9e9;
position: relative;
margin: 0px auto;
}

#logo {
width: 102px;
height: 155px;
position: absolute;
top: 15px;
left: 15px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#logo img {
width: 100%;
height: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}

#claim {
position: absolute;
left: 135px;
bottom: 14px;
color: #ffffff;
font-size: 2.1em;
font-weight: 400;
line-height: 90%;
padding: 0px 10px 0px 0px;
text-shadow: 2px 2px 3px rgba(0,0,0,0.50);
}

#bcs {
height: 40px;
width: 100%;
max-width: 1200px;
margin: 0px auto;
position: relative;
background: #ffffff;
font-size: 80%;
line-height: 40px;
padding: 0px 20px 0px 20px;
box-sizing: border-box;
}

#logout {
position: absolute;
right: 20px;
top: 0px;
}

#fw {
width: 100%;
max-width: 1200px;
margin: 0px auto;
position: relative;
padding: 40px 0px 0px 0px;
}

#footer {
padding: 0px 20px 20px 20px;
background: #ffffff;
color: #374934;
}

#fm {
padding: 0px 20px 0px 20px;
line-height: 40px;
}

#copyright {
float: left;
}

#footermenu {
float: right;
}


#main {
width: 100%;
max-width: 1200px;
position: relative;
margin: 0px auto;
padding: 0px 0px 0px 0px;
box-sizing: border-box;
}

.content {
background: #f9f9f9;
width: 100%;
max-width: 950px;
padding: 20px 40px 20px 20px;
margin: 0px 0px 40px 0px;
box-sizing: border-box;
font-size: 115%;
line-height: 135%;
}

.content-white {
width: 100%;
max-width: 950px;
padding: 20px 40px 20px 20px;
margin: 0px 0px 40px 0px;
box-sizing: border-box;
font-size: 115%;
line-height: 135%;
}

.content-full {
background: #f9f9f9;
width: 100%;
padding: 10px 20px 20px 20px;
margin: 0px 0px 40px 0px;
box-sizing: border-box;
font-size: 115%;
line-height: 135%;
}

.content-dbt {
background: #f9f9f9;
width: 100%;
height: auto;
min-height: 630px;
padding: 20px 480px 20px 20px;
margin: 0px 0px 40px 0px;
box-sizing: border-box;
position: relative;
font-size: 115%;
line-height: 135%;
}

#map-dbt {
width: 450px;
height: 571px;
background: url(https://www.franz-projekt.de/uploads/website/FRANZ-Standorte-dm.jpg) no-repeat;
background-size: 100%;
position: absolute;
right: 10px;
top: 10px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#clicker-dbt-big {
display: block;
}

#clicker-dbt-small {
display: none;
}



/* Footer */

.ft-section {
float: left;
width: auto;
font-size: 1.5em;
padding: 20px 0px 0px 0px;
}

.ft-section img {
margin: 12px 12px 0px 0px;
border: 2px solid #ffffff;

-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.ft-section img:hover {
border: 2px solid #ffffff;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.ft-wl {
border-top: 2px solid #ffffff;
margin: 30px 0px 0px 0px;
}




/* Keyvisual */

#kv {
width: 100%;
max-width: 1200px;
height: auto;
margin: 0px auto;
padding: 0px 0px 40px 0px;
position: relative;
}

#kv li {
margin-left: 0px;
}

#keyvisual {
display: block;
height: 100%;
margin: 0px 0px 40px 0px;
}

#keyvisual img {
width: 100%;
height: auto;
}



/* Start Blöcke */

.teaser-title {
height: 50px;
line-height: 50px;
font-size: 1.8em;
padding: 0px 20px 0px 20px;
background: rgba(255,255,255,0.80);
overflow: hidden;
white-space: nowrap;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.teaser-content {
padding: 10px 20px 10px 20px;
}

.franz-info {
height: 120px;
box-sizing: border-box;
overflow: hidden;
}

.block {
margin: 0px 0px 20px 0px;
position: relative;
}

.triple-top-left div.teasertext, 
.triple-top-center div.teasertext,
.triple-top-right div.teasertext {
z-index: 10;
height: 100%;
width: auto;
padding: 10px 20px 10px 20px;
overflow: hidden;
position: absolute;
left: 0px;
top: 45px;
background: rgba(240,240,240,0.85);
text-align: left;
opacity: 0;
-o-transition: all 500ms ease 10ms;
-moz-transition: all 500ms ease 10ms;
-ms-transition: all 500ms ease 10ms;
-webkit-transition: all 500ms ease 10ms;
transition: all 500ms ease 10ms;
}

.triple-top-left:hover div.teasertext,
.triple-top-center:hover div.teasertext,
.triple-top-right:hover div.teasertext {
top: 50px;
opacity: 1;
-o-transition: all 500ms ease 10ms;
-moz-transition: all 500ms ease 10ms;
-ms-transition: all 500ms ease 10ms;
-webkit-transition: all 500ms ease 10ms;
transition: all 500ms ease 10ms;
}

.triple-top-left {
float: left;
width: 32%;
max-width: 385px;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
position: relative;
overflow: hidden;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-top-center {
width: 32%;
max-width: 385px;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-demo.jpg) no-repeat #f9f9f9;
background-size: cover;
position: absolute;
left: 34%;
right: 34%;
top: 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-top-right {
float: right;
width: 32%;
max-width: 385px;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-massnahmen.jpg) no-repeat #f9f9f9;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.double-left {
float: left;
width: 49%;
max-width: 590px;
height: auto;
min-height: 240px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.double-right {
float: right;
width: 49%;
max-width: 590px;
height: auto;
min-height: 240px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


.triple-bot-left {
float: left;
width: 32%;
max-width: 385px;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-center {
width: 32%;
max-width: 385px;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: absolute;
left: 34%;
right: 34%;
top: 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-right {
float: right;
width: 32%;
max-width: 385px;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


/* News */

.news-minisum {
padding: 10px 20px 10px 20px;
}

.news-minisum h2 {
font-size: 1.5em;
line-height: 95%;
font-weight: 300;
color: #000000;
margin: 0px;
padding: 7px 0px 7px 0px;
}

.news-minisum-topic {
font-size: 85%;
}

.news-minisum-copy {
padding: 0px 20px 10px 0px;
}






/* Inhalte */

.ftbild-big {
float: right;
margin: 0px 0px 12px 12px;
width: 100%;
max-width: 320px;
height: auto;
text-align: right;
}

.ftbild {
float: right;
margin: 0px 0px 12px 12px;
width: 100%;
max-width: 200px;
height: auto;
text-align: right;
}

.ftbild img, .ftbild-big img {
width: 100%;
height: auto;
}

.dlwr {
width: 100%;
max-width: 750px;
}

.demo-list-block {
position: relative;
width: 46%;
height: 200px;
float: left;
background-position: 50% 50%;
background-size: cover;
background-color: #f9f9f9;
margin: 0px 20px 40px 0px;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


.demo-list-block:hover {
background-position: 80% 20%;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.demo-list-title {
height: 30px;
line-height: 30px;
font-size: 1.4em;
padding: 0px 20px 0px 20px;
background: rgba(255,255,255,0.80);
overflow: hidden;
white-space: nowrap;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.demo-list-land {
height: 20px;
line-height: 20px;
font-size: 14px;
padding: 0px 20px 0px 20px;
background: rgba(255,255,255,0.80);
overflow: hidden;
white-space: nowrap;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


.partnerblock {
float: left;
padding: 0px 20px 20px 0px;
white-space: nowrap;
}




/* Sidebar */

#sidebar {
display: table-cell;
width: 220px;
height: 100%;
float: right;
padding: 12px 12px 30px 12px;
margin: 0px 0px 0px 16px;
background: #e88918;
color: #ffffff;
font-size: 85%;
line-height: 140%;
box-sizing: border-box;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#sidebar h2 {
color: #ffffff;
font-weight: 400;
font-size: 170%;
}

#sidebar h3 {
color: #02598d;
font-weight: 600;
font-size: 1em;
margin: 0px;
padding: 0px;
}

#sidebar img {
width: 100%;
max-width: 320px;
height: auto;
border: 1px solid #ffffff;
}






@media only screen and (max-width: 850px) {

.content-dbt {
background: #f9f9f9;
width: 100%;
height: auto;
min-height: 580px;
padding: 20px 20px 20px 20px;
margin: 0px 0px 40px 0px;
box-sizing: border-box;
position: relative;
}

#map-dbt {
width: 450px;
height: 571px;
background: url(https://www.franz-projekt.de/uploads/website/FRANZ-Standorte-dm.jpg) no-repeat;
background-size: 100%;
position: relative;
right: 0px;
top: 0px;
margin: 40px 0px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#copyright {
float: none;
}

#footermenu {
float: none;
}


.double-left {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.double-right {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}



.triple-bot-left {
float: none;
clear: both;
width: 100%;
max-width: 100%;
height: auto;
min-height: 240px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-center {
float: left;
width: 49%;
max-width: 490px;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
left: auto;
right: auto;
top: auto;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-right {
float: right;
width: 49%;
max-width: 490px;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


}




@media only screen and (max-width: 700px) {


.triple-top-left {
float: none;
clear: both;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-top-center {
float: left;
width: 49%;
max-width: 49%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-demo.jpg) no-repeat #f9f9f9;
background-size: cover;
position: relative;
left: auto;
right: auto;
top: auto;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-top-right {
float: right;
width: 49%;
max-width: 49%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-massnahmen.jpg) no-repeat #f9f9f9;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


}





@media only screen and (max-width: 600px) {


h1 {
font-family: "Source Sans Pro";
color: #374934;
margin: 0px;
padding: 10px 20px 30px 20px;
font-size: 2.2em;
line-height: 100%;
font-weight: 300;
}

#wrapper {
margin: 0px auto;
padding: 0px 0px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#claim {
position: absolute;
left: 135px;
bottom: 14px;
color: #ffffff;
font-size: 1.4em;
line-height: 90%;
padding: 0px 10px 0px 0px;
text-shadow: 2px 2px 3px rgba(0,0,0,0.50);
}


.triple-top-center {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-demo.jpg) no-repeat #f9f9f9;
background-size: cover;
position: relative;
left: auto;
right: auto;
top: auto;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-top-right {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: url(https://www.franz-projekt.de/uploads/website/bg/bg-block-massnahmen.jpg) no-repeat #f9f9f9;
background-size: cover;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-center {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
left: auto;
right: auto;
top: auto;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.triple-bot-right {
float: none;
width: 100%;
max-width: 100%;
height: auto;
min-height: 260px;
box-sizing: border-box;
margin: 0px 0px 20px 0px;
background: #f9f9f9;
position: relative;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.demo-list-block {
position: relative;
width: 100%;
height: 240px;
float: none;
background-position: 50% 50%;
background-size: cover;
background-color: #f9f9f9;
margin: 0px 0px 40px 0px;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.ftbild {
float: right;
margin: 0px 0px 12px 12px;
width: 100%;
max-width: 140px;
height: auto;
}

.ftbild-big {
float: right;
margin: 0px 0px 20px 0px;
width: 100%;
max-width: 100%;
height: auto;
}

}



@media only screen and (max-width: 500px) {

#clicker-dbt-big {
display: none;
}

#clicker-dbt-small {
display: block;
}

#map-dbt {
width: 280px;
height: 356px;
background: url(https://www.franz-projekt.de/uploads/website/FRANZ-Standorte-dm.jpg) no-repeat;
background-size: 100%;
position: relative;
right: 0px;
top: 0px;
margin: 40px 0px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

}



@media only screen and (max-width: 400px) {

.mob-only {
display: inline-block;
}

.news-minisum {
padding: 10px 20px 30px 20px;
}

.ftbild {
float: right;
margin: 0px 0px 20px 0px;
width: 100%;
max-width: 100%;
height: auto;
}

#copyright {
float: none;
font-size: 80%;
}

#footermenu {
float: none;
font-size: 80%;
}


}
/* Stylesheet: styles Modified On 2024-11-28 15:37:46 */
/* Fader */

@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}


/* Tablet & Mobile */
@media only screen and (min-width: 851px) {

/* Mainmenu */

#ls {
position: absolute;
top: 0px;
right: 20px;
height: 40px;
line-height: 40px;
color: #bdb5b6;
}

#ls a {
font-family: 'FontAwesome';
font-size: 150%;
color: #ffffff;
text-decoration: none;
background: none;
cursor: pointer;
}

#ls a:hover {
color: #000000;
text-decoration: none;
background: none;
}


#mm-clicker {
display: none;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#mainmenu {
position: relative;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
background: #35a833;
height: 40px;
line-height: 40px;
width: 100%;
font-weight: 400;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}



#mainmenu ul {
padding: 0px;
margin: 0px;
}

#mainmenu ul li:first-child {
font-family: 'FontAwesome';
font-size: 150%;
float: left;
list-style-type: none;
margin: 0px 0px 0px 10px;
padding: 0px;
position: relative;
}

#mainmenu ul li:first-child a:hover {
background: none;
color: #000000;
}

#mainmenu ul li {
float: left;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
position: relative;
}

#mainmenu ul li a {
color: #ffffff;
text-decoration: none;
margin: 0px;
padding: 0px 10px 0px 10px;
display: block;
height: 40px;
}

#mainmenu ul li a:hover {
color: #ffffff;
text-decoration: none;
background: #374934;
}

#mainmenu li.menuactive {
color: #ffffff !important;
text-decoration: none;
background: #374934
}

#mainmenu a.menuactive {
color: #ffffff !important;
text-decoration: none;

}

#mainmenu li a.menuactive span {
color: #ffffff;
text-decoration: none;
background: #374934;
}

#mainmenu li li a.menuactive span {
color: #ffffff;
text-decoration: none;
background: #374934;
}

#mainmenu li.separator {
display: none;
}




/* Submenu */




/* Mainmenu weitere Ebenen */

#mainmenu ul ul {
position: absolute;
display: none;
margin-bottom: -1px;
width: auto;
text-align: left;
padding: 0px 0px 10px 0px;
white-space: nowrap;
color: #ffffff;
background: #35a833;
z-index: 999;
line-height: 30px;
font-size: 95%;
letter-spacing: 0px;
-webkit-box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
}

#mainmenu ul ul ul {
margin-top: 0px;
left: 100%;
top: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
background: #35a833;
line-height: 30px;
font-size: 95%;
letter-spacing: 0px;
-webkit-box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.18);
}


#mainmenu ul ul li {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}


#mainmenu ul ul li:first-child {
font-family: 'Source Sans Pro';
font-size: inherit;
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}

#mainmenu ul ul li:last-child {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}


#mainmenu ul ul li:first-child a:hover {
background: #374934;
color: #ffffff;
}


#mainmenu ul ul ul li {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}

#mainmenu ul ul li a {
color: #ffffff;
text-decoration: none;
margin: 0px;
padding: 0px 10px 0px 10px;
display: block;
height: auto;
}

#mainmenu ul ul,
#mainmenu ul li:hover ul,
#mainmenu ul li:hover ul ul,
#mainmenu ul li:hover ul ul ul {
display: none;
}

#mainmenu ul li:hover ul,
#mainmenu ul ul li:hover ul,
#mainmenu ul ul ul li:hover ul,
#mainmenu ul ul ul ul li:hover ul {
display: block;
-webkit-animation: fadeIn 200ms;
animation: fadeIn 200ms;
}


}




/* Tablet & Mobile */
@media only screen and (max-width: 850px) {

/* Mainmenu */

#ls {
position: absolute;
top: 0px;
right: 20px;
height: 40px;
line-height: 40px;
color: #35a833;
}

#ls a {
font-family: 'FontAwesome';
font-size: 150%;
color: #ffffff;
text-decoration: none;
background: none;
cursor: pointer;
}

#ls a:hover {
color: #000000;
text-decoration: none;
background: none;
}

#mm-clicker {
width: 35px;
height: 30px;
overflow: hidden;
background: url(https://www.franz-projekt.de/uploads/website/mm-clicker.gif) top left no-repeat;
background-size: 100%;
cursor: pointer;
position: absolute;
top: 5px;
left: 20px;
display: block;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#mm-clicker:hover {
background: url(https://www.franz-projekt.de/uploads/website/mm-clicker-over.gif) top left no-repeat;
background-size: 100%;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.mmshow-off {
position: absolute;
left: 0px;
top: -26px;
height: 26px;
width: 35px;
}

.mmshow-on {
position: absolute;
left: 0px;
top: 0px;
height: 26px;
width: 35px;
cursor: pointer;
}

.mmclose-off {
position: absolute;
left: 0px;
top: -26px;
height: 26px;
width: 35px;
}

.mmclose-on {
position: absolute;
left: 0px;
top: 0px;
height: 26px;
width: 35px;
cursor: pointer;
}

.mmoff {
max-height: 0px;
overflow: hidden;
padding: 0px;
-o-transition: all 500ms ease-out 10ms;
-moz-transition: all 500ms ease-out 10ms;
-webkit-transition: all 500ms ease-out 10ms;
-ms-transition: all 500ms ease-out 10ms;
transition: all 500ms ease-out 10ms;
}

.mmon {
max-height: 2000px;
-o-transition: all 50ms 0ms;
-moz-transition: all 50ms 0ms;
-webkit-transition: all 50ms 0ms;
-ms-transition: all 50ms 0ms;
transition: all 50ms 0ms;
}

#mainmenu {
height: auto;
min-height: 40px;
color: #ffffff;
background: #35a833;
font-size: 115%;
font-family: "Source Sans Pro";
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
padding: 0px 0px 0px 20px;
line-height: 30px;
position: relative;
}

#mainmenu ul {
margin: 0px;
padding: 40px 0px 0px 0px;
}

#mainmenu ul li {
list-style-type: none;
float: none;
margin: 0px;
padding: 0px 20px 0px 0px;
}

#mainmenu ul li:first-child {
font-family: 'FontAwesome';
font-size: 150%;
float: none;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
position: relative;
}

#mainmenu ul li a {
color: #ffffff;
text-decoration: none;
padding: 5px 0px 5px 0px;
display: block;
}

#mainmenu ul li a:hover {
color: #000000;
text-decoration: none;
}

#mainmenu li a.menuactive span {
color: #000000;
text-decoration: none;
}

#mainmenu li li a.menuactive span {
color: #000000;
text-decoration: none;
}

#mainmenu li.separator {
display: none;
}

/* Mainmenu weitere Ebenen */

#mainmenu ul ul {
line-height: 30px;
text-align: left;
font-size: 0.9em;
padding: 0px 0px 15px 0px;
}

#mainmenu ul ul ul {
padding: 10px 0px 0px 20px;
font-size: 1em;

}


#mainmenu ul ul li {
list-style-type: none;
width: auto;
position: relative;
white-space: nowrap;
padding: 0px;
margin: 10px 0px 10px 0px;
line-height: 100%;
}

#mainmenu ul ul li:first-child {
font-family: 'Source Sans Pro';
font-size: inherit;
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 5px 0px 10px 0px;
line-height: 100%;
}

#mainmenu ul ul li:last-child {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 10px 0px 5px 0px;
line-height: 100%;
}

#mainmenu ul ul li a {
padding: 0px 20px 0px 20px;
}


}
/* Stylesheet: menu Modified On 2017-01-09 14:37:18 */
/* Global */


a:link { 
color: #000080;
text-decoration: underline; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a:active { 
color: #000080;
text-decoration: underline; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a:visited { 
color: #000080;
text-decoration: underline; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a:hover { 
color: #000000;
text-decoration: underline; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


/* BCS */

#bcs a:link { 
color: #374934;
text-decoration: none;
}

#bcs a:active { 
color: #374934;
text-decoration: none;
}

#bcs a:visited { 
color: #374934;
text-decoration: none;
}

#bcs a:hover { 
color: #374934;
text-decoration: underline;
}


/* Footermenu */

#footermenu a:link { 
color: #374934;
text-decoration: none;
}

#footermenu a:active { 
color: #374934;
text-decoration: none;
}

#footermenu a:visited { 
color: #374934;
text-decoration: none;
}

#footermenu a:hover { 
color: #374934;
text-decoration: underline;
}



/* Footer */

#footer a:link { 
color: #8f8388;
text-decoration: none; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#footer a:active { 
color: #8f8388;
text-decoration: none;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#footer a:visited { 
color: #8f8388;
text-decoration: none; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#footer a:hover { 
color: #8f8388;
text-decoration: underline; 
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


/* Download */

a.download:link {
background: url(https://www.franz-projekt.de/uploads/website/dl-off.png) 0px 0px no-repeat;
background-size: 25px 25px;
padding: 0px 0px 0px 35px;
margin: 0px 0px 10px 0px;
height: 30px;
line-height: 26px;
width: auto;
color: #000080;
text-decoration: underline; 
display: block;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.download:hover {
background: url(https://www.franz-projekt.de/uploads/website/dl-on.png) 0px 0px no-repeat;
background-size: 25px 25px;
padding: 0px 0px 0px 35px;
margin: 0px 0px 10px 0px;
height: 30px;
line-height: 26px;
width: auto;
color: #000000;
text-decoration: underline; 
display: block;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}




a.presslinkweb:link {
color: #000080;
text-decoration: underline;
padding: 0px 20px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.presslinkweb:hover {
color: #000000;
text-decoration: underline;
padding: 0px 20px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.presslinkweb:after {
font-family: 'FontAwesome';
font-size: 90%;
content: " " "\f08e";
text-decoration: none;
display: inline-block;
padding: 0px 0px 0px 5px;
}

a.presslinkpdf:link {
color: #000080;
text-decoration: underline;
padding: 0px 20px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.presslinkpdf:hover {
color: #000000;
text-decoration: underline;
padding: 0px 20px 0px 0px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.presslinkpdf:after {
font-family: 'FontAwesome';
font-size: 90%;
content: " " "\f019";
text-decoration: none;
display: inline-block;
padding: 0px 0px 0px 5px;
}


@media only screen and (max-width: 700px) {

a.download:link {
background: url(https://www.franz-projekt.de/uploads/website/dl-off.png) 0px 0px no-repeat;
background-size: 25px 25px;
padding: 0px 0px 0px 35px;
margin: 0px 0px 20px 0px;
height: 30px;
line-height: 100%;
width: auto;
color: #000080;
text-decoration: underline; 
display: block;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.download:hover {
background: url(https://www.franz-projekt.de/uploads/website/dl-on.png) 0px 0px no-repeat;
background-size: 25px 25px;
padding: 0px 0px 0px 35px;
margin: 0px 0px 20px 0px;
height: 30px;
line-height: 100%;
width: auto;
color: #000000;
text-decoration: underline; 
display: block;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

}
/* Stylesheet: links Modified On 2018-11-19 11:06:53 */
/* Team */

#teamblock {
width: 90%;
margin: 0px;
padding: 20px 0px 20px 20px;
}

#teamblock ul {
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: 175%;
}

#teamblock ul li {
width: calc(100% / 3);
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

.teammember {
padding: 0px 20px 0px 0px;
}

.teammember-img {
width: 100%;
height: auto;
line-height: 0px;
}

.teammember-img img {
width: 100%;
height: auto;
}

.teammember-txt {
width: 100%;
height: auto;
min-height: 200px;
padding: 15px 10px 25px 10px;
}

.teammember-txt h3 {
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.6em;
font-weight: 400;
}


@media only screen and (max-width: 850px) {

#teamblock ul li {
width: 50%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

}

@media only screen and (max-width: 500px) {

#teamblock ul li {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0px 0px 0px 0px;
float: none;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

.teammember {
padding: 0px 0px 0px 0px !important;
}

.teammember-txt {
width: 100%;
height: auto;
min-height: auto;
padding: 15px 10px 25px 10px;
}

}

/* Team End */


#lshhg {
width: 100%;
margin: 20px 0px 0px 0px;
}

.ls-left {
float: left;
width: 60%;
padding: 0px;
}

.ls-right {
float: right;
width: 35%;
padding: 0px;
}

.btn-al-l {
margin-left: 0px !important;
}

@media only screen and (max-width: 900px) {

.ls-left {
float: left;
width: 47%;
padding: 0px;
}

.ls-right {
float: right;
width: 47%;
padding: 0px;
}

}


@media only screen and (max-width: 600px) {

.ls-left {
float: none;
width: 100%;
padding: 0px;
}

.ls-right {
float: none;
width: 100%;
padding: 40px 0px;
}

}


.teaser-dkgr {
padding: 20px;
background: #374934;
color: #ffffff;
font-weight: 400;
display: inline-block;
}

.teaser-dkgr a {
color: #ffffff !important;
}

.teaser-hgl {
padding: 20px;
background: #ffffff;
border: 2px solid #35a833;
font-weight: 400;
display: inline-block;
}


/* Buttons */

.btn-green {
position: relative;
display: inline-block;
height: 26px;
width: auto;
line-height: 26px;
border: 0px;
outline: 0px;
padding: 0px 9px 0px 9px;
margin: 10px;
color: #ffffff;
font-size: 16px;
font-weight: 300 !important;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
background: #374934;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.btn-green:hover {
background: #35a833;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.btn-green {
color: #ffffff;
text-decoration: none;
font-weight: 300 !important;
}

.btn-ylw {
position: relative;
display: inline-block;
height: 26px;
width: auto;
line-height: 26px;
border: 0px;
outline: 0px;
padding: 0px 9px 0px 9px;
margin: 10px;
color: #000000;
font-size: 16px;
font-weight: 300;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
background: #dfd90b;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.btn-ylw:hover {
background: #374934;
color: #ffffff;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.btn-ylw {
color: #000000;
text-decoration: none;
}

.lang-btn {
position: absolute;
top: 10px;
right: 10px;
}

.teaser-btn-top {
position: absolute;
top: 2px;
right: 10px;
}

.teaser-btn-bot {
position: absolute;
bottom: 2px;
right: 10px;
}

.slider-btn-mi {
float: left;
margin: 0px 0px 0px 0px !important;
}

.news-btn-rm {
float: left;
margin: 10px 0px 0px 0px !important;
}

.btn-green-big {
position: relative;
display: inline-block;
width: auto;
border: 0px;
outline: 0px;
padding: 10px 20px 10px 20px;
margin: 0px 0px 20px 0px;
color: #374934;
font-size: 1.5em;
line-height: 100%;
font-weight: 300;
text-transform: none;
text-decoration: none;
background: #e9e9e9;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.btn-green-big:hover {
background: #f7f7f7;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.btn-green-big {
color: #374934;
text-decoration: none;
}

/* YT */

.ytcon {
width: 100%;
max-width: 485px;
}

.ytcon-max {
width: 100%;
}

.ytfilm {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.ytfilm iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Press */

.presspagination {
position: relative;
padding: 0px 20px 0px 20px;
height: 60px;
line-height: 60px;
text-align: center;
background: #35a833;
color: #ffffff;
margin: 0px 0px 20px 0px;
}

.presspagination a {
color: #ffffff !important;
}

.ppnavi {
float: right;
}

.ppitems {
float: left;
}

.pressitem {
margin: 20px 0px 20px 0px;
padding: 0px 0px 20px 0px;
position: relative;
border-bottom: 1px solid #374934;
}

.pressdate {
float: left;
width: 100px;
overflow: hidden;
}

.presstitle {
float: left;
width: 85%;
font-weight: 600;
}



/* Forms */

.helptext {
font-size: 90% !important;
line-height: 120% !important;
font-style: italic;
margin: 0px 0px 20px 0px;
padding: 10px;
border: 1px solid #f9f9f9;
}

.helptext:hover {
border: 1px solid #e9e9e9;
}

.danger {
color: #eb1e1e;
font-weight: 600;
padding: 10px 0px 10px 0px;
}

.nl-optin-start {
position: relative;
width: 100%;
height: 100%;
min-height: 210px;
max-width: 400px;
display: inline-block;
padding: 0px 0px 0px 0px;
}

.txtfield-std {
width: 100%;
max-width: 490px;
height: 26px;
box-sizing: border-box;
outline: 0px;
border: 1px solid #707070;
background: #ffffff;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.tf-std {
margin: 0px 0px 5px 0px;
}

.tf-std input {
width: 100%;
max-width: 490px;
height: 26px;
box-sizing: border-box;
outline: 0px;
border: 1px solid #707070;
background: #ffffff;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.tf-std input[type="checkbox"] {
width: auto;
max-width: 490px;
height: 26px;
box-sizing: border-box;
outline: 0px;
border: 1px solid #707070;
background: #ffffff;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.tf-std input[type="file"] {
width: 100%;
max-width: 490px;
height: 26px;
box-sizing: border-box;
outline: 0px;
border: none;
background: none;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 0px;
margin: 0px 0px 10px 0px;
}

.tf-std select {
width: 150px;
height: 26px;
box-sizing: border-box;
outline: 0px;
border: 1px solid #707070;
background: #ffffff;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 0px;
margin: 0px 0px 10px 0px;
}

.tf-std textarea {
width: 100%;
max-width: 490px;
height: 120px;
box-sizing: border-box;
outline: 0px;
border: 1px solid #707070;
background: #ffffff;
color: #374934;
font-size: 0.9em;
line-height: 26px;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

button {
font-family: "Source Sans Pro";
color: #ffffff;
font-size: 16px;
font-weight: 300;
}

.btn-submit {
font-family: "Source Sans Pro";
color: #ffffff;
font-size: 16px;
font-weight: 300;
line-height: 24px !important;
border: 0px !important;
outline: 0px !important;
padding: 0px 5px 0px 5px !important;
}


input[type=search] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
}


::-webkit-input-placeholder {
color: #374934;
font-size: 100%;
font-family: "Source Sans Pro";
opacity: 1;
}

:-moz-placeholder { 
color: #374934;
font-size: 100%;
font-family: "Source Sans Pro";
opacity: 1;
}

::-moz-placeholder { 
color: #374934;
font-size: 100%;
font-family: "Source Sans Pro";
opacity: 1;
}

:-ms-input-placeholder {  
color: #374934;
font-size: 100%;
font-family: "Source Sans Pro";
opacity: 1;
}

::input-placeholder {  
color: #374934;
font-size: 100%;
font-family: "Source Sans Pro";
opacity: 1;
}


/* Selection */

::-moz-selection {
background: #374934;
color: #ffffff;
text-shadow: none;
}

::selection {
background: #374934;
color: #ffffff;
text-shadow: none;
}


/* Suche */

.searchbox-off {
display: none;
}

.searchbox-on {
z-index: 199;
opacity: 1.0;
height: 30px;
width: 145px;
background: #ffffff;
position: absolute;
right: -2px;
top: 5px;
display: block;
-webkit-animation: fadeIn 450ms;
animation: fadeIn 450ms;
}

.search-input {
width: 135px;
height: 20px;
border: 0px;
outline: 0px;
background: #ffffff;
color: #374934;
font-size: 1em;
font-family: "Source Sans Pro";
position: absolute;
left: 5px;
top: 5px;
}

/* Uploads FEU */

#upsum ul { 
margin: 0px; 
padding: 0px; 
width: 100%;
display: block;
}

#upsum ul li { 
margin: 0px 0px 30px 0px; 
padding: 10px;
float: left;
list-style-type: none;
width: 33.33%;
height: auto;
min-height: 250px;
display: block;
overflow: hidden;
box-sizing: border-box;
background: none;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

#upsum ul li:hover { 
background: #f4f4f4;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.upsumhead {
height: 50px;
width: auto;
overflow: hidden;
}


@media only screen and (max-width: 700px) {

#upsum ul li { 
margin: 0px 0px 30px 0px; 
padding: 10px;
float: left;
list-style-type: none;
width: 50%;
width: calc(100% / 2);
height: auto;
min-height: 250px;
display: block;
overflow: hidden;
box-sizing: border-box;
background: none;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}


}


@media only screen and (max-width: 400px) {

#upsum ul li { 
margin: 0px 0px 30px 0px; 
padding: 10px;
float: left;
list-style-type: none;
width: 100%;
width: calc(100% / 1);
height: auto;
min-height: 250px;
display: block;
overflow: hidden;
box-sizing: border-box;
background: none;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}


}
/* Stylesheet: components Modified On 2024-11-28 15:37:39 */
/* Klickliste */

dd { 
display: none;
margin: 0px;
}

dt {
cursor: pointer;
position: relative;
}

dl {
margin: 0px;
}

.dlinside {
margin: 0px 0px 60px 0px !important;
}

dt h3 {
font-family: "Source Sans Pro";
margin: 0px;
padding: 10px 50px 10px 20px;
font-size: 1.3em;
line-height: 100%;
font-weight: 300;
}

.closed {
font-style: normal;
color: #374934;
background: #e9e9e9;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


.closed:after {
font-family: 'FontAwesome';
content: "\f0ab";
font-size: 25px;
line-height: 25px;
width: 25px;
height: 25px;
font-style: normal;
color: #ffffff;
position: absolute;
top: 10px;
right: 10px;
}

.closed:hover {
font-style: normal;
color: #374934;
background: #dddddd;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.open {
font-style: italic;
color: #374934;
background: #f7f7f7;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.open:after {
font-family: 'FontAwesome';
content: "\f0aa";
font-size: 25px;
line-height: 25px;
width: 25px;
height: 25px;
font-style: normal;
color: #c7c7c7;
position: absolute;
top: 10px;
right: 10px;
}

.listbox {
background: #f7f7f7;
min-height: 40px;
width: 100%;
max-width: 950px;
margin: 0px 0px 20px 0px;
box-sizing: border-box;
font-size: 115%;
line-height: 135%;
}

.listcontent {
margin: 15px 0px 10px 0px;
padding: 0px 20px 20px 20px;
position: relative;
}


/* Stylesheet: klickliste Modified On 2024-10-21 12:09:45 */
