/*
Theme Name: rematic-clean
Theme URI: http://rematic.com
Author: rematic media GmbH
Author URI: http://rematic.com
Description: Clean Bootstrap Theme of rematic media GmbH.
Version: 0.2 BETA
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: rematic-clean

/*-------------------------------------------------------------------------*/
/*	Google Fonts
/*-------------------------------------------------------------------------*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://chinabar5.at/website2016/wp-content/themes/rematic-clean/fonts/roboto-v18-latin/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*-------------------------------------------------------------------------*/
/*	Required WordPress Core Style
/*-------------------------------------------------------------------------*/

.wp-caption {
	background: transparent;
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: inherit;
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	line-height: 1.5;
	padding: 7px 0;
}

.sticky {}
.bypostauthor {}
.gallery-caption {}


.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

#tinymce {
	margin: 20px 40px;
	max-width: 1200px;
	background-color: #a9a8a7;
}


/*-------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------*/
.gallery-item {
	margin-bottom: 25px;
}

.gallery-item img { height: auto; }

.gallery-caption {
	margin-top: 5px;
	font-size: 11px;
}

.col-sm-6:nth-child(2n+1){
	/* clear: both; */
}

/*-------------------------------------------------------------------------*/
/*	WP-Editor
/*-------------------------------------------------------------------------*/
.mce-content-body {
	background: none;
	padding: 0;
	margin: 0;
	padding-top: 0px;
}

/*-------------------------------------------------------------------------*/
/*	Theme default typography
/*-------------------------------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	background-color: #1a2325;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.1;
}

h1 {

}

.lead h1 {
	font-weight: 700;
}

h2 {
	font-weight: 700;
}

h3 {

}

h4 {
	text-transform: uppercase;
	font-weight: 700;
}

h5 {

}

h6 {
	font-weight: 700;
}


ul {
	list-style-type: square;
	padding-left: 19px;
	/*
	padding-left: 16px;
	list-style-image: url(http://eap-institut.at/website2016/wp-content/themes/rematic-clean/img/ul-plus.png);
	*/
}

.margin-bottom {
	margin-bottom: 15px;
}

img {
	max-width: 100%;
}

a {
	color: #a8a8a8;
	-o-transition: color 0.5s linear, background-color 0.5s linear;
	-moz-transition: color 0.5s linear, background-color 0.5s linear;
	-khtml-transition: color 0.5s linear, background-color 0.5s linear;
	-webkit-transition: color 0.5s linear, background-color 0.5s linear;
	-ms-transition: color 0.5s linear, background-color 0.5s linear;
	transition: color 0.5s linear, background-color 0.5s linear;
}

a:hover, 
a:focus, 
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.current-menu-item a {
	/* color: #BBA560; */
}

#content:focus { 
	outline: none; /* hides focus border on links and containers with tabindex */
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.logo {
	max-width: 200px;
}

.logoline-row {
	text-align: center;
}

.logoline-container {
	margin: 0 auto;
	display: inline-block;
}

.logoline {
	max-height: 50px;
	float: left;
	margin: 0px 15px;
}


.affix {
	position: fixed !important;
	top: 0;
	background-color: #1a2325 !important;
	right: 0;
	left: 0;
	z-index: 1030 !important;
	padding-top: 10px;
}

.karten {
	text-align: center;
}

.wpb_revslider_element {
	margin-bottom: 0px !important;
}

.mPS2id-highlight {
	color: #1a2325;
}

/*-------------------------------------------------------------------------*/
/*	Table Layouts
/*-------------------------------------------------------------------------*/

