/****************************************************************     
*****************************************************************                                          
   __ _                                           _        _      
  / _(_)_ __ _ __ ___   ___ _ __  _ __   ___  ___| |_   __| | ___ 
 | |_| | '__| '_ ` _ \ / _ \ '_ \| '_ \ / _ \/ __| __| / _` |/ _ \
 |  _| | |  | | | | | |  __/ | | | | | |  __/\__ \ |_ | (_| |  __/
 |_| |_|_|  |_| |_| |_|\___|_| |_|_| |_|\___||___/\__(_)__,_|\___|
***************************************************************** 
***************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);
@import url(http://fonts.googleapis.com/css?family=Antic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
/* @import url(http://fonts.googleapis.com/css?family=Rufina:400,700); */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  color:#000;
  font-family: "PT Sans", "Open Sans", Arial, sans-serif;
  color: #555;
}
/* HTML5 display-role reset for older browsers */ 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.3;
  text-align:center;
  font:inherit;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end of http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

/*=========================================================================================================*/

/*************
** standards **
*************/
  * {line-height:1.5em; vertical-align:top; color:#424441; font-size:1em;}
  html {height:100.1%;}
  body {font-size: 62.5%; background: url(/templates/firmennest.de/images/pattern.jpg) repeat;  text-align:left;}
  img, div {border: none;}
  a{text-decoration: none; color: #000; outline: 0; padding: 0; margin: 0;}
  a:focus{outline: 0;}
  a:hover{text-decoration: none;}
  b,strong{font-weight: 700;}
  i,em {font-style: italic;}
  p {font-size: 1.7em;}
  p * {font-size: 1em;}
  ul {list-style: none;}
  .clear{clear:both;height:0px;}

/*************
** links **
*************/
  a {outline:none;}
  a, a:link, a:visited {text-decoration: none; font-weight:400;color:#424441;}
  a:hover {color:#ef8026;}
  a:hover, a:active, a:focus, a:visited {text-decoration: none;}

/*************
** main **
*************/
  #all{width:100%;margin-top:0px;}
    #container{width:1000px; margin:10px auto; background:#ffffff; /*border:1px solid #C7C7C7;*/}
      #header{width:100%;position:relative; z-index:3; background:url(/templates/firmennest.de/images/header.png) no-repeat; height:100px; background-size:cover; -moz-background-size:cover; -webkit-background-size:cover;}
		 #header-inner{width:980px;margin:0 auto;position:relative;}
			#top-left{float:left; padding-top:1px; padding-left:10px;}
			  #top-left img{}

			#top-right{float:right; padding-top:40px; padding-right:10px;}
      #header-navigation{width:100%;float:left;}
      #feature{background:#f1f1f1;position:relative;z-index:2;padding:20px 0px;}
		#feature-inner{width:980px;height:343px;margin: 0 auto;}
			
      #content{width:100%; position:relative;z-index:1;padding:0px;}
        #content-inner{margin:0px;width:100%;margin: 0 auto; display:table;} 
          #breadcrumb{}
          #left{display:table-cell; padding:20px 0px; background:#FFB05C;}
            #left-inner{}
          #mid{display:table-cell; padding:20px 0px; background:white;}
            #mid-inner{margin:0px 20px;}
			#system-message {margin:0px;}
          #right{float:right; }
            #right-inner{}
			#right-inner > div.moduletable {padding:20px 0px 20px 0px; background:white;border:1px solid #cdc7db;}
			#right-inner > div.moduletable > *{margin:0px 20px;}
			#right-inner > div.moduletable+div.moduletable {margin-top:20px;}
          #subcontent{width:100% padding:20px 0px 20px 0px;background:white;border:1px solid #cdc7db;margin-top:20px;}
            #subcontent-inner{margin:0px 20px 0px 20px;}
      #footer{width:100%; padding:20px 0px 20px 0px; margin:0 auto; background:#85D885;}
        #footer-inner{float:left; margin:0px 20px;}
		#willy {float:right; margin-right:20px;}
  #copyright{margin:10px auto;width:75%;font-size:1em;text-align:center;padding-bottom:0px;}


  
/*************
** list styles **
*************/
 /* Menu Lvl1 */
 #header-navigation li,
 #top-right li{
   /*overflow:hidden; */
   display:block; 
   float:left; 
   height:45px;
   /*position:relative;*/
 }       

 #header-navigation li a,
 #top-right li a{
   display:block;
   font-size:1.4em;
   width:auto;
   text-decoration:none;
   margin-left:20px;
   font-weight:normal;
   /*text-transform: uppercase;*/
  
 }      

 #header-navigation .menu li.active a,
 #top-right .menu li.active a{
   border-bottom: 2px solid #657de9;
   color:#424441;
 }

 #header-navigation .menu a:hover, 
 #top-right .menu a:hover{
   border-bottom: 2px solid #657de9;
   color:#424441;
 }
 
 /* Supmenu */
