
/**
 * 0) FONTS
 **/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**
 * 1) GERNERAL CSS
 **/

/* RESET CSS PROPERTIES */
* { margin: 0; padding: 0; }

@font-face {
	font-family: "MYTHOS";
	src: url("https://mythos-bautzen.de/inc/css/Adonais.ttf");
}

/* HTML AND BODY */
html {}
body { color: #000; font-size: 80%; font-family: 'Open Sans', sans-serif, trebuchet ms, verdana, arial; background: url('https://mythos-bautzen.de/images/default/pattern.jpg') #fff; position: relative; }

/* HIDING ELEMENTS // usability, responsive design buttons */
.donotdisplay,
	.printonly,
	.mobileonly { left: -9999px; position: absolute; }

/**
 * COLS AND SIDEBARS - start
 **/
 .colLeft { margin-right: 1%; float: left; }
.colRight { margin-left: 1%; float: right; }

.col2 { width: 49%; }

.col3 { width: 32%; margin: 0 .5%; }
.col3.colLeft { margin-left: 0; }
.col3.colRight { margin-right: 0; }
.col3.colMiddle { float: left; }

aside.col2,
	sidebar.col2 { width: 24%; }
aside.col3,
	sidebar.col3 { width: 19.5%; }
aside.col3.colLeft,
	sidebar.col3.colLeft { margin-left: .5%; }
aside.col3.colRight,
	sidebar.col3.colRight { margin-right: .5%; }

#content.col1, #contentsection.col1 { width: 100%; }
#content.col2, #contentsection.col2 { width: 74%;  }
#content.col3, #contentsection.col3 { width: 59%; float: left; margin: 0 .5%; }

/**
 * COLS AND SIDEBARS - end
 **/

/**
 * GENERAL TEXT STYLES - start
 **/

	/* headlines */
	h1 { font-family: MYTHOS; font-size: 200%; font-weight: 300; color: #333; padding: 1.5% 0 .5%; }
	h2 { font-size: 160%; font-weight: 400; color: #333;  padding: 2% 0 1%; }
	h3 { color: #333; font-size: 120%; padding: 1.5% 0 .5%; }
	h4 { color: #333; font-size: 90%; padding: 1% 0 0; }
	h5 { color: #333; font-size: 80%; padding: .5% 0 0; }

	/* abstracts */
	p { padding: 1% 0 2%; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }
	a { color: #024a91; text-decoration: none; }
	a:hover { color: #000; }
	.disabled,
		a.disabled { text-decoration: line-through; }
	.right { text-align: right; }
	.left { text-align: left; }
	.center { text-align: center; }
	.justify {text-align: justify; }
	.floatleft { float: left; }
	.floatright { float: right; }
	.clearboth { clear: both; }
	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	.small { font-size: 80%; }
	.large { font-size: 120%; }
	.honey { position: absolute; left: -9999px; }

	/* tables */
	table,
		th,
		td { border: none; }
	td,
		th { vertical-align: top; padding: 1% 2%; }
	th { text-align: left; }

/**
 * GENERAL TEXT STYLES - end
 */

/**
 * NAVIGATION - start
 **/

	/* horizontal main navigation */
		#horizontalNavi  { position: relative; list-style: none; float: right; }
	#horizontalNavi > li { position: relative; float: left;  font-size: 120%; font-weight: 400; display: block; position: relative; }
	#horizontalNavi > li > a { display: block; padding: 7px 10px; color: #fff; font-weight: bold; line-height: 80px; border-top: solid 5px #024a91; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in; }
	#horizontalNavi > li.active > a { color: #fff; font-weight: bold; border-top: solid 5px #fff;}
	#horizontalNavi > li:hover,
		#horizontalNavi > li:hover > a { color: #fff; text-decoration: none; font-weight: bold; }
	#horizontalNavi > li:hover > a { border-top: solid 5px #fff; }
	/* dropdown for horizontal main navigation */
	#horizontalNavi ul {
		position:absolute;
		width:250px;
        overflow: hidden;
        height: 0;
		z-index:100;
		-webkit-transition: height 0.3s ease-in;
		-moz-transition: height 0.3s ease-in;
		-o-transition: height 0.3s ease-in;
		-ms-transition: height 0.3s ease-in;
		transition: height 0.3s ease-in;
    }

	#horizontalNavi > li:hover ul,
		#horizontalNavi > li > a:hover ul { height:500px; /* default height */ }

    #horizontalNavi ul li {
		background: #024a91;
		width: 100%;
		margin: 0;
		font-size: 80%;
    	font-weight: 400;
		-webkit-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
	}

	#horizontalNavi ul li:hover { background: #fff; }
    #horizontalNavi ul li a { display: block; padding: 2.5% 3%; text-decoration: none; color: #fff; }
	#horizontalNavi ul li a:hover, #horizontalNavi ul li:hover > a { color: #024a91; }
	#horizontalNavi ul li + li { border-top: 1px solid #fff; }

	/* micro navigation */
		#microNavi { overflow: hidden; float: right; padding: 1%  1% 0 0; }
	#microNavi li { float: left; }
	#microNavi li a { color: #323232; }
	#microNavi li a:hover { color: #E1001A; }

	/* footer navi */
		#footerNavi { overflow: hidden; padding: 3% 0% 0; color: #fff; display: inline-block; }
	#footerNavi li { list-style: none; float: left; font-size: 140%; }
	#footerNavi li a { color: #fff; padding: .5% 0; }
	#footerNavi li a:hover { color: #fff; text-decoration: underline; }

	/* subnavi inside content */
		#subNaviPreview { list-style: none; }
	#subNaviPreview li { border-top: 1px dotted #152861; margin: 2% 0; }
	#subNaviPreview li > a {padding: 2% 0; }
	#subNaviPreview li.first { border-top: 2px solid #152861; }
	#subNaviPreview h2 { font-family: MYTHOS; }

	/* subnavigation in sidebar */
		aside#subNavi { width: 24%; margin: 1% 1% .5% 0; float: left; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }
	aside#subNavi ul, .colMenueNav ul { list-style: none; }
	aside#subNavi ul.navi li, .colMenueNav ul li { margin: 2% 0; display: block; line-height: 120%; background: #024a91; }
	aside#subNavi ul.navi li  > a, .colMenueNav ul li > a {padding: 2.5% 2%; }
	aside#subNavi ul.navi li:first-child, .colMenueNav ul li:first-child { border-top: none; }
	aside#subNavi a, .colMenueNav a, .colMenueNav span { font-size: 120%; font-weight: bold; color: #fff; display: block; }
	aside#subNavi ul.navi li:hover,
		aside#subNavi ul.navi li:hover a,
		aside#subNavi ul.navi li.activeItem,
		aside#subNavi ul.navi li.activeItem a { color: #024a91; text-decoration: none; background: #fff; }
	.navi.depth-1 { }
	.navi.depth-2 { }
	.navi.depth-3 { }
	.navi.depth-4 { }

/**
 * NAVIGATION - end
 **/

/* TEXT BLOCK SETTINGS */
/* #text img {	border: 5px solid #fff; margin: 5px;}*/
#text ul,
	#text ol { margin: 2% 0 2% 3%; }
#text ul li,
	#text ol li { padding: 1% 0; }
#text .map_canvas img,
	.tabContainer #map_canvas img { border: none; margin: 0px; -webkit-box-shadow: 0 0 0px #000; -moz-box-shadow: 0 0 0px #000; box-shadow: 0 0 0px #000; }

/* PAGINATION */
.Pages,
	.activePage{ display: inline-block; font-size: 100%; font-weight: bold; color: #152861;  margin-right: 2%; padding: 1% 2%; }
.activePage { color: #fff !important; text-decoration: underline; background: #152861; border: 1px solid #152861; }
a.activePage:hover { color: #fff !important; }
#page .Pages:link,
	.Pages:visited { cursor: pointer; text-decoration: none; border: 1px solid #152861; }
#page .Pages:hover { color: #fff !important; background: #152861; }

/* INPUTFIELDS */
.defaultField { overflow: hidden; }
.defaultField input,
	.defaultField textarea,
	.defaultField select { width: 97%; border: solid 1px #868788; padding: 1%; margin: 1% 0%; }
.defaultField input:focus,
	.defaultField textarea:focus,
	.defaultField select:focus { border: solid 1px #323232; }
.defaultField textarea { height: 200px; }
.defaultField input[type="checkbox"] { width: auto; margin-top: 2%; }
.defaultField label, .defaultField div.labelFake { padding: 1% 0; }
.defaultField label.noFloat { float: none; }
.defaultField .inputWrapper { overflow: hidden; }
input.fieldError, textarea.fieldError { border: solid 1px #c02e2e; }
div.fieldError { clear: left; color: #ff0000; font-size: 80%; margin-left: 1%; }
label.cbFloat { width: 200px; float: left; }

.privacy label { display: inline-block; }
.privacy p { padding: .5% 0 .5% 1%; }

/* MESSAGES */
.msgList { list-style: none; padding: 0; margin: 1% 0; }
.msgList li { margin: .25% 0; padding: .5%; color: #fff; text-shadow: #333 1px 1px 0; }
.msgList li i { padding-right: .5%; }
.warningMsg { background: #e88615;  }
.errorMsg { background: #c02e2e; }
.successMsg { background: #469b2b; }

/* SHADOW */
.shadow { -webkit-box-shadow: 0 0 8px #000000; -moz-box-shadow: 0 0 8px #000000; box-shadow: 0 0 8px #000000; }
.shadowSmall { -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; box-shadow: 0 0 2px #000000; }

/* WRAPPER */
.wrap { margin: 0 auto; max-width: 1140px; position: relative; width: 100%; }
.overflow { overflow: hidden; }
.loading { width: 100%; height: 100%; background: url( 'https://mythos-bautzen.de/images/loading.gif' ) transparent center center no-repeat; }

/**
 * 2) STYLES CORE DESIGN
 **/

 /* Mobile Navigation*/
 #mobileNavItem { padding: 1%; left: -99999px; position: absolute; cursor: pointer; color: #fff; clear: both;}

/* BREADCRUMBS */
#breadcrumbs { display: inline-block; overflow: hidden; overflow: hidden; width: 100%; clear: both; background: #fff; padding-bottom: 4px; }
#breadcrumbs li { list-style: none; color: #024a91; text-decoration: none; outline: none; display: block; float: left; padding: 0.3% 0 0 0; position: relative; }
#breadcrumbs li a { text-decoration: none; color: #024a91; }
#breadcrumbs li:hover a { color: #024a91; }
#breadcrumbs li.start { padding-right: .5%; }

/* CONTACT */
label.contact { float: left; width: 170px; }
input.contactfield { width: 300px; border: solid 1px #152861; }
input.contactBtn { margin-left: 170px; border: 1px solid #152861; color: #fff; background: #555; padding: 2px 20px; font-weight: bold; text-shadow: #000 1px 1px 0px; }
input.contactBtn:hover { background: #152861; border: 1px solid #555; color: #fff; cursor: pointer; }
.leftCB input {float: left; padding: 0 0 0 1%;}
.leftCB label {padding: 1.75% 0 0 1%;}
input.button { color: #fff; border: solid 2px #fff; background: #024a91; padding: 1% 4%; margin-top: 2%; cursor: pointer; font-weight: 600; }
input.button:hover { color: #024a91; border: solid 2px #024a91; background: #fff; }

/* SITEMAP */
#sitemap { line-height: 20px; overflow: hidden; }
#sitemap ul { list-style-type: none; padding: 0px 0px 0px 24px; margin: 0px 0px 0px -24px;  background: url( 'https://mythos-bautzen.de/images/default/explorer_down.png' ) repeat-y 0% 0%; }
#sitemap li:last-child ul { background-image: none; }
#sitemap li { background: url( 'https://mythos-bautzen.de/images/default/explorer_node.png' ) no-repeat 0% 0%; padding: 0 0 0 24px; margin: 0; }
#sitemap li:last-child { background: url( 'https://mythos-bautzen.de/images/default/explorer_corner.png' ) no-repeat 0% 0%; }

/* LOGIN FORM */
.twocolumns { width: 50%;  float: left; margin: 1% 0; }
.twocolumns label {width: auto; float: none; padding: 0; }
/*.colLeft { clear: left; padding-right: 20px;}*/
fieldset.orderRegister { padding: 2%; margin-bottom: 4%; border: solid 1px #868788; }
fieldset.orderRegister legend { font-weight: bold; padding: 0 2%;}
input.inputlogin,
	select.selectlogin { width: 200px; border: solid 1px #868788; padding: 1%; }
input.inputlogin:focus,
	select.selectlogin:focus { border: solid 1px #323232; }
.twocolumns .submitBtn { border: none; color: #fff; background: #323232; margin: 0 .1%; padding: .5% 1%; }
.twocolumns .submitBtn:hover { background: #EA690B; cursor: pointer; }

/* SEARCH */
#search { overflow: hidden; float: left; }
input#searchBox { border: solid 1px #fff; background: #fff; width: 150px; float: left; }
ul#searchResults { list-style: none; }
ul#searchResults li { padding-bottom: 4%; margin-bottom: 4%; border-bottom: solid 1px #002900;  }
ul#searchResults p { padding: 0; }
p.searchLink { font-size: 90%; margin-top: 1%; }
#searchForm { float: right; height: 18px; }

/**
 * 3) PROJECT ADAPTIONS
 **/

header, main, footer, #breadcrumbs { clear: both; z-index: 2; position: relative; }

#toTop { position: fixed; bottom: 170px; right: 30px; background: rgba( 0, 93, 168, .7); color: #fff; padding: 15px; z-index: 5; opacity: 0; }

/* HEADER */
header { background: url('https://mythos-bautzen.de/images/default/muster.png') #024a91 repeat-x center bottom; color: #fff; height: 120px; border-bottom: solid 5px #024a91; z-index: 3;}
#Logo { width: 30%; float: left; }
#Logo img { border: none; padding: 1%; width: auto; height: 90px; }

/* NAVIGATIONS */
nav {float: right; width: 70%;}

/* SIDEBARS */
aside,
	.sidebar {}

/* CONTENT */
section {}

h1 { color: #fff; font-size: 600%; text-shadow: 2px 2px 0px #333; text-align: center; padding: 4% 0 0; }
h2.subTitle { color: #fff; text-shadow: 1px 1px 0px #333; text-align: center; padding: 0 0 4%; }
h2.mythos { font-family: MYTHOS; color: #fff; text-shadow: 1px 1px 0px #333; }
#text h2 { font-family: MYTHOS; }
hr { clear: both; background: url('https://mythos-bautzen.de/images/default/line.png') no-repeat center center transparent; padding: 2%; border: 0;}
img.ok { float: left; margin-right: 1%; }

.background { border: solid 5px #fff; display: inline-block; padding: 2% 4%; width: 100%; margin-bottom: 2%; position: relative;
	background: #cfd4d0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZDRkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cfd4d0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfd4d0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cfd4d0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cfd4d0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfd4d0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cfd4d0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd4d0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
	box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);

	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#phone,
	#menue > h2,
	.home .link { position: absolute; top: -20px; right: -20px; border: solid 1px #fff; padding: .5% 1%; color: #fff; background: #024a91; }
#phone { font-size: 140%; top: -25px; }
#menue > h2 { font-family: MYTHOS; left: -20px; right: inherit; }
.home .link { bottom: -20px; top: inherit; }
#phone span { font-size: 120%; font-weight: 600; }

#backgroundImg { width: 100%; height: 100%; position: absolute; top: 110px; left: 0; z-index: 1; max-height: 300px; overflow: hidden; }
.home #backgroundImg { position: fixed; max-height: inherit; top: 0; }
#backgroundImg img { width: 100%; height: auto; }

.link a { color: #fff; }
.linkBtn { border: solid 1px #fff; padding: .5% 1%; color: #fff; background: #024a91; padding: 4% 0%; margin-top: 3%; width: 100%; display: block; text-align: center; font-weight: 600;}
.linkBtn:hover, .link:hover { border: solid 1px #024a91; background: #fff; }
.linkBtn:hover, .link a:hover { color: #024a91; }

.pattern { background: url('https://mythos-bautzen.de/images/default/pattern-double.jpg') repeat-x center center transparent; padding: 2% 0;}
.pattern.map { margin: 0 0 2%; }
.background.wrap { margin: 0 auto; max-width: 1140px; display: inherit; }
.homecontent { overflow: hidden; }
.homecontent #content { width: 60%; margin-left: .5%; }
.homecontent #facebook { width: 26%; margin: 0 .5%; text-align: center; }
.homecontent #contact { width: 32%; margin: 0 3%; }

.homecontent #text img {
    margin-left: 15px;
    margin-bottom: 15px;
}

section#map-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 1px;
    padding-bottom: 25vw;
}

section#map-image img {
    position: absolute;
    left: -9999999px;
}


#teaser li { list-style: none; }

#ThreeColArea { overflow: hidden; }
#ThreeColArea h3,
	#teaser h3 { font-family: MYTHOS; font-size: 170%; padding-bottom: 3%; font-weight: normal; }
#ThreeColArea h3, #ThreeColArea strong, #teaser h3 { color: #024a91; }
#ThreeColArea li { list-style: none; padding: 0.5% 0; }

#mapinfo { top: -30px; overflow: hidden; }
#mapinfo ul { margin-left: 15px; }
#mapinfo li { padding: .5% 0; }

#images { padding: 2% 0; }
#images p { display: inline-block; }
#images p a { display: block; float: left; width: 14.666%; padding: .5%; margin: .5%; }
#images p a img { width: 100% !important; height: auto !important; border: rgba( 255, 255, 255, .75 ); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.gmapsLink { color: #000; }
.gmapsLink:hover { text-decoration: none; color: #024a91; }

#text p a img { width: 19% !important; height: auto !important; padding: .25%; }

.default main .background, .blank main .background { min-height: 460px; }

.content5050 #text { width: 48%; margin-right: 2%; float: left; overflow: hidden; }
.content5050 #moduleContent { width: 48%; margin-left: 2%; overflow: hidden; }

/* FOOTER */
footer { background: url('https://mythos-bautzen.de/images/default/muster.png') #024a91 repeat-x center top; color: #fff; height: 120px; border-top: solid 5px #024a91; text-align: center; }
footer a { color: #fff; }

/* WIDGETS */
#AddWidgetContent { list-style: none; }
#AddWidgetContent ul { list-style: none; padding: 2% 0; }
#AddWidgetDescription { padding: 2% 0; }

/* headlines */
.subNavi h2 { color: #fff; margin-bottom: 2%; border-bottom: 1px solid #005DA8; }
h2.naviTop { color: #fff; }
h2.sharePage { color: #fff; overflow: hidden; clear: both;  margin-top: 5%; padding-top: 1%; border-top: solid 1px #fff; }
h2 a { color: #005DA8; }
h2 a:hover { text-decoration: underline; }

/**
 * 4) STYLES REGULAR USED EXTENSIONS
 **/

/* NEWS */
ul#newsList { list-style-type: none; }
ul#newsList li { overflow: hidden; padding-bottom: 2%; margin-bottom: 2%; }
ul#newsList li:last-child { border-bottom: none; }
.mainNewsPic { width: 150px; height: 100px; float: left; margin: 0 1% 1% 0; padding: 0; border: 5px solid #fff; }
.lightbox img  { border: none; }

/**
 * 5) STYLES PROJECT RELATED EXTENSIONS
 **/
.colMenueNav { width: 24%; }
.colMenue { width: 74%; }

.colMenue a { color: #005da8; }
#text .colMenueNav ul { margin: 0; color: #fff; font-weight: bold; }
#text .colMenueNav li { padding: 0; margin: 1% 0; }
#text .colMenueNav li li { padding: 0; margin: 0; }
#text .colMenueNav li li a { padding-left: 10px; }
#text .colMenueNav ul ul li { border-top: solid 1px #fff; }
#text .colMenueNav ul ul, #text .colMenueNav ul ul a  { font-size: 100%; font-weight: 300; }
#text .colMenueNav span { padding: 2.5% 2%; }

#text .colMenueNav li , #text .colMenueNav a { display: block; font-weight: 600; }
#text .colMenueNav a:hover { background: #fff; color: #000; text-decoration: none; }

table.menue4, table.menue4 { padding-bottom: 2%; }
table.menue4 th, table.menue4 td,
 	table.menue3 th, table.menue3 td { padding: .5%; }

table.menue4 th,  table.menue3 th { border-bottom: solid 2px #005da8; }

table.menue4, table.menu3,
	table.drinks4, table.drinks3 { width: 100%; }
table.menue4 .number, table.menue3 .number,
	table.drinks4 .number, table.drinks3 .number { width: 5%; }
table.menue4 .description { width: 58%; }
table.menue4 .price, table.menue3 .price,
	table.drinks4 .price, table.drinks3 .price { width: 7%; }

table.menue4 .title { width: 20%; }
table.menue3 .title { width: 78%; }

table.drinks4 .title { width: 81%; }
table.drinks3 .title { width: 88%; }

table.menue4 tbody tr td:nth-child(3){ font-style: italic; }

.panoWrap { width: 100% !important; }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* SPECIAL BOX */

.special-menu-wrap {
    max-width: 800px;
    width: 90%;
    margin: 0px auto 30px;
}

.special-menu {
    background: #880000;
    border: solid 2px #fff;
    box-shadow: 0px 0px 10px #555;
    font-size: 140%;
    color: #fff;
    padding: 15px;
}

.special-menu p {
    padding: 5px 0 5px;
}

.special-menu a {
    color: #aaa;
    text-decoration: underline;
}

.special-menu a:hover {
    text-decoration: underline;
    color: #fff;
}