@charset "utf-8";

/*			Fonts			*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Fidena Thin';
  src: url('../fonts/Fidena+Thin.eot');
  src: url('../fonts/Fidena+Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Fidena+Thin.otf') format('otf'),
       url('../fonts/Fidena+Thin.svg#Fidena%20Thin') format('svg'),
       url('../fonts/Fidena+Thin.ttf') format('truetype'),
       url('../fonts/Fidena+Thin.woff') format('woff'),
       url('../fonts/Fidena+Thin.woff2') format('woff2');
}
@font-face {
  font-family: 'Fidena';
  src: url('../fonts/Fidena.eot');
  src: url('../fonts/Fidena.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Fidena.otf') format('otf'),
       url('../fonts/Fidena.svg#Fidena') format('svg'),
       url('../fonts/Fidena.ttf') format('truetype'),
       url('../fonts/Fidena.woff') format('woff'),
       url('../fonts/Fidena.woff2') format('woff2');
}

/* Clear Floated Elements */
.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear:after, .ce_text:after {clear:both;content:' ';display:block;font-size:0;
line-height:0;visibility:hidden;width:0;height:0;}
* html .clear {height:1%;}
.hide, .invisible {display: none;}
a.invisible {display:none;}

body {background-color:#FFF;color:#535353;}

h1,h2,h3,h4,h5,h6, h2 a {font-family: "Fidena", serif !important;letter-spacing: 0.05em;}
h1,h2,h3,h4,h5,h6 {color: #1F4E79 !important;}
h1 {font-size:30px;}
h2 {font-size:26px;margin-bottom:40px;}
#header h2 a {font-size:30px;margin-bottom:40px;font-family: "Fidena";color:#FFF;text-decoration:none;}
#header h2 {text-align:center;margin-bottom:10px;}

p {font-family:'open_sansregular', sans-serif !important;
font-size:16px;line-height:1.6em;color:#333;}
a, table th {font-family: 'open_sansregular', serif;}

table {width:100%;border-collapse:collapse;margin-bottom:24px;}
table th,table td {padding:16px 6px;line-height: 1.5em;vertical-align: top;}
table th {font-weight:600;text-align:left;}
caption {font-variant: small-caps;}
th *:first-child,td *:first-child {margin-top: 0;}
thead th {text-align: left;color: #000;border-bottom: 1px #000 solid;}
tbody th, td {text-align: left;border-top: 1px solid #ccc;}
tbody tr:hover th,tbody tr:hover td {background: #f8f8f8;}
tfoot {border-top: 4px solid #ccc;}

table.preisliste th {display:none;}

.projekte td:nth-child(1) {width:6%;}
.projekte td:nth-child(2) {width:16%;}
.projekte td:nth-child(3) {width:10%;}
.projekte td:nth-child(4) {width:6%;}
.projekte td:nth-child(5) {width:12%;}
.projekte td:nth-child(6) {width:45%;}
.projekte td:nth-child(7) {width:6%;}

.projektuebersicht td:nth-child(1) {width:10%;}
.projektuebersicht td:nth-child(2) {width:20%;}
.projektuebersicht td:nth-child(3) {width:20%;}
.projektuebersicht td:nth-child(4) {width:50%;}

.projekte img {height: 100px;width: 100px;border-radius: 50%;
-webkit-border-radius: 50%;max-width: 100px;object-fit: cover;}
.projektuebersicht img {height: 100px;width: 100px;border-radius: 50%;
-webkit-border-radius: 50%;max-width: 100px;object-fit: cover;}


.projekte .tab {width: 100%;}
.projekte .tabkopf {border-bottom: 1px #000 solid;padding:16px 6px;
line-height: 1.5em;font-weight:600;float: left;}
.projekte .tabkopf.tab1 {width:18%;}
.projekte .tabkopf.tab2 {width:18%;}
.projekte .tabkopf.tab3 {width:16%;}
.projekte .tabkopf.tab4 {width:42%;}
.projekte .tabspalte {border-top: 1px solid #ccc;padding:16px 6px;
line-height: 1.5em;display: table-cell;vertical-align: middle;}
.projekte .tabspalte.tab1 {width:18%;}
.projekte .tabspalte.tab2 {width:18%;}
.projekte .tabspalte.tab3 {width:16%;}
.projekte .tabspalte.tab4 {width:42%;}

.regionalbudget table td, .regionalbudget table th {border: 1px #333 solid;}

/* Accordion */
.ui-accordion-header {cursor: pointer;display: block;position: relative;
margin-bottom: 12px;margin-top: 2px;padding: 4px;border: 1px solid #1F4E79;margin-bottom: 0px;
-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;border-top-right-radius: 4px; background:#1F4E79;font-size: 16px;
color: #FFF;}
.ui-accordion-content {overflow: auto;padding: 1em 0.2em;
-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;
border-width: 1px;border-color:#999;border-top-style:none;border-right-style:solid;
border-bottom-style:solid;border-left-style:solid;}
.ce_accordion {padding: 0 16px;}
.leader .ce_accordion {width: 95%;}

form {padding-left:16px;}
fieldset {border:#EEE 0px solid;padding:2% 0;}
input[type="text"],input[type="password"], input[type="checkbox"], input[type="email"],textarea {font-size:13px;
box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);background:#FCFCFC;
border:#EEE 1px solid;color:#999;font-family:"Droid Sans", sans-serif;margin-bottom: 2px;padding: 1.5%;}
input, textarea {width: 40%;}
label {display: block;float: left;position: relative;width: 35%;}
.captcha_text {display: flex;height: 3em;margin-left: 35%;margin-top: 16px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
background:#FFF;border:#ddd 1px solid;color:#333;outline: none;}
textarea {font-size:15px;}
input[type=submit],input[type=reset],input[type=button] {padding:4px 15px;margin-left: 35%;
border-radius:5px;box-shadow:0 0 5px rgba(0, 0, 0, .1);background:#EC1C23;
background:linear-gradient(#ef6368, #EC1C23);
border:none;border-bottom:#DDD 1px solid;color:#FFF;
font-family:"Open Sans", sans-serif;font-size:13px;}
button[type="submit"] {width: auto;padding: 4px 15px;border-radius: 0;background: #1F4E79;border: #DDD 1px solid;color: #FFF;box-shadow: 0 0 0 rgba(0, 0, 0, 0);font-size: 1em;}
input.checkbox {float: left;width: 5%;}
.checkbox_container label {width: 90%;}
.checkbox_container legend {display:none;}
.widget-submit {text-align:center;}

.button {display: inline-block;padding: 5px 18px;border-radius: 2px;
box-shadow: 0 0 2px rgba(0, 0, 0, .1);color: #fff;margin: 5px;background-color: #05bbee;}

ul li {font-family:'open_sansregular', sans-serif !important;
font-size:16px;line-height:1.6em;color:#333;}

a {font-weight:400;color:#1F4E79;
transition: .1s ease-in;outline:0 !important;}
a:hover {color:#999999;text-decoration:none;}
p a {text-decoration: underline;}

em,i {font-weight:600;}

hr {position:relative;display:block;width:100%;
height:1px;background:rgba(0,0,0,.12);
border:0;margin:20px 0 20px !important;}

::-moz-selection {color: #1F4E79;background: #FFF;}
::selection {color: #1F4E79;background: #FFF;}

.ce_gallery {margin: 16px 0;padding: 5px 0;
display: inline-block;}
.ce_gallery ul {display: inline;list-style: outside none none;}
.ce_gallery ul li {float: left;list-style: outside none none;
margin-left: 4px;margin-bottom: 4px;padding: 0;}

/* ####### CSS Hilfsklassen ####### */

.text-big {font-size:1.3em;}
.text-normal {text-transform:none;font-family:'open_sansregular', sans-serif;}
.text-small {font-size:0.88em;}
.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.serif, #boxes-overview p.serif {font-family: 'open_sansregular', serif !important;}

.full-width {width:100%;
	padding:20px;
	text-align:center;}
.btn.full-width {background:transparent;
	border:1px solid #2d3e15;
	text-align:center;}
.zero-padding {
	padding-left:0 ;
	padding-right:0;
}
.btn{border-radius:0 !important;background:#FFF !important;
color:#FFFFFF;font-size:18px;margin:20px 0;padding:10px;}

.icon {
	width:30px;
	height:30px;
	display:inline-block;
	float:left;
	margin-right:10px;
	background:#1F4E79;
	padding:5px;
	border-radius:40px;
}

.padded-top {padding-top:60px;}

/* ####### CSS spezifisch ####### */
#header {display:block;background: #1F4E79;}
.vbe-header {
	display:block;
	background:rgba(255,255,255,1) !important;
	min-height:60px;
	overflow:hidden;
}
.logo {display:block;z-index: 2147483647;}
#content .logo img {width: auto;display: block;height: auto;border-right: 0 solid #FFF;}
#logo-area {position: relative; z-index: 1; float: right;
box-shadow: none; max-width: 1180px; margin: 0 auto; width: 30%;}
#logo-area img {vertical-align: middle; max-height: 100%; height: 60px !important;
width: auto !important;}
#logo-area figure img {display: block; margin: 0 auto;}
#logo-area .fifecol {width: 19.2%;}
#logo-area .column {float: left;}

img.float_left {float:left; margin-right:16px;}

.desktop {display:block;}
.fa-stack-2x { font-size: 0.5em; }

.navtop li ul {font-family:'open_sansregular', sans-serif !important;
width:100%;list-style: none;float: right;position: relative;}
.navtop li a {font-family:'open_sansregular', sans-serif !important; color:#FFF; font-size:14px;}
.navtop li {float: left;position: relative;padding-right:8px;}

.navbar-default {background-color: transparent;border-color: transparent;}
.navbar-nav {float: left;}
#main-nav  #jaddatz-nav {position:relative;
max-width:1170px;margin:0 auto;left:-15px;right:0;}
.sticky-menu {position: fixed !important;top: 0;z-index: 1000 !important;
width: 100% !important;height: 168px;}

#main-nav {z-index:10000;margin:0;padding:0;
top: auto !important;position: relative !important;background-color:#1F4E79;}
#main-nav li a {font-size:21px;color:#edc15e;color:#4ca7a7;color:#FFFFFF;
padding-left:16px;padding-right:16px;}
#main-nav li a.login {font-style:italic; padding-left:64px;}
#main-nav li a.has-subnav, #main-nav li a.sf-with-ul {
padding-right:2em;background-image:url(../img/arrow-down.png);
background-position:95% center;background-repeat:no-repeat;background-size:20px auto;}
#main-nav li a:hover, #main-nav li a:focus, #main-nav li a:active {background-color:#FFF;color:#1F4E79;}
#main-nav li a:hover.has-subnav, #main-nav li a:focus.has-subnav, #main-nav li a:active.has-subnav, 
#main-nav li a.sf-with-ul.active, #main-nav li a.sf-with-ul:hover, #main-nav li a.sf-with-ul.trail {
padding-right:2em;
background-image:url(../img/arrow-down_active.png);
background-position:95% center;background-repeat:no-repeat;background-size:20px auto;}
#main-nav li a.active, #main-nav li a.forward, #main-nav li a.trail {
background-color:#FFF;color:#1F4E79;}
#main-nav li ul {width:auto;min-width: 12em;background:#FFFFFF;color:#1F4E79;padding:0;}
#main-nav li ul li a {padding:7px 15px;font-size:17px;
color:#FFF;border-top:1px solid rgba(31,78,121,.4);}
#main-nav li ul li a.active {color:#1F4E79;background-color:#FFF;}
#main-nav li ul li a:hover {background-color: #FFF;}
.mobilansicht {display:none;}
.mm-menu--position-top.mm-menu--opened {min-height: 80vh;}
.mm-page {min-height: auto;}
#navmobil, .navmobil {display:none;}
#access {padding:0;background:rgba(31,78,121,1);overflow: hidden;display:inline;
position: relative;z-index: 1;width: 1170px;margin: 0 auto;}
.navdesk a {font-size: 21px;}

#teaser {max-height:500px;overflow:hidden;background:#1F4E79;}
#teaser img{width:100%;margin-top:0;display: block;height: auto;}
#teaser .col-md-8 , #teaser .col-sm-8, #teaser .col-xs-12 {padding-left:0;}
#teaser .col-md-4 , #teaser .col-sm-4, #teaser .col-xs-12 {padding-right:0;}
/*#teaser h3 {color:#FFF; top: 2%;position: absolute;display: flex;overflow: visible;text-align: center;left:40%;justify-content: center;}*/
#teaser .bildtext {
position: absolute;top: 110px;/*bottom: 76%;*/left: 0;
margin-right: 0;padding: 16px;opacity: 1;
width: 100%;z-index: 999999999999999999;overflow: visible;
display: flex;justify-content: center;text-align: center;}
#teaser h3.bildtext {color: #FFF !important;font-family: "Fidena", serif;letter-spacing: 0.05em;}

.rsts-skin-default .rsts-nav {position: absolute;right: 95px;/*bottom: 31%;top: 61%;*/left: 90px;text-align: center;}
.rsts-skin-default .rsts-nav-bullets a:hover, .rsts-skin-default .rsts-nav-bullets a.active {
background-color: #1F4E79;box-shadow: none;}
.rsts-skin-default .rsts-nav-bullets a {background-color: #FFF;box-shadow: none;}

#content img{width:100%;margin-top:0;display: block;height: auto;}

.row {display: flex;flex-wrap: wrap;margin-right: 0px;margin-left: 0px;}

.fill figure {margin: 0; display: block; overflow: visible; position: relative;
object-fit: contain; width: 100%; height: 100%;}

.gruen, .gelb, .tuerkis, .rot, .blau {margin-left:16px;margin-right:16px;padding-left: 0;padding-right: 0; color: #333; margin-bottom:16px;}
.col-md-12.gruen, .col-md-12.gelb, .col-md-12.tuerkis, .col-md-12.rot, .col-md-12.blau {padding-right: 0 !important;
padding-left: 0 !important;}
.gruen h2 a, .gelb h2 a, .tuerkis h2 a, .rot h2 a, .blau h2 a {color: #333;font-size:20px;}
.gruen .fill, .gelb .fill, .tuerkis .fill, .rot .fill, .blau .fill {padding-right: 0;padding-left: 0;}
.gruen {background-color:#97BF0D;}
.gelb {background-color:#FFDD00; color: #333;}
.tuerkis {background-color:#1BBBE9; color: #333;}
.rot {background-color:#FF6633; color: #333;}
.blau {background-color:#5B9BD5; color: #333;}
.blau .mod_login {padding-bottom:16px;}
.blau h4, .tuerkis h4 {color: #333 !important;}
#article-382 a, #article-394 a.blaulink {color:#FFF;}

.ce_leaflet {position: relative; width: 100%; padding-bottom: .25%; overflow: hidden;}
.leaflet-pane > svg path.leaflet-interactive {fill-opacity: 0.07 !important;}

.site-title {margin-top:-140px;display:inline-block;padding:20px;background:#eaeef8 !important;}
.table-heading {padding:10px;background:#eaeef8 !important;margin-bottom:20px;opacity:.7;}
ul {list-style:none;margin:0;padding:0;}
video,iframe {display:block;}
video {width: 100%;}
.ce_youtube { position: relative; padding-bottom: 56.25%; max-width: 100%;
 height: 0;overflow: hidden; margin: 0 auto; width:1100px;}
.ce_youtube iframe {position: absolute; top: 0; left: 0; right: 0; bottom: 0;
 width: 100%; height: 100% ;}
.ce_youtube a {color: #333; text-decoration: none;}
.playbutton {color: #fe0000;font-size: 50px;left: 50%;
margin: -73px 0 0 -31px;position: absolute;text-shadow: 0 0 8px rgba(0,0,0,0.5);
top: 50%;cursor: pointer;z-index: 10;}
.dsgvotext {color: #000;font-size: 16px;left: 0;right: 0;
width: 80%;margin: 0 auto;padding: 2em;position: absolute;
background-color: rgba(255,255,255,0.7);top: 10%;}
audio {max-width:100%;}

#footer {padding:40px 0;color:#FFF;background:#505B5E;margin-top: 16px;}
#footer img{width:auto;margin-top:0;display: block;height: auto;}
#footer h4 {font-size: 18px;color:#FFF;margin-bottom:20px;}
#footer p, #footer a {font-family:'open_sansregular', sans-serif !important;
font-size:14px;color:#FFF;text-transform:none;}
#footer .copyright > p {margin-top:20px;color:#FFF;
padding:0 0 20px 0;font-size:0.9em !important;text-align:right;}
#footer .copyright > p img{max-width:200px;}
#nav-toggle {background:transparent;width:80px;height:80px;padding:0;border:0;}

/* Toplink */
#footer .nach_oben_link{position:fixed;bottom:93px;right:33px;z-index:15;opacity:0.9}
#footer a .nach_oben_link .fas {color:#1F4E79;background-color:transparent;height:40px;width:40px;display:block;font-size:4.8em;text-align:center;text-decoration:none}
#footer a:hover .nach_oben_link,
#footer a:focus .nach_oben_link{text-decoration:none;}
#footer a:hover .nach_oben_link .fas {color:#999999;}
#footer .nach_oben_link a:before{font-family:'Font Awesome 5 Free';content:" \f139";}
#footer h2 {color:#535353;font-size:24px;margin-bottom:16px;margin-top:0;
font-family: 'Fidena';}

.modal-content {background:transparent !important;border-radius:0 !important;box-shadow:none !important;}
.preview_pics_wrap {width:760px;height:120px;float:left;overflow:hidden;
margin:0 0 10px 0;}
.preview_pics {padding:10px;float:left;}
.fas, .far {font-weight: 600;font-size: 2.5em;color:#FFF;line-height: 1;display: inline-block;}
.fas:hover, .far:hover {color:#B1B3B4;}
/*   Termine   */
.place {margin-top: -47px;}
.place .fas {font-size: .88em;font-weight: 600;}
.time {float: right;}
.info {float: left;width: 12%;font-size: 18px;
color: #1F4E79;background-color:#F6F6F6;padding: 2px 6px;
text-align:center;margin-bottom: 8px;}
.layout_latest h3 {float: left;width: 86%;margin-top: 2px;margin-bottom: 8px;padding: 2px;margin-left: 2%;}
.layout_latest .ce_text {float: left;width: 100%;margin-top: 2px;margin-bottom: 8px;padding: 2px;}
/*.layout_latest .more {margin-left:14%;}*/
.layout_latest {border-bottom: 1px dashed #1F4E79;margin-top:8px;}
.layout_latest:after {clear:left;}
.layout_full .info:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

@media screen and (max-width: 1100px){

}

@media screen and (max-width: 992px){
	#main-nav li a {font-size:14px;}
	.site-title {font-size:24px;}
}

@media screen and (max-width: 767px){
	img#logo {width:100%;height:auto;margin-top:10px;}
	#phone-btn img.icon{width:50px;height:50px;}
	.phone {margin:0 -15px 0 0;}
	#main-nav {width:100%;margin:0;float:none !important;}
	#jaddatz-nav {float:none !important;}

/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { display: block; }
	/* Hide table headers (but not display: none;, for accessibility) */
	thead { position: absolute;top: -9999px;left: -9999px;}
	tr { border: 1px solid #ccc; margin-bottom: 20px;}
	td { /* Behave  like a "row" */border: none;
	/*border-bottom: 1px solid #eee; */position: relative;}
	td:before { /* Label the data */content: attr(data-title);
	display: inline-block;width: 35%; padding-right: 10px; white-space: nowrap;}
	td {padding-left: 45%;}
	td:before {width: 40%;}
	td:first-child {font-weight:bold;}
		td:first-child:before {font-weight:normal;}

	#header {display: block;background: #1F4E79;position: relative;
	overflow: visible;}
	.text-welcome {font-size: 2.4em;}
	.text-small {font-size: 0.6em;}
	.text-yellow {margin-left: 2px;}
	#content {margin-top: 0;padding: 0;display: block;
	overflow: visible;position: relative;}
	#teaser h2 {top: 20px;}
	.padded-top {padding-top: 120px;}
	#teaser img {margin-top: 0;}
	#teaser h2.teaser-headline {font-size: 22px;left: auto;top: 70px;}
	#footer img {max-width: 119px;}
	
	#navmobil {display: flex;margin: 0;}
	#navmobile {display: flex;/*margin: 0 19px 0 0;*/}
	#navmobile a {font-size: 30px;/*font-size: 14px;*/padding: 0 8px; margin: 0; 
	color: #1F4E79;text-decoration:none;font-weight: bold;}
	.navbar-toggle {padding:0;}
	.btn.navbar-toggle {margin: 8px;}
	.navdesk.mod_navigation.block {display: none;}
/* All the following are for the div.menu-icon (pure CSS) */
	.icon-align-justify {font-size: 30px; /*icon size*/display: block;
	position: relative;	width: 36px;height: 34px;text-align: center;cursor: pointer;
	background-color: transparent;border-radius: 3px;margin-bottom:6px;}
	.icon-align-justify::before {border-bottom: 0.25em solid #1F4E79;
	border-top: 0.65em double #1F4E79;box-sizing: content-box;content: "";
	height: 0.25em;left: 4px;position: absolute;top: 0.25em;width: 1.5em;}

	#header .col-md-8 {display:none;}
	#header .col-xs-4 {width: 34.33333333%;}
	.gruen, .gelb, .tuerkis, .rot, .blau {margin-right: 0;margin-left:0;}
	#logo-area {width: 100%;}
	#header h2 a {font-size: 20px;}
	#teaser h3 {left: 10%;}
	.navtop {display:none;}
	#teaser .bildtext {top:54%;z-index: 2;}
	.logo {z-index: 2;}
	.mobilansicht {display:block;}
	.info {float: none;width: 100%;}
	.layout_latest h3, .layout_latest .ce_text {float: none;width: 100%;}
	.layout_latest .more {margin-left:0;}
}
