/*
Theme Name: Schwethelm
Theme URI: https://devhats.de
Author: DEVHATS
Author URI: https://devhats.de/
Version: 0.1
*/

/** 
 * Base
 */

html,
body {
	font-size: 16px;
}

body {
	background-image: url(/wp-content/themes/schwethelm/assets/img/bg.jpg);
	background-size:auto;
	background-attachment: fixed;
	background-position:center;
	background-repeat:no-repeat;
}

h1 {
	font-size: 140%;
	font-weight: 600;
	margin-top: 0px;
}

h2 {
	font-size: 120%;
	font-weight: 600;
	margin-top: 0px;
}

article {
	margin-bottom: 20px;
}

article:last-of-type {
	margin-bottom: 0px;
}

.container {
	max-width: 1200px;
}

/**
 * Helpers 
 */
img.alignleft {
  	margin: 0 10px 10px 0;
	float: left;
}

img.alignright {
  	margin: 0 0 10px 10px;
	float: right;
}

img.aligncenter {
  	display: block;
  	margin: 0 auto;
  	text-align: center;
  	margin: 0 0 0 10px;
}

.screen-reader-text {
	display: none;
}

/** 
 * Navigation: Fixes
 */

 .navbar-default {
 	background-image:url(/wp-content/themes/schwethelm/assets/img/wood_1.png)!important;
 	border-width:0px!important;
 }

 .navbar {
 	min-height:80px!important;
 }
.mobile-fix {
	margin: 4.5px 0 !important;
}

.navbar .navbar-nav > li > a {
	padding: 15px;
	font-family: 'Uncial Antiqua', cursive;
	color:#f1f1f1!important;
		font-size:16px;
		line-height:1.5em;
}

.navbar .navbar-brand {
    max-width: 175px;
}

.navbar-brand span {
	background-image:url(/wp-content/themes/schwethelm/assets/img/ricepaper2.png);
    display: block;
    padding: 20px;

    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
-webkit-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
-moz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
}

.navbar-brand span img {
	width:80px;
}

.navbar .navbar-brand.text {
	padding: 20px;	
}

.navbar-brand {
	padding:0px!important;
}

.navbar-brand img {
	padding:0px ;
}

.navbar-header .navbar-nav {
	margin-top:0px;
	padding-top:15px;
}
@media all and (max-width: 992px) {

	.navbar .navbar-brand {
		max-width: 200px;
	}

	.navbar .navbar-brand.text {
		padding: 20px;	
    	margin: 4.5px 0 !important;
	}
	h1, h2, h3, h4, h5 {
		font-size:1.6em!important;
	}
}

#sidebar a {
	color: #5e1e1e!important;
    border-bottom: 1px solid #5e1e1e;
    transition: .3s all;
}
#sidebar a:hover {
	text-decoration:none!important;
    border-bottom: 1px solid transparent;
    transition: .3s all;
}


/**
 * Navigation: Submenu
 */
.navbar-nav li {
	position: relative;
}

.navbar-nav li:hover .sub-menu {
	display: block;
}

.navbar-nav .sub-menu {
	margin: 0;
	padding: 0;
	display: none;	
	position: absolute;
    min-width: 160px;
}

.navbar-inverse .navbar-nav .sub-menu {
	background-color: #222;
    border-color: #080808;
	border-width: 1px;
	border-style: solid;
}

.navbar-default .navbar-nav .sub-menu {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
	border-width: 1px;
	border-style: solid; 
}

.navbar-nav .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-nav .sub-menu a {
    display: block;
    padding: 12px 16px;
	color: #9d9d9d;
	text-decoration: none !important;
}

.navbar-inverse .navbar-nav .sub-menu a:hover {
	background-color: #444;
}

.navbar-default .navbar-nav .sub-menu a:hover {
	background-color: #e7e7e7;
}

.navbar-inverse .navbar-nav .current-menu-item a {
	color: #fff !important;
}

.navbar-default .navbar-nav .current-menu-item a {
	color: #f1f1f1 !important;
	text-decoration:underline;
}

/** 
 * Navigation: Mobile 
 */
#mobile-button {	
	cursor: pointer;
}

#mobile-shadow {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	overflow: hidden;
	background: rgba(0, 0, 0, .25);
	z-index: 90;
}

#mobile-menu {
	position: fixed;
	right: -270px;
	top: 0;
	width: 260px;
	height: 100%;
	overflow-x: hidden;
	background: #fff;
	list-style: none;
	z-index: 999999999;
}

#mobile-menu > ul > li {}

#mobile-menu > ul > li > a {
	position: relative;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid #f4f4f4;
}

#mobile-menu .menu-item-has-children > a:after {
	position: absolute;
	right: 30px;
	content: "\2b";
	font-family: 'entypo';
}

#mobile-menu .sub-menu {
	display: none;
}

#mobile-menu > ul > li > a:hover {
	background: #f4f4f4;
	color: #333;
}

#mobile-menu > ul > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}

#mobile-menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-menu > ul > li > ul > li > a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 15px 30px;
}

/** 
 * Sidebar 
 */
