/*
 * Theme Name: BIC Bootstrap WP Theme
 * Theme URI: http://www.besserdich.com
 * Theme Description: Blank Bootstrap Wordpress Theme by Besserdich IT Consulting
 * Author: Nina Taberski-Besserdich (Besserdich IT Consulting)
 * Author URI: http://www.besserdich.com/
 * Version: 0.3
 * Tags: twitter bootstrap, white, blank
 * License: license.txt
 * License URI:
*/



/*#wpcontent, #wpfooter {margin-left: 220px !important;}
#adminmenuwrap {width: 220px !important;}*/


/*------------------------------ BASIC STYLES ------------------------------*/

html, body {
    border: 0 none;
    font-size: 95%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight:normal;
}

h1, h2, h3, h4, h5 {font-weight:600 !important; }

ul, ol {
    list-style-type: none; 
    
    margin: 0;
}

a:-webkit-any-link {
    text-decoration: none;
    cursor: auto;
}
a, a:visited, a:active, a:hover {text-decoration-color: rgb(255,​ 255,​ 255); text-decoration-line: none; text-decoration-style: solid; text-decoration: none; outline: none;}

i {font-style: normal;}

/* Top Header */ 

 #top-header{
        display: none;
    }

#top-header{
    background-color: #F8F8F8;
    color: #333;
    font-size: 0.8rem;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

#top-header ul,ol{
    margin-bottom: 3px;
    margin-left: 0px; 
    padding-left: 0px;
}

#top-header  a{
    color: #333;
}


/* Brand */

.brand{
    margin-top: 15px;
    margin-bottom: 15px;
}


#site-title{
    font-size: 2rem;
}


.content_wrapper {margin-top: 20px;}

