/*
Theme Name: meinekostbar.de Responsive
Theme URI: http://www.meinekostbar.de
Author: Sven - Oliver Funke
Author URI: http://www.sven-oliver-funke.de
Description: Dieses Theme ist für meinekostbar.de
*/
body {
    background-color: #f6f6f6;	
	font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
.row {
	background-color: #f6f6f6;
}
.jcarousel {
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jcarousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    float: left;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.jcarousel-pagination {
    text-align: center;
}
.jcarousel_pag_container {
    height: 20px;
    margin-top: 315px;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.jcarousel-pagination-bg {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 13px;
    display: inline-table;
    height: 13px;
    margin: 0 7px 0 0;
    width: 13px;
}
.jcarousel-pagination-bg.active {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 13px;
    display: inline-table;
    height: 13px;
    margin: 0 7px 0 0;
    width: 13px;
}
.jcarousel-pagination a {
    color: #ffffff;
}
.whitebox {
	background-color: #fff;
	/*margin-bottom: 10px;*/
    min-height: 100px;
    padding: 25px;
}
table thead, table tbody, table tfoot {
	border: 0;
}
table tr:nth-of-type(even) {
    background-color: transparent !important;
}
table tbody td {
	padding: 0;
}
table {
	margin: 0;
}
a {
    color: #000;
}
strong {
	font-weight: 600;
}
.header_h1 {
    font-size: 24pt;
    font-weight: 400;
    margin: 0 0 2px;
    padding: 0;
}
.header_h2 {
    font-size: 12pt;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
h3 {
	font-weight: 600;
	font-size: 12pt;
}
.box_h3, h2 {
    font-size: 15pt;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
}
.excerpt {
	text-decoration: none;
}
.excerpt p {
	margin: 0;
	padding: 0;
}

#header div {
    margin: 0 auto;
    padding: 0;
    /*width: 996px;*/
	font-weight: 300;
}
#header div ul {
    margin: 0;
    padding: 0 10px 0 10px;
}
#header div ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#header div ul, #header div ul li {
    background-color: #fff;
}
#header div ul li {
    float: left;
    list-style: none outside none;
}
#header div ul li a {
    border-bottom: 3px solid #fff;
    color: #333;
    display: block;
    padding: 12px 12px 9px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    transition: background 0.3s ease-out 0s;
}
#header div ul li #arrow {
    border-bottom: 3px solid #fff;
    color: #333;
    display: block;
    padding: 12px 5px 9px 0;
}
#header div ul li:hover > a {
    border-bottom: 3px solid #5f1773;
}
#header div ul li:hover > a {
    color: #000;
}
#header div ul li:hover > ul {
    visibility: visible;
}
#header div ul li ul {
    display: inline;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}
#header div ul li ul li {
    float: none;
}
#header div ul li ul li a {
    color: #000;
}
#header div ul li ul li a:hover {
    background-color: #f6f6f6 !important;
    color: #333;
}
.off-canvas ul li {
	list-style: none;
	margin-bottom: 5px;
	font-weight: bold;
}
.off-canvas ul li ul li{
	list-style: none;
	margin-bottom: 5px;
}
.google-map-placeholder {
	border:none!important;
}
.alignleft {
	float: left;
	padding: 5px 20px 20px 0;
}
.alignright {
	float: right;
	padding: 5px 0 20px 20px;
}
#bar {display:block;
    width:100%;background-color:orange;
text-align:center; padding: 5px; color:#ffffff; font-weight: 500;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}