/*
 * Theme Name: Handmade - Wiegandt Media
 * Theme URI: http://www.wiegandt-media.de
 * Theme Description: Bootstrap Blank Theme WordPress - Wiegandt Media
 * Author: Mike Wiegandt (WIEGANDT Media)
 * Author URI: http://www.wiegandt-media.de
 * Version: 2.1
*/



/* Apply bootstrap styles */
@import url('bootstrap/css/bootstrap.min.css');




/* styles for shortcodes  */

.alignright {
  float: right;
}

.widget_sp_image img {
  margin: 3px;
  height: auto;
}

.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;
}






/* very basic styles for layout */


/*Body*/

html, body {
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: url(/wp-content/themes/can/img/bg-can-12.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
}

h1 {font-size: 26px;line-height:31px;}
h2 {margin-top: 0px;font-size:22px; font-weight:bold;text-transform: uppercase;}

h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 13px;
    color: #0D5D23;
}

h1.textstart {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2em;
    margin-top: 5px;
    font-size: 24px;
}

hr {border-color: #dedede;}

/* Top Header */

 #top-header{
        display: none;
    }

.headerright {
    float:right;
}

.headerright img {
    float:right;
    margin-right: 15px;
}

div#text-5 {
    margin-bottom: 25px;
}


#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;
}

.brandheader {
  background-color: #e3eedf;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.nav>li {
  text-align: center;
  font-weight: bold;
  text-transform:uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li {
    background-color:#0D5D23;
    transition: all 0.3s;
}

#menu-item-34 {
    border-left: 2px solid #0D5D23;
    border-right: 2px solid #0D5D23;
}

h4.widget-title {
    background-color: #0D5D23;
    color: #ffffff;
    font-size: 14px;
    padding: 9px 4px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.boxstart header {
    background-color: #0D5D23;
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-align:  center;
    font-weight:  bold;
    font-size: 15px;
    margin-left: -15px;
    margin-right: -15px;
    transition: all 0.3s;
}

.boxstart header:hover {
    background-color: #e3eedf;
    transition: all 0.3s;
    color: #000000;
}

.boxstart img {
  max-width: 100%;
  margin-bottom: 15px;
}

.main-header-menu {
  background-color: #0D5D23;
  margin-bottom: 20px;
}

.widget_nav_menu {
  margin-top: 15px;
  margin-bottom: 20px !important;
}

a.linkstart {
  text-decoration: none;
  color: #333333;
}

.boxstart:hover {
  border-color: #B7B2B2;
  background-color: #FFF;
  transition: all .3s;
  box-shadow: 3px 3px 10px #7B7B7B;
}

.boxstart {
    background-color: #FFF;
    background-color: rgba(255,255,255,0.9);
    min-height: 380px;
    padding: 15px;
    border: 1px solid #DEDEDE;
    margin-bottom: 40px;
    transition: all .3s;
    border-radius: 5px;
}

.contentstart {
    margin-bottom: 30px;
}

.current_page_parent {
  background-color: #e3eedf !important;
  color: #000000;
}

.nav {
  width: 100%;
  margin: 0;
}

.navbar {
  margin-top: 2px;
  border: 0;
  min-height:40px;
  margin-bottom: 2px;
  background-color: #0D5D23;
}

.dropdown-menu {
  min-width: 100%;
  border: none !important;
  background-color: rgb(227, 238, 223);
}

.dropdown-menu>li>a {
  padding: 7px 20px;
}

.dropdown-menu>li:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
  color: #000000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
  color: #000000;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.current-page-parent>a  {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #e3eedf;
  color: #000000;
  transition: all 0.3s;
}


.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.current_page_parent>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s;
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}


/* Brand */

.brand{
    margin: 15px auto;
    max-width: 280px;
    text-align: center;
}

.navbar-header {
  background-color: #0D5D23;
  color:#ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.content {
    background-color: rgba(255,255,255,.75);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
}

#site-title{
    font-size: 2rem;
}

input {max-width: 100%;}

button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;background-color: #C10307;font-weight:bold;border: 1px solid #C10307;padding: 6px 17px;color: #ffffff;font-size: 13px;}
button,html input[type="button"],input[type="reset"],input:hover[type="submit"] {
  background-color: #ffffff; color:#C10307;
}
/*Header Menu */

.header-menu{
    list-style: none outside none;
    display: inline-block;
}

.header-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}




/*Main Menu*/

.navbar-toggled-title{
    float: left;
    display: inline;
    margin: 15px;
}

.navbar-default .navbar-nav>li.current-menu-parent>a {
    color: #000000;
}


/*Breadcrumbs*/

.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding-left: 15px;
    margin-bottom:5px;
}

.breadcrumb>.active {
  color:#0D5D23;
}

.breadcrumb a {
  color: #C10307;
}

.breadcrumb>li+li:before {
  color: #b7b7b7;
}

/* 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;
}

/* Flexible iFrame */

.maps {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.maps iframe,
.maps object,
.maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sidebar */

.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,.75);
    border: 1px solid #DEDEDE;
}

.sidebar-wrapper ul {
    padding-left: 0;
    list-style: none;
}

.sidebar-wrapper ul>li {
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
}

.sidebar-wrapper ul>li:hover {
    background-color: #C10307;â„
    transition: all 0.3s;
}

.current-menu-item {
    transition: all 0.3s;
}

.widget_nav_menu .current-menu-item a {
    color: #ffffff !important;
    font-weight: bold;
}

.sidebar-wrapper ul>li a:active {
  color:#ffffff;
  transition: all 0.3s;
}

.sidebar-wrapper ul>li a {
    width: 100%;
    color: #333333;
    display: block;
    padding: 6px;
    text-transform: uppercase;
    text-decoration:none;
    transition: all 0.3s;
}

.sidebar-wrapper ul>li a:hover {
    width: 100%;
    color: #ffffff;
    transition: all 0.3s;
    display: block;
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-wrapper p {
    padding-left: 0px;
}

.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 0;

}


/* Widgets */

.widget{
    margin-bottom: 20px;
}

.header-widget{
    display: none;
}


/* code in comments*/

code {
    white-space: normal;
}

/* Footer */

.footer-wrapper{
    min-height: 100%;
    color: #000000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    background-color: #e3eedf;
    margin-top:50px;
}

.footer{
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 13px;
}

.footer a{
    color: #000000;
}

.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.footer-menu {
    list-style: none outside none;
    display: inline-block;

}

.footer-menu-wrapper ul, ol{
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
}

.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}


/* Copyright*/

.copyright-wrapper{
    background-color: #0D5D23;
    color: #f5f5f5;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    font-size: 0.8rem;
}

.copyright-wrapper a{
    color: #ffffff;
}


.credit{
    font-size: 0.8rem;
    text-transform: none;
    list-style: none outside none;
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}

.copyright-text {
    margin-right: 40px;
    font-size: 11px;
}

.copyright{
    padding-top: 10px;
}


.cn-button.wp-default {
    color: #fff;
    background: #aaada9 !important;
}






/* 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;
    }

    .nav>li {width:33.333%;}

    .navbar-nav>li>a {padding-top: 10px; padding-bottom: 10px;}
}

@media (max-width: 767px) {

  .content9 {margin-bottom: 30px;}

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    background-color: #C10307;
    color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }

 }


/* 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) {  }
