/*
Theme Name: FRIEKS Theme
Author: Medio
Author URI: http://medio.de/
Description: bootstrap 3 theme for wordpress. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/	

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

/* Custom styles start*/

h3 {
	font-size: 16px;	
	color: #225a68;
	font-weight: bold;
}

.bgbl{background:rgba(34,90,104, 1);}
body{
    background: #666;
}
.fullWrapper{
    background: url(/wp-content/themes/frieks/img/bg.jpg) no-repeat top scroll;
	background-color: #fff;
	margin: 0 auto;
    max-width: 1170px;
	}
#main-container{min-height: 550px;}
.navbar img{ width: 100%;}
.navbar{
    background: rgba(34,90,104, 0.8);
    border: none;
}
.navbar-header{
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}
.navbar-collapse{
    background: rgba(34,90,104, 1);
}

.widget_nav_menu{
	font-size: 130%;
   font-weight: bold;
    }
#menu-top-menue{
    margin: 0 auto;
    max-width: 1170px;
    float: none;
}
#menu-top-menue a{
    color: #fff;

}
#menu-top-menue .dropdown-menu a:before {
  padding: 0 5px 0 0;
  color: rgba(63,165,190,1);
  content: ">";
    font-weight: 700;
}
.wrapper{
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear to left, rgba(255,255,255,0.6), rgba(255,255,255,1) 300px, rgba(255,255,255,1)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(to left, rgba(255,255,255,0.6), rgba(255,255,255,1) 300px, rgba(255,255,255,1)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(255,255,255,0.6), rgba(255,255,255,1) 300px, rgba(255,255,255,1)) repeat scroll 0 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); 
}
.wrapper h2{
    color: rgba(34,90,104,1)
}

.wrapper ul li{
   list-style: none;
}

.wrapper ol li {
   margin: 0 0 0 15px;
   list-style-type: decimal;
}

.wrapper ul li:before{
    content: "";
    background: rgba(63,165,190,1);
	position: absolute;
    height: 6px;
	margin: 6px 6px 0px -15px;
    width: 6px;
}

.wrapper td, .wrapper th{
	padding: 10px;	
	}
footer{
    background: rgba(34,90,104, 0.8);
    color: #fff;
}
footer li::before{
	display: none;
	}
footer .pull-right{
    padding-top: 15px;
}

footer .container a{
    color: #fff;
    text-decoration: none;
}
footer a.print  {
    line-height: 50px;
    margin-left: 15px;
}
@media screen and (max-width: 48em){
footer a.print  {
    line-height: 0;
    margin-left: 0;
}
footer .pull-right{
    padding-top: 0;
}
}

/* Custom styles end*/