#sidebar {}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget:last-of-type {
	margin-bottom: 0px;
}

#sidebar .widget-title {
	font-size:15px;
	margin-top:0px;
}

/**
 * Footer
 */
#page-footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page-footer nav ul li {
	display: inline-block;
	*display: inline;
    *zoom: 1;
}

#page-footer nav ul li a {
	padding: 20px;
	display: block;
	color:#fff;
}

@media all and (max-width: 768px) {
	#page-footer nav ul li {
		display: block;
		*display: block;
	}	
}

#footer-menu {
	margin-top:80px;
}

/**
 * Sections
 */
.devhats-area {
	width: 100%;
	height: 150px;
	margin-bottom: 25px;
	position: relative;
}
.devhats-area-inner {
	display: table;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	border: 4px dashed #ddd;
}
[class*="devhats-section-"] {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	color: #ddd;
	font-weight: 700;
	text-transform: uppercase;
}

[class*="devhats-section-"] .span {
	display: inline-block;
}

/**
 * Custom Gallery
 */

.devhats-carousel {
    width: 100%;
	position: relative;
}

.devhats-carousel .carousel-inner {
    width: 100%;
	position: relative;
}

.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
	margin-left: 0;
    width: 100%;
	position: absolute;
}

.article-slide .carousel-indicators {
	text-align: center;
	width: 100%;
}

.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
	display: inline-block;
    height: 50px;
	margin: 0 5px 5px 0;
    width: 75px;
}

.article-slide .carousel-indicators img {
    border: 2px solid transparent;
	float: left;
    height: 50px;
    left: 0;
    width: 75px;
}

.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

@media (max-width: 768px) {
	.article-slide .carousel-indicators li {
		height: 30px;
		width: 55px;
	}
	.article-slide .carousel-indicators img {
		height: 30px;
		width: 55px;
	}
}

.paper {
	background-image:url(/wp-content/themes/schwethelm/assets/img/ricepaper2-trans.png);
	-webkit-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
-moz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);

}

.devhats-slider {
	padding:10px;
	background-image:url(/wp-content/themes/schwethelm/assets/img/ricepaper2-trans.png);
		-webkit-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
-moz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
border-radius:8px;
margin-bottom:30px;
}

.devhats-slider img {
	border-radius:8px;
}

.content {
	padding:40px;
	border-radius:8px;
}

#sidebar {
	padding:40px;
	border-radius:8px;
}

.content h1 {
	margin-top:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Uncial Antiqua', cursive!important;
	color:#5e1e1e!important;
}

.content h1 {
	position:relative;
}

.content h1:before {

}

.content img {
	    display: block;
    max-width: 100%;
    height: auto;
    border-radius:8px;
}

.content p, li {
	font-size:18px;
	line-height:1.6em;
}

.content a {
	color:#5e1e1e!important;
	border-bottom:1px solid #5e1e1e;
	transition:.3s all;
}

.content a:hover {
	color:#5e1e1e!important;
	border-bottom:1px solid transparent;
	text-decoration:none!important;
	transition:.3s all;
}

.content strong {
	color:#5e1e1e!important;
}

.owl-nav img {
	width:50px;
}

.owl-nav {
	
}

.owl-nav .owl-prev {
	position:absolute;
	left:-40px;
	top:43%;
}

.owl-nav .owl-next {
	position:absolute;
	right:-40px;
	top:43%;
}

.owl-nav > div {
	background-color:#5e1e1e!important;
	background-image: url(/wp-content/themes/schwethelm/assets/img/ricepaper2-trans.png)!important;
	opacity:1!important;
			-webkit-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
-moz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
transition:.3s all;
}

.owl-nav > div:hover {
	transition:.3s all;
		background-color:#AA3636!important;
}

.owl-next img {
-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0);
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 12px 9px;
    border-radius:8px;

}

.owl-theme .owl-nav {
     margin-top: 0px!important;
}

.read-this {
	border-radius:8px;
	background-color:#5e1e1e!important;
	padding: 12px 9px;
	display:inline-block;
	transition:.3s all;
}

.read-this:hover {
	background-color:#AA3636!important;
	transition:.3s all;
}

.read-this img {
	width:50px;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform:matrix(-1, 0, 0, 1, 0, 0);
}

.thumb {
	margin-bottom:30px;
}

/**
 * Impressions
 */
.page-template-impressionen .featherlight-content {
  background-image: url(/wp-content/themes/schwethelm/assets/img/ricepaper2-trans.png) !important;
  background-repeat: repeat;
	border-radius:8px;
  padding: 20px;
  border-bottom: 0px solid transparent !important;    
  -webkit-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
  -moz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
  -oz-box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
  box-shadow: inset 0px 0px 31px -1px rgba(0,0,0,0.56);
  overflow: hidden;
}

.page-template-impressionen .owl-stage-outer {
	border-radius:8px;
}

.page-template-impressionen .featherlight-close {
  background: none;
}

.page-template-impressionen .owl-prev {
    left: 0 !important;
}

.page-template-impressionen .owl-next {
    right: 0 !important;
}