#top-right ul.menu > li.deeper.parent > ul {
  padding: 0px;
    position:absolute;
  z-index:99;
  top:45px;
  width:300px;
  background: #f8f8f8;
  padding: 0px 0px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}
 #top-right ul.menu > li.deeper.parent > ul > li{
  overflow:hidden; 
  display: block; 
  position:initial;
  /* float:left;  */
  padding-top:5px;
  width: 100%;
  padding: 0px 0px;
  height: initial;
  /* border-left: 1px solid #fff; */
 
 }    
#top-right ul.menu > li.deeper.parent > ul > li+li {
 }
 
 #top-right ul.menu > li.deeper.parent > ul > li > a{
  color:#181818; 
  display:block;
 margin-left:0px;
  width:auto;
  text-decoration:none;
  /*text-transform: lowercase;*/
  width: 100%;
  padding: 5px 10px;
   
 }  
 
#top-right ul.menu > li.deeper.parent > ul > li > a  {
 border: 0px !important;

}

  #top-right ul.menu > li.deeper.parent > ul > li:hover > a {
  color: #FFF !important;
  
  }
  #top-right ul.menu > li.deeper.parent > ul > li.active > a {
  color:#657de9;
  }
  #top-right ul.menu > li.deeper.parent > ul > li:hover {
  background: #657de9;
  }
 
 div#top-right ul.menu li.deeper.parent > ul {
  display:none;
 }

  div#top-right ul.menu li.deeper.parent:hover > ul{
  display:block;

}

#mid-inner ul, #mid-inner ol,
#tinymce ul, #tinymce ol
{margin:20px 10px;}

#mid-inner ul,
#tinymce ul
{
}
#mid-inner ul > li,
#tinymce ul > li
 {padding-bottom:0.5em;}
#mid-inner ul > li,
#tinymce ul > li 
{
font-size: 1.7em;
background:url(/templates/firmennest.de/images/postbullets.png) no-repeat left 7px;
padding-left:20px;
}


  
/*************
** h1 h2 h3 h4 h5, p
*************/
  h1, h2, h3, h4, h5{line-height:1em;}
  p{}
  hr.grey{background:#808285;width:100%;height:2px;}
  hr.white{background:white;width:100%;height:1px;}
  h2,h5, h3, h4, h6,#top-left p{font-size:2em; color:#000; font-weight:400; margin:5px 0px;}
  h1,div.moduletable h3, #top-left a{font-size:36px; font-weight:400; color:#D36F03; font-family:Antic, 'Open Sans', Arial, serif;}
#top-left a {font-size:40px;}
  
/*************************
** Content Table Boxes
*************************/



/*************************
** Slideshow Overrides
*************************/
div.bullet {width:20px !important;height:20px !important;margin-right:8px!important;background:rgba(191,191,191,0.8) !important;border:0px !important;}
div.bullet.selected,div.bullet:hover {background:rgba(103,103,103,0.8) !important;}

/* eckige Arrows */
div.tparrows {top:45% !important;margin:0px !important;width:33px !important; height:33px !important;}
div.tp-leftarrow,div.tp-leftarrow:hover {left: 0px !important;background: url(/templates/firmennest.de/images/arrows-large_left.png) no-Repeat 0 0 !important;}
div.tp-rightarrow,div.tp-rightarrow:hover {right: 0px !important;background: url(/templates/firmennest.de/images/arrows-large_right.png) no-Repeat 0 0 !important;}
div.tp-leftarrow:active, div.tp-rightarrow:active {margin-top:2px !important;} 
/***********************
** CONTENT OVERRIDES 
***********************/
#content a, #tinymce a{
color:#6f86ea;
}
#content a:hover, #tinymce a:hover {
color:#015292;
}

#left a {background:none; color:#fff; font-size:1.7em; padding-left:20px; border-left:2px solid #FFB05C; display:block;}
#left a:hover {color:#fff; border-left:2px solid #A03420; background:rgba(255,255,255,0.2);}
#left li {transition:opacity 0.2s;}
#left li.current a , #left li ul li.active a {border-left:2px solid #A03420; background:rgba(255,255,255,0.2);}
#left li.current ul li a {border:none;background:none;}
#left li ul {padding-left:20px;}


/** newsletter modul **/

div.jNewsMod input[name="name"],div.jNewsMod input[name="email"]{
	width:250px;
	display:block;
}

