@charset "utf-8";
/* CSS Document */

/* CHILD Stylesheets ABIKW -------------------- 

	Developed by 
	Format Werbe GmbH
	Ringstraße 14  |  16303 Schwedt/Oder
	T: 03332 418081  |  F: 03332 418082
	www.formatwerbung.eu  |  formatwerbung@swschwedt.de

	---------------------------------------------------
	---------------------------------------------------
	---------------------------------------------------
	Inhaltsverzeichnis

	01 - Body Items -------------------------
	-----------------------------------------
	02 - Header -----------------------------
	-----------------------------------------
		02.1 - Menu -------------------------
	-----------------------------------------
		02.2 - Dropdown ---------------------
	-----------------------------------------
		02.3 - Slideshow im Header ----------
	-----------------------------------------
	03 - Startseite -------------------------
	-----------------------------------------
	04 - Anpassung der Tabellen -------------
	-----------------------------------------
	05 -  Footer ----------------------------
	-----------------------------------------
		05.1 - Menu im Footer ---------------
	-----------------------------------------
		05.2 - Kontaktformular im Footer ----
	----------------------------------------- 
	06 - Rechte Spalte ----------------------
	----------------------------------------- 
		06.1 Suche --------------------------
	----------------------------------------- 
	07 - Inhaltsseiten ----------------------
	-----------------------------------------
		07.1 Blog/Aktuelles ----------------- 
	-----------------------------------------  
	08 - Breadcrumb ------------------------- 
	-----------------------------------------
	09 - Drop Social ------------------------
	-----------------------------------------
	10 -  Tabs ------------------------------
	-----------------------------------------
	11 -  Tabellen --------------------------
	-----------------------------------------
	12 - Pagination -------------------------
	-----------------------------------------
	13 - Sitemap ----------------------------
	-----------------------------------------
	14 - Phoca Download ---------------------
	-----------------------------------------
	15 - Mehrwissen verlinkt ----------------
	-----------------------------------------
	16 - Suche ------------------------------
	-----------------------------------------
	17 - Accordion --------------------------
	-----------------------------------------
	18 - Formbuilder ------------------------
	-----------------------------------------
	19 - Backbutton -------------------------
	-----------------------------------------
	20 - Kontaktformulare -------------------
	----------------------------------------- */
	
	
	/* 01 - Body Items -------------------------- */
	
	
	/* FONTFACE --------------------------------- */
	
	
body, html {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .sp-megamenu-parent >li >a, .nav > li > a {
	font-family: 'Open Sans', sans-serif;
}


#t3-content p {
	margin-bottom: 10px;
}
.container.t3-mainbody {
/*padding-left: 30px;*/
	
}
.container {
	width: 1170px!important;
}
#t3-content {
	font-size: 14px;
}
#t3-content ul li {
	list-style: disc;
	margin-left: 15px;
	color: #555555!important;
/*	letter-spacing: .3px!important;
	font-weight: 300!important;*/
}
#t3-content ol li {
	list-style: decimal;
	margin-left: 15px;
	color: #555555!important;
/*	letter-spacing: .3px!important;
	font-weight: 300!important;*/
}
/* angepasste details ------------------------------------------ */
dt.article-info-term {
	display: none;
}
.pull-left {
	max-width: 100%;
}
.row.portfolio-items-holder {
	margin-bottom: 0!important;
}
/* angepasste details ------------------------------------------ */
	
.tab-content h3 {
	margin: 30px 0 10px 0;
}
.clearfix {
	clear: both;
}
body, html, legend, p {
	line-height: 140%;
	font-family: 'Open Sans', sans-serif!important;
	background-attachment: fixed;
}
/*#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
	
		font-family: 'Open Sans', sans-serif;
	
	}
	
	*/

#jsn_form_2.jsn-master.jsn-bootstrap.jsn-form-content.control-group.control-label {
	font-family: 'Open Sans', sans-serif!important;
}
/* 404 Seite ----------------------------------------------- */

h1.page-title {
	display: none;
}
.error p {
	margin-bottom: 10px;
}
.error img {
	margin: -100px 0 100px 0;
}
/* 02 - Header ----------------------------------------------------------- */

