/*
Theme Name: Hotel Carlsruh Theme
Author: Tim Brathärig
Author Contact: info@visible-web.de
Author URI: https://homepage-manufactur.de
Description: Hotel Carlsruh Classic WordPress theme
Version: 1.0
License: Apache License 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Tags: responsive, custom-menu, custom-widgets, editor-style, featured-images, footer-widgets, theme-options, one-column, slider, front-page, bootstrap
Text Domain: tb-dev-theme
*/


/* 
	General style
*/
.grid-separator
{
	margin: 20px 0;
	height: 1px;
	background-color: rgba(0,0,0,0.2);
}


/* 
	Body style
*/

/*
	Header Navigation
*/
.navbar
{
	box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

.navbar .navbar-brand
{
	margin-right: 0;
}

.navbar ul .nav-item .nav-link
{
	font-weight: 400;
	font-size: 20px;
	font-family: 'Open sans', sans-serif;
}

#fixed-navigation {
    background-color: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    transition-duration: .5s;
}

#fixed-navigation.navbar-scrolling {
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

#fixed-navigation.navbar-scrolling img {
    transition-duration: 1s;
    height: 30px;
}


/*
    Top Bar
 */
 .top-bar
 {
	 padding: 10px 0;
	 border-bottom: 1px solid rgba(0,0,0,0.1)
 }
 
 .top-bar-right-alignment 
 {
	 text-align: right;
 }
 
 .top-bar i
 {
	 color: inherit;
	 margin-right: 5px;
 }
 
 .top-bar-vertical-seperator {
	 margin-top: 6px;
	 height: 15px;
	 background-color: rgba(255,255,255,0.5);
	 width: 1px;
	 padding: 0;
 }
 
 .top-bar span, .top-bar span a
 {
	 display: inline-block;
	 font-family: "Open Sans", sans-serif;
	 font-size: 17px;
	 font-weight: 400;
	 color: inherit;
	 text-decoration: none;
 }
 
 .top-bar #top-bar-tel a
 {
	 padding-left: 10px;
 }
 
 .top-bar #top-bar-tel
 {
	 text-align: right;
 }
 
 
 @media (max-width: 992px)
 {
	 .top-bar
	 {
		 display: none;
	 }
 }


/* 
	Page.php  
*/
.page-wrapper h1
{
	margin-top: 50px;
	font-size: 40px;
}


@media (max-width: 991px)
{
	.page-wrapper h1
	{
		margin-top: 0px;
		font-size: 40px;
	}
}


/*
	Footer Style
*/

/* Footer general */
.page-footer
{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 30px 0 10px 0;
	background-repeat: no-repeat;
}

.page-footer p
{
	font-size: 16px;
	margin: 0;
}

/* Footer copyright */
.footer-copyright-notice
{
	text-align: right;
}

/* Footer widgets */
.footer-widgets li
{
	list-style-type: none;
}


/* Footer menu */
.footer-menu
{
	text-align: left;
}

.footer-menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-menu li
{
	display: inline;
}

.footer-menu li:not(:last-child):after
{
	content: " | ";
}

.footer-menu a
{
	font-size: 16px;
}

.footer-menu a:not(:last-child):after
{
	content: " | ";
}


@media (max-width: 991px)
{
	.footer-menu, .footer-copyright-notice
	{
		text-align: center;
	}
}

@media (max-width: 767px)
{
	.footer-widgets .footer-widget
	{
		margin-top: 20px;
	}
}



/* Error 404 page */
.error-wrapper
{
	margin: 50px 0;
	text-align: center;
}

.error-wrapper img
{
	max-height: 150px;
}

.error-wrapper h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
}

.error-wrapper p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}