div.jNewsMod input[name="receive_html"],div.jNewsMod span.receiveHTML{display:none;}
div.jNewsMod input[name="Abonnieren"]{display:block;margin-top:10px;background:#6f86ea;color:white;padding:5px 10px;height: initial;font-size:1.3em}
div.jNewsMod input.inputbox {font-size: 1.2em;}
/***********************
** FOOTER OVERRIDES 
***********************/
#footer * {color:white;}
#footer p {font-size:1.4em;}
#footer a {font-size:1em;}
#footer a:hover {
text-decoration:underline;
}

/***********************
** GOOGLE MAPS OVERRIDES **
***********************/
td.maps p {
font-size: 1em;
}

/***********************
** BREEZING FORMS **
***********************/
.bfQuickMode p input[type='text'], .bfQuickMode p textarea, .bfQuickMode p select{
  width:90% !important;
  padding: 5px;
}
/*
 ########## BreezingForms 1.6.5 QuickMode ##########
 @autor crosstec.de
 @copyright Copyright (C) 2009 crosstec.de. All rights reserved.
 ########################################
*/
.bfElementGroup input[type='radio']{
    vertical-align: top;
}
.bfElementGroupNoWrap input[type='radio']{
    vertical-align: top;
}
.bfElementGroup input[type='checkbox']{
    vertical-align: top;
}
.bfElementGroupNoWrap input[type='checkbox']{
    vertical-align: top;
}
/* ##### General BreezingForms styles ##### */

.bfQuickMode {

}

.bfQuickMode fieldset {

}

.bfQuickMode legend {

}

.bfQuickMode p.bfElemWrap {
  /*background: #D7B481 !important;*/
}

.bfQuickMode p.bfElemWrap:hover{
  background: #cad3fa !important;
  border-radius: 5px;
}

.bfQuickMode span.bfElemWrap {

}

/* ##### inline ##### */

.bfQuickMode fieldset fieldset legend {

}

.bfQuickMode fieldset.bfInline {

}

.bfQuickMode fieldset.bfInline p {

}

/* ##### Input Fields ##### */

.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  min-height:30px;
  width:100% !important;
  padding-left:5px;
  font-size:1.2em;
}

.bfQuickMode textarea:hover, .bfQuickMode input[type='text']:hover, .bfQuickMode input[type='password']:hover, .bfQuickMode select:hover {

}

.bfQuickMode textarea:focus, .bfQuickMode input[type='text']:focus, .bfQuickMode input[type='password']:focus, .bfQuickMode select:focus {

}

.bfQuickMode input[type='button'], .bfQuickMode input[type='submit'], .bfQuickMode input[type='checkbox'], .bfQuickMode input[type='image'], .bfQuickMode input[type='radio'], .bfQuickMode input[type='reset'], .bfQuickMode select, .bfQuickMode button {

}

.bfQuickMode input[type='hidden'] { display: none; }

/* ##### page intro ##### */

.bfQuickMode .bfPageIntro {

}

/* ##### error messages #####*/

.bfQuickMode .bfErrorMessage {

}

/* ##### max length message ##### */

.bfMaxLengthCounter {
    color: #666;
}

/* ##### tooltip ##### */

.bfQuickMode span.hasTip {
    background: transparent url('/templates/firmennest.de/css/img/icon_info.png') right top no-repeat;
}

/* ##### Section Description #####*/

.bfQuickMode .bfSectionDescription {

}

.bfQuickMode .bfSectionDescription p {

}

/* ##### required ##### */

.bfQuickMode .bfRequired {

}

/* ##### buttons ##### */

.bfQuickMode input[type='submit'], .bfQuickMode input[type='reset']  {

}

.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
  border:0px;
  margin-right:5px;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  background-color: #EC7C04;
  border-radius:3px;
  outline:0;
  
}
.bfQuickMode .bfNextButton span, .bfQuickMode .bfSubmitButton span, .bfQuickMode .bfCancelButton span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  color:white;
}

.bfQuickMode .bfNextButton:active , .bfQuickMode .bfSubmitButton:active , .bfQuickMode .bfCancelButton:active {
  top:1px;
}

.bfQuickMode .bfPrevButton {

}

.bfQuickMode input.bfCalendar {

}

.bfQuickMode section.bfElemWrap {padding-left:0px !important;}
.bfQuickMode .bfLabelLeft label {font-size:1.4em;}
#ff_elem181 {margin:4px;}

#content p {margin:12px 0px;}
#header h1 {font-size:4.7em; color:#5E5E5E;}
#header a {transition:0.2s;}

span.nn_sliders-toggle-inner {font-size:1.7em; color:#D36F03;}
div.accordion-inner p {margin:0px !important;}
.bfQuickMode .bfLabelLeft label {width:auto !important;}
/*
     FILE ARCHIVED ON 06:49:03 Jun 20, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:50:24 Jun 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.488
  load_resource: 556.843 (2)
  PetaboxLoader3.resolve: 84.361 (2)
  PetaboxLoader3.datanode: 469.068 (2)
*/