/* Logo ------------------------------------------------------------------ */


.moduletable.logo {
	padding: 20px 0;
}
/* Suche ----------------------------------------------------------------- */
.suche-fw {
	position: absolute;
	right: 30px;
	margin-top: -57px;
}
.search.suche label {
	display: none;
}
.search.suche input {
	border-radius: 0;
}

.search.suche input::-webkit-input-placeholder {
  color: white;	
}
.search.suche input::-moz-placeholder {
  color: white;	
}


.moduletable.suche {
	float: right;
}
.suche .form-inline .form-control {
	width: 282px;
	color: #fff;
	background-color: #068846;
}
.suche .form-inline .form-control placeholder {
	color: #fff;
}
/* 02.1 - Header Menu ---------------------------------------------------- */
#top-bar-wrapper {
	background-color: #f9fbfc;
}
.moduletable.topmenu #nav {
	float: right;
	padding: 20px 0;
}
.moduletable.topmenu #nav > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	color: #4f5c6a;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.17s ease-in-out 0s;
	border: 0;
}
.moduletable.topmenu #nav > ul > li.current-menu-item > a, .moduletable.topmenu #nav > ul > li:hover > a {
	background: none;
	color: #068846!important;
}
/* 02.2 - Hauptnavigation -------------------------------------------------- */
#nav li ul {
	width: auto!important;
}
#nav li ul li {
	border: 0!important;
}
#nav li ul li:hover a {
	text-indent: 0;
}
#nav-container {
	float: left;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	position: relative;
	z-index: 1000;
}
.moduletable.mainmenu #nav {
	float: left;
	width: 100%;
}
header #nav-container {
	margin: 0;
	width: 100%!important;
}
.moduletable.mainmenu #nav > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	color: #4f5c6a;
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 78px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.17s ease-in-out 0s;
	background-color: 
}
.moduletable.mainmenu #nav > ul > li.current-menu-item > a, #nav > ul > li:hover > a {
	background-color: #068846;
	color: #fff!important;
}
.moduletable.mainmenu #nav > ul > li.current-menu-item > a {
	border-bottom: 0;
}
/* 02.3 - Slideshow im Header -------------------------------------- */

.tp-caption.abikw {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 24px!important;
}
/* ------- SUBNAVIGATION ------------------------------------------- */
/*.moduletable.mainmenu #nav li ul li a {

	font-family: "MyriadPro-Regular";

	font-size: 14px;

}*/

#nav li ul li a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase!important;
	font-size: 14px;
	background-color: #f9fbfc!important;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-bottom: 2px;
	padding: 8px 10px;
	transition: all 0.4s ease 0s;
	color: #000;
}
#nav li ul li:hover {
	background-color: #f9fbfc!important;
}

/* 03 - Startseite ------------------------------------------------------- */
#t3-mainbody {
	margin-top: 30px;
}
.blog-featuredfrontpage h2 {
	/*background-color: #ebebeb;

	padding: 8px 10px;*/

	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
}
.col-md-4.col-sm-4.col-xs-12 {
	padding: 0 5px;
}
.blog-featuredfrontpage .jsn-bootstrap3 .pb-element-container {
	margin: 1px 0 0 0!important;
}
.tp-caption {
	padding: 10px 20px;
}
.pb-element-image img {
	width: 100%;
}
.fp-conti {
	margin: 0 20px 0 10px;
}
.article-content {
	margin: 0 20px 0 10px;
}
.snd.row {
	margin-top: 20px;
}
.col-xs-12.col-sm-4.col-md-3 {
	padding-left: 0;
	padding-right: 0;
}




.gn_static_3 {
    border-bottom: 1px solid #dddddd;
    padding: 0!important;
    margin: 0 0 20px 0;
    min-height: 120px;
}

.fp_start_image {
	margin: 0 20px 0 0;
	width: 320px;
	height: 100px;
	float: left;
}

.fp_start_image img {
	background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #dddddd !important;
    margin: 0 !important;
    padding: 3px;
	width: 100%;
	height: auto;
}

.fp_start_txt {
	margin: 0;
	float: left;	
}

