<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   The Unexpected Travel Guide
 Theme URI:    http://www.theunexpectedtravelguide.de/
 Description:  MÃ¼nchen Child Theme
 Author:       Lukas Kerecz
 Author URI:   http://www.formlos-berlin.de
 Template:     muenchen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  theunexpectedtravelguide
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');

body{
	font-family: 'Montserrat', sans-serif;
}

.muenchen_header_additions .muenchen_mini_cart,
.copyline .muenchen_container &gt; a,
#header_main .responsive_trigger .muenchen_cart_item_notification{ display: none !important; }

#offcanvas .offcanvas_header .muenchen_offcanvas_cart_lang,
#offcanvas .offcanvas_header .muenchen_offcanvas_cart_lang a{
	background-color: #6ebfa1;
}

#header_main.force_mobile .responsive_trigger{
	color: #6ebfa1;
}

#header_main.force_mobile .responsive_trigger i::after{
	content: ' Navigation';
	font-style: normal;
}

body section #header_main {
	background-color: #fff;
	text-align: center;
	height: auto;
}

body section #header_main nav ul{
	margin-top: 1em;
	border-top: 3px solid #6ebfa1;
	border-bottom: 3px solid #f8c649;
	
}

body section #header_main .muenchen_container&gt;a:first-child{
	position: static;
	display: block;
	text-align: center;
	height: auto;
	padding-top: .75em;
}

body section #header_main .muenchen_container&gt;a:first-child img{
	max-height: 150px;
}

body section #header_main .muenchen_container nav ul li{
	padding: .75em;
}

body section #header_main .muenchen_container nav ul li a{
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
}

body section #header_main nav ul li.current-menu-ancestor&gt;a:after,
body section #header_main nav ul li.current-menu-item&gt;a:after{
	background-color: transparent;
}

body.page main#primary{
	max-width: 1100px;
	margin: 0 auto;
	width: 95%;
}

#primary .woocommerce{
	padding-bottom: 1.5em;
}

#primary .woocommerce input[type=text],
#primary .woocommerce input[type=email],
#primary .woocommerce input[type=tel],
#primary .woocommerce textarea,
#primary .woocommerce .country_select{
	border: 1px solid #ccc;
}

.gform_body input,
.gform_body select,
.gform_body textarea{
	background-color: #fff;
	border: 1px solid #c7c7c7;
}

h2{
	font-weight: normal;
}

.kategorien-startseite h1{
	margin-bottom: 0;
}

.kategorien-startseite h2{
	margin-bottom: 0;
}

/* 2018-11-07 Woocommerce Fix Kasse Checkboxen */
.create-account input[type=checkbox]+label,
.create-account label.checkbox{
	position: static;
}

.create-account label.checkbox:before{
	position: static;
}</pre></body></html>