/*   
Theme Name: vingtsun-online
Theme URI: 
Description: Based on The HTML5 Reset Theme
*/

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #E2001A;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#page-wrap {max-width: 960px; margin: 20px auto;}


	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}



/*****************************************************/

body{
	background-color: #f2f2f2;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #666;

}

a, a:link{	
	text-decoration: none;
	color: #038FE8;
	font-weight: normal;
}

a:hover{color: #ACCBDD;}

.aufrufbox a, .aufrufbox a:link{color: #fff;}

.aufrufbox a:hover{color: #333;}

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

h2{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #1d1d1b;	
}

h3{
	font-size: 14px;
	text-transform: uppercase;	
}

h4{
	color: #666;
	text-transform: uppercase;
}

p{	
	margin: 1em 0 1em 0;
	line-height: 1.5em;	
}

ul{	
	list-style-type: square;
	list-style-position: inside;		
}

.alignleft{float: left;}
.alignright{float: right;}

img.alignleft{margin: 0px 16px 16px 0;}

.clear{clear:both;}


hr{
	max-width: 920px;
	height: 17px; 
	background: url(images/hr_bg.png) no-repeat center;
	border: 0 !important;
}

.top-bar {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    background-color: #ACCBDD;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.nav-wrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #038FE8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 960px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 98px;
    position: relative;
    z-index: 100;
}
.nav-wrap:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/nav_shadow.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    bottom: -8px;
    content: "";
    height: 108px;
    left: -8px;
    position: absolute;
    width: 125px;
    z-index: -1;
}

nav {
    line-height: 1;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    z-index: 10000;
}

#menu-hauptmenu {
    
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


#menu-hauptmenu > li {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0;
    padding: 10px;
}

#menu-hauptmenu li:hover{	
	background-color: #000;
}


#menu-hauptmenu li {
    position: relative;
}


#menu-hauptmenu > li > a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 10px;   
    padding-top: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.nav-menu .sub{
	font-size: 12px;	
}

#wrapper{
	max-width: 960px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow:   8px  0  10px  #aaa, -8px  0  10px  #aaa;
	 -moz-box-shadow:  8px  0  10px  #aaa, -8px  0  10px  #aaa;
	 -webkit-box-shadow:  8px  0  10px  #aaa,-8px  0  10px  #aaa;
}

#logo{
	
	width: 300px;
	height: 90px;
	float: left;
	text-indent: -99999px;
}

#logo a{
	width: 300px;
	height: 90px;
	float: left;
	text-indent: -99999px;
	display: block;
	background: url(images/bo-logo.png) no-repeat;
	position: relative;
	z-index: 800;
	
	
}

#main{
	max-width: 920px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
}


#mainslider{	
	max-height: 485px;
	background-color: transparent;
	margin: 0 0 80px 0;
}


#headerpic{	
	margin: 0 0 20px 0;
}

#content{	
	padding-bottom: 40px;
}

.teaserwrap{	
	margin: 0 0 40px 0;
}

.teaserwrap h2{
	font-size: 16px;
	margin-bottom: 0em;
	color: #646D77;
	font-weight: 600;	
}

.teaserwrap a{
	color: #646D77;	
}

.teaserwrap a:hover{
	color: #038FE8;	
}
.teaserwrap p{margin-top: 0.5em;}

.teaser1, .teaser2, .teaser3, .teaser4{	
	width: 200px;
	margin: 0 20px 0 20px;
	float: left;
	padding: 22px 5px 5px 20px;
	height: 140px;
	background-color: #e5e5e5;
	/*background: url("images/nav_shadow.png") no-repeat  0px 0px;*/	
}

.teaser1{
	margin-left: 0;	
}

.teaser4{	
	margin-right: 0;
}

.aufrufbox{	
	padding: 20px 30px 20px 30px;
	margin: 0 0 20px 0;
	color: #fff;
}

.aufrufbox h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 0.5em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);	
}


#left-content{	
	/*width: 470px;*/
	/*float: left;	*/
}


.nivo-caption{

	padding: 15px 15px 15px 20px !important;
	text-align: right;	
}

.copy{
	background-color: #ACCBDD;
	padding: 20px 0 20px 0;	
}

table{
	margin-top: 1em;
}


table, tr, td{
	
	border: 1px solid #c7c7c7;
	
}

.noborder{border: none;}

table.noborder tr, table.noborder td{
	border: none;
}

td{
	padding: 5px 10px 5px 10px;
}


#footer{
	background-color: #3c3c3b;
	padding: 20px;
	color: #fff;
	margin: 0 0 0px 0;
}

#footnav{
	
	height: 130px;
	
}

#menu-footer-menu li{
	list-style-type: none;
	line-height: 1.2em;
	
	
}

#menu-footer-menu li a{
	
	color: #ccc;
}

#menu-footer-menu li a:hover{
	
	color: #ACCBDD;
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 2em;
    right: 1em;
    display: none;
    text-indent: -9999px;
    background: url(images/up-black.svg) no-repeat;
    background-color: rgba(255,255,255,0.8);
    background-size: cover;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


/*******************/


.divider-1 {
    height: 18px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.divider-1 span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(images/seperator_bg.png);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    width: 100%;
    height: 18px;
    position: relative;
    z-index: 1000;
}
.divider-1:after {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 1;
}

/***************************/

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}



/*!
 * SlickNav Responsive Mobile Menu v1.0.6
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; 
   text-align: center;
  }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; 
    border-bottom: 1px solid #C3E1F6;
    
    
    }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #ACCBDD;
  padding: 0px; }
  
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  list-style: none;
  overflow: hidden; }
 
 .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; 
   
    
   }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      background: #333;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }




.slicknav_menu {
	display:none;
}

.slicknav_nav span.sub{
	
	font-size: 0.75em;
	display: none;
}



/*
	CF7

*/

span.acceptance-613{
	border: 2px solid #038fe8;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 !important;

}

#cf-accept{
	width: 24px;
	height: 24px;
}

span.acceptance-613 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;
}



/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (max-width: 60em) {
	/* #menu is the original menu */
	.js #menu-hauptmenu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
	
	div.top-bar{
		display: none;
	}
	
	.teaser1, .teaser2, .teaser3, .teaser4{
		margin: 0 0 1em 0;
		width: 100%;
		padding: 1em;
	}
	
	#mainslider{	
	max-height: 485px;
	background-color: transparent;
	margin: 0 0 1em 0;
}

	#main{
		
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.aufrufbox{	
	padding: 20px 10px 20px 10px;
	margin: 0 0 20px 0;
	color: #fff;
}

.aufrufbox img.alignright{
	float: none;

	

}

		
	
	 .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	 * html .cf { zoom: 1; }
	 *:first-child+html .cf { zoom: 1; }
	
	table { width: 100%; border-collapse: collapse; border-spacing: 0; border: none; }
 
		th,
	td { margin: 0; vertical-align: top; }
	th { text-align: left; }
	
	table { display: block; position: relative; width: 100%; }
	thead { display: block; float: left; }
	tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	head tr { display: block; }
	th { display: block; text-align: right; }
	tbody tr { display: inline-block; vertical-align: top; }
	td { display: block; min-height: 1.25em; text-align: left; }
 
 
	/* sort out borders */
 
	th { border-bottom: 0; border-left: 0; }
	td { border-left: 0; border-right: 0; border-bottom: 0; }
	tbody tr { border: 1px solid #babcbf; border-bottom: 1px solid #babcbf; }
	th:last-child,
	td:last-child { border-bottom: 1px solid #babcbf; }
}
	
	
	
	
}



/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {

}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