.fp_start_txt h3 {
    line-height: 100%;
    margin: 0!important;
}



/* 03.1 - Tabs ------------------------------------------------------ */

.nn_tabs > ul.nav-tabs > li {
	background-color: #red!important;

}

}
/* 04 Anpassung der Tabellen -------------------------------------------- */

.table-abikw table {
	width: 100%;
}
.table-abikw table td, .table-abikw table th {
	border-right: 1px solid #fff;
	padding: 10px;
	text-align: left;
}
.table-abikw table th {
	background-color: #b0b0b0;
	color: #000;
	font-weight: bold;
}
.table-abikw table tr:nth-child(n+1) {
	background-color: #f9fbfc;
	color: #000;
	transition: all 0.6s ease 0s;
}
.table-abikw table tr:nth-child(2n) {
	background-color: #fff;
	color: #000;
	transition: all 0.6s ease 0s;
}
.table-abikw table tr:hover {
	background-color: #f07d00;
	color: #fff;
	transition: all 0.2s ease 0s;
}
/* 05 - Footer ----------------------------------------------------------- */

.footer-wrapper {
	background-color: #068846!important;
}
h3.module-title span {
	color: #fff;
	font-size: 18px!important;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.footer-wrapper p {
	color: #fff!important;
	font-size: 14px;
	line-height: 140%!important;
}
.footer-wrapper a {
	color: #fff!important;
	text-decoration: none;
	line-height: 140%!important;
}
.footer-wrapper a:hover {
	color: #fcb466!important;
	text-decoration: none;
	line-height: 140%!important;
}
.customwebsite, .customwebsite p {
	color: #fff;
	line-height: 18px!important;
	font-size: 12px;
}
.custom, .custom td {
	color: #fff;
	line-height: 140%!important;
}
.custom td.hgap {
	width: 15px;
}
.custom td.vgap {
	height: 15px;
}
.t3-module.modulewebsite {
	margin-top: 30px;
}
.fw_schnellkontakt {
	margin-top: 41px!important;
	overflow: auto;
}
.copyright-container {
	background: #f07d00;
}
/* 05.2 - Kontaktformular ----------------------------------- */
div#b2jcontainer_m128.b2jcontainer {
	font-family: 'Open Sans', sans-serif;
	background: none;
	border: 0;
	color: #fff;
	font-family: inherit;
	font-weight: 300;
	margin: auto;
	overflow: visible;
	padding: 0;
	width: auto;
}
.fw_schnellkontakt h2 {
	background: none;
	color: #fff!important;
	font-size: 19px!important;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
}
/* 06 - Rechte Spalte ---------------------------------------- */
.sidebar_menu {
	margin-top: 30px;
}
.modulesidebar_menu .module-inner {
	margin-bottom: 30px;
	overflow: auto;
}
.modulesidebar_menu h3.module-title {
	background-color: #068846;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 2px 0!important;
	padding: 13px 12px;
	text-transform: uppercase;
}



.modulesidebar_menu #nav > ul > li {
	display: block;
	width: 100%;
}
.modulesidebar_menu #nav > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	display: block;
	font-weight: 500;
	margin-bottom: 2px;
	padding: 8px 10px;
	transition: all 0.4s ease 0s;
	color: #555555;
}
.modulesidebar_menu #nav > ul > li > a:hover, .modulesidebar_menu #nav .current-menu-item a {
	background-color: #f07d00!important;
	border: 1px solid #f07d00;
	color: #fff!important;
}
.sidebar_menu.btm {
	margin-bottom: 40px;
}
.modulesidebar_menu li.current-menu-item.active a {
	background-color: #f07d00!important;
	color: #fff!important;
}

	/* 06.1 Suche ------------------------------------------------------ */
	
	input[type="search"]::-moz-placeholder {
 color: #fff;
}
/* 07 Inhaltsseiten ---------------------------------------------------- */