.downloadbutton_content_wrapper {width:90%; text-align: center;}
.downloadbutton_content_wrapper a {background-color:#387300; color:#fff; height: 25px; padding: 8px 15px 8px 15px !important; border-radius: 5px;}
.downloadbutton_content_wrapper a:hover {background-color:#648f3a; color:#fff;}
/*.downloadbutton_content_wrapper a:before {font-family: 'Glyphicons Halflings'; content: '\e079'; font-size: 14px; margin-right: 5px;}*/
.downloadbutton_content_wrapper .glyphicon {margin-right:10px; padding:0;}


.content_button_wrapper {width:90%; text-align: center;}
.content_button_wrapper a {background-color:#387300; color:#fff; height: 25px; padding: 8px 15px 8px 15px !important; border-radius: 5px;}
.content_button_wrapper a:hover {background-color:#648f3a; color:#fff;}
.content_button_wrapper a:before {font-family: 'Glyphicons Halflings'; content: '\e079'; font-size: 14px; margin-right: 5px;}
.content_button_wrapper .glyphicon {margin-right:10px; padding:0;}



/*----------- Main Menu -----------*/

.navbar, .navbar-default {border:1px dotted red; background-color: transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar	{border:none; background-color: transparent; }
.navbar-default .navbar-nav>li>a {color:#272727;}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: -10px;
  padding-bottom: 0;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-toggled-title{
    float: left;
    display: inline;
    margin: 15px;
}


/*Header Menu */
#menu-hauptmenu {list-style: none outside none; margin-top:25px; font-size: 17px;}
#menu-hauptmenu li a {padding:0 4px 0 4px; color:#000;}
#menu-hauptmenu li a:hover, #menu-hauptmenu li a:active {color:#000; background-color: rgba(255,255,255,0.4);}
.menu-divider {color:#000;}
.navbar-collapse.in {overflow-y: visible;}

@media (max-width: 767px) { 
    .menu-divider {display:none !important;}
    .navbar-nav {margin: 0;padding: 0;}
    #menu-hauptmenu li {border-bottom: solid 1px #8a8c8e; padding:7px; text-align: left;}
    #menu-hauptmenu li:hover {background-color:#daffb3;}
    #menu-hauptmenu {width:100%; background-color: rgba(255,255,255,0.4); margin-top:0;}
    .navbar-collapse {margin: 0;padding: 0;}
    .navbar-toggled-title {color:#3b7300; font-size: 20px; font-weight: 600;}
    .navbar-default .navbar-toggle {background-color: #3b7300;}
    .navbar-default .navbar-toggle:hover {background-color: #56a600;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    .top-main-menu {margin: 0;padding: 0;}
}



/*----------- Forms -----------*/
/*input, textarea {padding:10px; border-radius: 5px;
	border:none; 
	box-shadow: -1px -1px 4px #033503;
	background-color: rgba(209,255,209,0.2);*/
}


/*----------- Breadcrumbs -----------*/

.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
}


/* post image */

.wp-post-image{
    float: left;
    margin-right: 15px;  
}



/*Read More Links*/

.read-more{
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.read-more:hover {
    background-color: #3276B1;
    border-color: #3276B1;
    color: #FFFFFF;
    text-decoration: none;
}


/* meta data */ 

.meta{	
    font-size: 0.9rem;
}

.cats{
    margin-left: 5px;
    margin-right: 10px;	
}

.tags{
    margin-left: 5px;
    margin-right: 10px;
}

/*----- News Home ------*/
/*.newsimage_wrapper {overflow:hidden; max-height: 280px; background: #fff;}
.newscontent_wrapper {background: rgba(255,255,255,0.5); overflow:;}
.newsheader {background:#fff; padding:10px 20px; margin:0; height:80px}
.newsheader h3 {padding:0; margin:0;}
.newsbody { padding:20px; height:150px;}
.newslink {width:100%; text-align:right; padding-right:20px; margin:0; 
    background: linear-gradient(transparent, rgba(255,255,255,0.8), #fff);
    position:relative; top:0px;
    font-size:56px;color:#fff; text-shadow: 2px 3px 0px #000;
    cursor:pointer;}
.newslink:hover {color:}
.newslink .glyphicon {font-size:38px; padding:0; }*/



/*------ Blogposts Home = News ------*/
/*.homepost_wrapper .vc_grid-item-mini {background: url(images/transp_60.png); }
.homepost_wrapper .vc_row {margin:0 !important;}
.homeblog_image {padding:0 !important; margin:0 !important; border:1px none red;}
.homeblog_image img {visibility: hidden;}
.homeblog_title {
    font-size: 32px !important;
    color: #2d6da3;
    padding: 5px 20px 10px 20px !important;
    font-weight: bolder;
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    line-height: 1;
}
.homeblog_text {padding: 20px 20px 0 20px !important; line-height: 1.45;}
.homeblog_text .vc_gitem-post-data {margin-bottom: 0 !important;}

.typcn {font-family: 'Glyphicons Halflings';  font-size: 36px !important; color:rgba(255,255,255,1); text-shadow: 2px 3px 0px #000 !important;}
.typcn:hover {color:#2d6da3; }
.typcn-chevron-right:before {content: '\e080';}
.homeblog_text .vc_btn3 {background: transparent !important; border:none !important;}
.homeblog_text .vc_btn3-container {padding:0; margin:0;}*/


/* Sidebar */

.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-left: 1px solid transparent;
    border-color: #dcdcdc;
}

.sidebar-wrapper ul {
    padding-left: 25px;
}

.sidebar-wrapper p {
    padding-left: 10px;
}

.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 15px;

}


/* Widgets */

.widget{
    margin-bottom: 10px;
}

.header-widget{
    display: none;
}


/* code in comments*/

code {
    white-space: normal; 
}


/* ---------- Footer ---------- */

.footer-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    background-color: #595a5c;
    color:#fff;
    font-size: 15px;
}

.footer{
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 0px;
    font-size: 1.3rem;
    text-transform: none;
    color: #fff;
}

.footer a {color:#fff;}

.footer-menu {
    list-style: none inside none;

}

.footer-menu-wrapper ul, ol{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px; 
}

.footer-wrapper ul li:before {
    content: '\f105';
    font-size: 18px;
    font-family: fontawesome;
    opacity: 0.5;
    margin: 0 10px 0 0;
}

.footer .AjaxSearchProWidget {width: 75%;}

.footer-col1 li, .footer-col2 li, .footer-col3 li {margin-bottom:15px;}
.AjaxSearchProWidget h4 {display:none;}

/* Footer-Logos */
.footerlogos-wrapper {margin: 0; padding:20px 0; background-color: #fff;}
//.footerlogos-wrapper img {height: 120px;}


/* Copyright*/
.copyright-wrapper{
    background-color: #fff;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    padding:20px 0 30px 0;
}

/* styles for shortcodes  */

.divider {
    margin-bottom: 25px;
    padding-top: 25px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}


/* Styling of standard gallery shortcode */

.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}






/*Styles for Plugins*/

/* Pagenavi */

.wp-pagenavi{
    margin-bottom: 25px;
    text-align: center;
}



/*---------- Logo-Row ----------*/
.logorow_wrapper {background-color:#595a5c; min-height:88px; margin-left:0; margin-right:0;}
.logo_img1 {float:left;}
.logo_img2 {float: right;}
.logorow_h1 {color:#fff; font-size: 26px; text-align: center; padding: 10px 0 2px 0; margin:0;}
.logorow_h2 {color:#fff; font-size: 18px; text-align: center; padding: 0; margin:0; line-height:25px;}
.l-header.layout_centered .l-subheader.at_bottom {box-shadow: 0 0 0 -1px rgba(0,0,0,0.0);}
.w-logo-title {font-size: 32px;}

@media (max-width: 1339px) {  
    .logorow_h1 {display:none;}
    .logorow_h2 {padding-top:16px;}
}

@media (max-width: 991px) {  
    .logorow_h2 {display:none;}
}

@media (max-width: 537px) {  
    .logorow_wrapper {}
    .logo_img1 {}
    .logo_img2 {display:none;}
}


/* Slider Revolution Anpassungen -> direkt im Slider angepasst */
/*.tparrows {background: none; opacity: .7;}
.tparrows:hover {background: none; opacity: 1;}
.tparrows:before {font-family: 'Glyphicons Halflings'; font-size: 30px; }
.tparrows.tp-leftarrow:before {content: '\e079';}
.tparrows.tp-rightarrow:before {content: '\e080';}*/


/*---------- Visual Composer Grid ----------*/

h1 {margin-top: 20px; margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 1px #000;}
h2 {color: #235200; text-shadow: 2px 2px 1px #fff;}   
h6 {font-size: 19px; color: #235200;}

//.vc_column_container>.vc_column-inner {padding:0; }

.mitarbeiter_cv ul li {margin-bottom:10px; font-size:0.9;}

.werbebox {margin-top:30px; padding:10px 20px; background-color:rgba(255,230,0,0.5); border-radius: 0 0 50px 5px;}
.werbebox h3 {margin-bottom:20px;}
.werbebox li {margin-bottom:10px; font-size:110%;}
.werbebox li:before {font-family: 'Glyphicons Halflings'; content: '\e080'; margin-right:10px;}



/*--------- Aqua Button ---------*/
.buttonaqua {
 height: 24px;
 padding: 5px 16px 5px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius:10px;
  border: 2px solid #ccc;
  position: relative;

  width: 300px;
  font-weight: 400;
  font-size:15px;
  color: #fff;
  text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis; 
  overflow: hidden;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
}

.buttonaqua:hover, .buttonaqua a:visited, .buttonaqua a:active {text-decoration: none; background-color: #56a600; color:#fff;}


.aqua{
  background-color: rgba(59, 115, 0, 1);
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(108, 191, 255, .9)));*/
  border-top-color: #8dd145;
  border-right-color: #8dd145;
  border-bottom-color: #3b7300;
  border-left-color: #768fa5;   
  -webkit-box-shadow: rgba(0,0,0, 0.5) 0px 10px 16px;
  box-shadow: rgba(0,0,0, 0.2) 0px 10px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 16px; /* FF 3.5+ */
}

.buttonaqua .glare {
  position: absolute;
  top: 0;
  /*margin-left:1%;*/
  left: 3px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius:8px;
  height: 1px;
  /*width: 92%;*/
  padding: 8px;
  /*background-color: rgba(255, 255, 255, 0.15);*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));*/
}


.glare_big {
  position: absolute;
  top: 0; left: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius:8px;
  height: 1px;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  width:100%; height:50%; border-radius:0 0 30% 30%; left:0; margin-left: 0;
}






/*------------------------------ MEDIA QUERIES ------------------------------*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

 #top-header{
        display: block;
    }
    
    .header-widget{
        display: block;
    }

    .header-menu-wrapper{
        float: right;
    }

    .footer-menu-wrapper{
        float: right;
    }

    .footer-menu-wrapper ul, ol{
        margin-left: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #top-header ul,ol{
        margin-left: 10px;
    }

    .header-menu li:first-child {
        padding-left: 20px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }





@media (min-width:768px) and (max-width:1199px) {
   /* .homeblog_title {
        font-size: 22px !important;
        padding: 15px 10px 10px 10px !important;
    }*/
}


@media (max-width:350px) {
    /*.homeblog_title {
        font-size: 22px !important;
        padding: 15px 10px 10px 10px !important;
    }*/
}


/* five column layout in bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