.display-table {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/*-------------------------------------------------------------------------*/
/*	Primary Menu
/*-------------------------------------------------------------------------*/

.navbar {
	margin-bottom: 0;
}

.navbar-nav { /* centering nav elements */
    float: right;
    margin: 0;
    display: table;
    table-layout: fixed;
}

.navbar-default { /* navbar */
	background-color: #1a2325;
	box-shadow:none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	min-height:0px;
	margin: 37px 0px 0px;
	border:none;
}

.navbar-default .navbar-nav>li>a { /* link */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	color: #E40001;
	font-weight: 700;
	text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus { /* link hover */
	color: #FFFFFF;
	text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus { /* link active */
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus { /* active submenu container */
	color: #FFFFFF;
	background-color: #ff0302;
}

.dropdown-menu { /* open submenu box */
	color: #FFFFFF;
	background-color:#ff0302;
	border: 0px solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	min-width: 200px;
}

.dropdown-menu>li>a { /* links in submenu box */
	text-transform: normal;
	color: #666;
	background-color: #ff0302;
	padding: 5px 15px;
	font-weight: 400;
}

.dropdown-menu>li>a:hover { /* links in submenu box hover */
	color: #FFFFFF;
	background-color: #ff0302;
	text-decoration: none;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus { /* links in submenu box active */
	color: #FFFFFF;
	background-color: #ff0302;
	text-decoration: none;
}

.navbar-default .navbar-nav li:last-child a { /* only the last menu element */
	/*padding-right: 0px;*/
}

.navbar-toggle { /* mobile button */
	background-color: #FFFFFF;
	float: right;
	margin: 0px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus { /* mobile button hover */
	color: #FFFFFF;
	background-color: #FFFFFF;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover { /* active submenu link */
	color: #FFFFFF;
	background-color: #ff0302;
}

.current-menu-parent,
.current-menu-parent .dropdown-toggle { /* active subemnu container */
	color: #FFFFFF !important;
	background-color: #ff0302 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, 
.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
}

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

/*-------------------------------------------------------------------------*/
/*	Secondary Menu
/*-------------------------------------------------------------------------*/

.secondary-menu {
	float: left;
	margin-right: 15px;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.secondary-menu li {
	float:left;
	margin-left: 15px;
}


/*-------------------------------------------------------------------------*/
/*	Social Menu
/*-------------------------------------------------------------------------*/

.fontawesome-text {
	display: none;
}

.social-menu {
	float: left;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 24px;
}

.social-menu li {
	float:left;
	margin-left: 15px;
}

/*-------------------------------------------------------------------------*/
/*	Pagination
/*-------------------------------------------------------------------------*/

.post-nav {
	margin-top: 30px;
	text-align: center;
}

.pagination {
	margin: 0px;
}

.pagination .screen-reader-text,
.post-navigation .screen-reader-text {
	display: none;
}

.page-numbers {
	margin: 0 5px;
}

/*-------------------------------------------------------------------------*/
/*	Sidebar
/*-------------------------------------------------------------------------*/

.sidebar {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/

header {
	margin: 30px 0px;
}

/*-------------------------------------------------------------------------*/
/*	Custom Header
/*-------------------------------------------------------------------------*/

.custom-header {
	position: relative; 
	width: 100%; 
	height: 400px;
}

.custom-header-content-wrapper {
	display: table; 
	width: 100%; 
	height: 100%;
}

.custom-header-content {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 40px; 
	font-weight: bold;
	color: #FFF; 
	padding: 30px;
}

/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

footer {
	margin-top: 30px;
	margin-bottom: 60px;
}

/*-------------------------------------------------------------------------*/
/*	Edit Links
/*-------------------------------------------------------------------------*/

.comment-edit-link,
.post-edit-link {
	color: #FFF;
}

.comment-edit-link:hover,
.comment-edit-link:active,
.comment-edit-link:focus,
.post-edit-link:hover,
.post-edit-link:active,
.post-edit-link:focus {
	color: #FFF;
}

/*-------------------------------------------------------------------------*/
/*	Comments
/*-------------------------------------------------------------------------*/

.media-comments .children {
	margin-top: 15px;
}

/*-------------------------------------------------------------------------*/
/*	Search
/*-------------------------------------------------------------------------*/

.search {
	width: 100%;
}

/*-------------------------------------------------------------------------*/
/*	Media Querys
/*-------------------------------------------------------------------------*/

@media (max-width: 1199px) {


}

@media (max-width: 991px) {

	.logoline-container {
		margin: 15px auto;
	}

	.logoline {
		margin-bottom: 15px;
	}
	
}

@media (max-width: 767px) {

	.social {
		float: left !important;
	}

	.lefty h2, .lefty p  {
		text-align: left !important;
	}

	.hide-on-phone {
		display: none;
	}

	.navbar-nav {
	    float: left;
	}

	.navbar-default { 
		margin: -34px 0px 0px 0px;
		background: transparent;
	}

	.navbar-header {
		margin-bottom: 15px;
	}

	.navbar-collapse {
		padding: 0px;
	}

	.nav>li>a {
		padding: 10px 0px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 15px;
	}

}