.blog.aktuelles .items-row {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f07d00;
}
/*
.aktuelles h1 {
	margin: 0 0 23px 0;
}
.aktuelles .page-header h2 {
	margin: 0;
}
.item-page.aktuelles h2 {
	margin: 0 0 15px 0;
}
------ test was passiert Eva*/
.blog.faq .items-row {
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
/* 08 - Breadcrumb ----------------------------------------------------- */
.breadcrumb {
	background: none;
	padding: 8px 0 0 43px;
	font-size: 14px;
	color: #555555;
}
.breadcrumb li.active {
	color: #555555!important;
}
/* ABIKW STARTSEITE ----------------------------------------------------- */
.article-content .row {
	width: 100%;
	display: table;
	margin: 0;
}
.row .fp-left {
	float: left;
	width: 48%;
}
.row .fp-right {
	float: right;
	width: 48%;
}
.blog-featuredfrontpage .pb-element-heading h2 {
	background-color: #068846;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1px;
	padding: 15px 12px;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.blog-featuredfrontpage .pull-left {
	max-width: 260px;
	margin-right: 20px;
}
.pull-left.item-image img {
	max-width: 100%;
	margin-bottom: 12px; 
	height: auto;
}/*

.fp-conti {

	display: inline-block;

}*/
.fp-conti .btn {
	padding: 12px 0;
}
.row .fp-right img, .row .fp-left img {
	width: 100%;
	height: auto;
}
.row .clear {
	margin-bottom: 33px;
}
.moduletable_fw_abikw {
	padding-top: 19px;
}
.moduletable_fw_abikw h4.ns2-title {
	background-color: #068846;
	color: #fff;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.moduletable_fw_abikw h4.ns2-title a {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.moduletable_fw_news h3 {
	background-color: #f07d00;
	color: #fff;
	padding: 10px;
	margin: 0 0 1px 0;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.moduletable_fw_news a {
	color: #068846;
}
/* 10 -  Tabs -------------------- */

.tab-content h2 {
	margin: 0 0;
}
.tab-content h3 {
	margin: 0 0;
}
.tab-content h4 {
	margin: 0 0;
}

/* Responsive ------------------------------------- */
@media (max-width:640px) {
/* Ãœberschriften auf der Startseite ------------- */

.moduletable_fw_news h3 {
	font-size: 13px;
}
.topmenu li a {
	font-size: 11px;
}
/* Menu vor Toggler ----------------------------- */

  

#offcanvas-toggler::after {
	color: #000;
	content: " MENU";
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

/* Suche auf Smartphone ------------------------------------ */

   

.search.suche {
	display: none;
}
.fp-right h2, .fp-left h2 {
	font-size: 13px!important;
	padding: 3px 10px!important;
}
.moduletable.topmenu #nav > ul > li > a {
	padding: 0 4px!important;
}
.dl-menuwrapper {
	display: block;
	margin: 20px;
	/*max-width: 280px;*/

	color: #000;
}
.dl-trigger::after {
	content: " MENU";
}
/* Footer ---------------------------------------------------------------------------- */

.footer-wrapper {
	background: #068846 none repeat scroll 0 0!important;
	border-top: 10px solid #e5e8ec;
	float: left;
	padding: 70px 0 0;
	width: 100%;
}
.copyright-container {
	background: #f07d00 none repeat scroll 0 0!important;
	float: left;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}
/* News auf der Startseite ----------------------------------------------------------------- */

  

div.nssp2 .col-2 {
	width: 46%;
	margin: 0 1%;
}
/* Abstand Breadcrum --> Text -------------------------------------------------------------- */

  

.grid_12 fullwidth {
	margin-bottom: 0!important;
	padding: 0;
}
}
/* 10 - Tabs ------------------------------------------------------------------------------- */

  

.nn_tabs .nav-tabs > li > a {
	font-size: 18px;
	color: #068846;
}
.blog .items-row.cols-1 .item-image {
	float: left;
	height: 100%;
	margin-right: 25px;
	min-height: 80px;
	position: relative;
	width: 245px;
}
.blog-item-content {
	float: left!important;
	min-height: 80px!important;
	vertical-align: top!important;
}
.blog-featuredfrontpage .items-row article {
	border-bottom: 1px solid #f07d00;
	padding: 0 0 4px 0;
	margin-bottom: 10px;
}
/* Tabellen in den Tabs --------------------- */

table {
	width: 100%;
}
table td, table th {
	border-right: 1px solid #fff;
	padding: 10px;
	text-align: left;
}
table th {
	background-color: #b0b0b0;
	color: #000;
}
article table tr:nth-child(2n+0) {
	background-color: #fff;
	color: #000;
	transition: all 0.6s ease 0s;
}
article table tr:nth-child(2n+1) {
	background-color: #f5f5f5!important;
	color: #000;
	transition: all 0.6s ease 0s;
}
table tr:hover {
	background-color: #fff;
	color: #000;
	transition: all 0.2s ease 0s;
}
/* 12 - Pagination ------------------------------------------------ */

.pagination {
	width: 100%;
	float: right;
}
.pagination ul {
	float: right;
}
.pagination li {
	float: left;
	height: 30px;
	border-radius: 50%;
	background-color: #eee;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a {
	width: 50px;
	height: 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float: none!important;
}
.pagination li:hover a, .pagination li.active a {
	color: #fff !important;
}
.pagination li.current-page {
	width: auto;
	height: auto;
	padding-top: 5px;
	background: none;
	margin-right: 25px;
}
.pagination li.current-page:hover {
	background: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #f07d00;
}
/* 13 - Sitemap --------------------------------------- */

ul.level_0 li {
	list-style: disc;
	margin-left: 15px;
}
ul.level_1 li {
	list-style: circle;
	margin-left: 15px;
}
/* 14 - Phoca Downloads ----------------------------------------- */
.pd-category-view, .pd-categories-view {
	width: 97%;
}
/* 15 Mehrwissen verlinkt ----------------------------------------- */
.blog.faq p {
	margin-left: 270px;
}
/* 16 Suche ----------------------------------------------- */

form#searchForm {
  margin-bottom: 24px;
  padding: 4px;
}

form#searchForm div.btn-toolbar {
  display: inline-flex;
}


form#searchForm > fieldset {
  margin-bottom: 16px;	
}

form#searchForm > fieldset > * > legend, label {
  margin-bottom: 5px;	
}

dt.result-title , dt.result-title  > a {
  font-size: 24px;
  color: #068846;
  margin-bottom: 24px;
}

dd.result-category {
  margin-bottom: 12px;
}

dd.result-text {
  line-height: 1.5;
  margin-bottom: 12px;
}

dd.result-created {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
/* 17 Accordion ------------------------------------------------------ */
.jsn-bootstrap3.jsn-pagebuilder .panel-title > a {
	font-family: 'Open Sans', sans-serif;
}
.jsn-bootstrap3.jsn-pagebuilder .panel-title {
	color: inherit;
	font-size: 16px!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}
.pb-element-heading h2 {
	margin-top: 0!important;
}
/* 18 Formbuilder --------------------------------------------------- */
div.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group  {
	width: 90%;
	padding: 0px;
}
.jsn-form-content textarea {
	height: 100px;
}

div.jsn-bootstrap {
    padding-left: 0px;
}

div.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-label {
	font-weight: normal;
}

div.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
	color: #f07d00;
}

/* 19 Back Button --------------------------------------------------- */
p input {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-bottom: 2px;
	padding: 5px 20px;
	transition: all 0.4s ease 0s;
	color: #333333;
}

/*p input {
	background-color: #f9fbfc;
	border: 0;
	color: #068846;
	padding: 5px 20px;
}*/
p input:hover {
	background-color: #f07d00;
	border: 1px solid #f07d00;
	color: #fff;
	padding: 5px 20px;
}
/* Phoca Downloads --------------------------------------------- */
/*#phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3, #phoca-dl-download-box .pd-file h3 {
	margin-bottom: 20px!important;
	font-size: 20px!important;
	color: #ffffff!important;
}*/


/* 20 - Kontaktformulare ------------------------------------------ */

#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px;
}

label {
	font-family: 'Open Sans', sans-serif!important;
	font-weight: normal;
	font-size: 14px;
}

/*.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background: none!important;
    border: 0;
}*/

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus {
	border-color: #068846;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(6, 136, 70, 0.6);
    outline: 0 none;
}



