﻿/**
 * @package   Template Joomla! 3 Template
 * @version   1.0
**/

 /* Global
----------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Tangerine);

body {
	font-size: 14px;
	line-height: 25px !important;
	font-weight: normal;
	color:#727272;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { color: #222222; text-decoration: none; }
a:focus { outline: none; }
a:active { background:none; }

a:hover, a:focus, a:active {
	color: #aaaaaa;
	text-decoration: none;
}

/* CSS3 Transitions - links 
* {
  	-webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
			transition: all 0.5s linear;
}*/

p {
	margin: 10px 0; 
	line-height: 25px;
}

ol, ul { }

hr { margin: 26px 0; }

strong, b { font-weight: bold; }

h1 a, h2 a, h3 a, h4 a {
	color: #222222;
}

h1, h2, h3, h4, h5, h6 {
	color: #222222;
}

img {
	max-width: 100%;
	height: auto;
}

/* websafe body fonts */
body.helvetica { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
body.georgia { font-family: Georgia, serif; }
body.lucida { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
body.palatino { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }
body.tahoma { font-family: Tahoma, Geneva, sans-serif; }
body.times { font-family: 'Times New Roman', Times, serif; }
body.trebuchet { font-family: "Trebuchet MS", Helvetica, sans-serif; }
body.verdana { font-family: "Trebuchet MS", helvetica; }
body.verdana { font-family: Verdana, Geneva, sans-serif; }

/* Main layout: main container - main sidebar
-----------------------------------------------------------------------------------*/
.mainbody-left #main-container { position: static; margin: 0;}
.mainbody-center #main-container { position: static; margin: 0 auto;}

/* zentriert den Hauptinhalt */	
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
}

/* Header
-----------------------------------------------------------------------------------*/

#slideshow .col-md-12 {
	padding: 0!important;
	margin: 0!important;
}

 /* Mainbody
-----------------------------------------------------------------------------------*/
#component-area {
	padding: 15px;
}

 /* to top btn
-----------------------------------------------------------------------------------*/
a#totop {
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #eeeeee;
	font-size: 18px;
	display: block;
	z-index: 10000;
	background-color: #b9b9b9;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .2s, color .2s;
	   -moz-transition: background .2s, color .2s;
			transition: background .2s, color .2s;
}

a#totop:hover {
	color: #262626;
	text-decoration: none;
	background-color: #fafafa;
}

 /* Modulestyle
-----------------------------------------------------------------------------------*/
/* Normal Padding */
.modulePadding {
	padding: 15px!important;
}
/* No Padding */
.moduleNoPadding {
	padding: 0!important;
	margin: 0!important;
}
/* Vertikales Padding */
.moduleVerPadding {
	padding: 15px 0!important;
}
/* Horizontales Padding */
.moduleHorPadding {
	padding: 0 15px!important;
}

 /* Invisible module
-----------------------------------------------------------------------------------*/

#hidden-module {
	display: none;
}


.not-homepage #bottom-fluid .col-md-12 {
    padding: 30px 10px;
	background-color: #fff;
}

.not-homepage #bottom-fluid .container-fluid::after {
	display: block;
    padding: 0;
    content: " ";
    background-image: url(/images/assets/shadow_note.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    margin: 0 10px 0 20px;
}

.not-homepage #bottom-fluid .container-fluid {
	padding: 0px 15px 25px;
}

.not-homepage #bottom-fluid .row-fluid {
	margin: 0 30px;
}

.not-homepage #bottom-fluid h1 {
    font-family: 'Cantata One';
    font-size: 18px;
    color: #b90f0f;
    margin-bottom: 0;
    margin-top: 10px;
}
.not-homepage #bottom-fluid .modulePadding {
    padding: 0px !important;
}
.dj-main li.hover ul.dj-submenu {
	width: auto!important;
}

.nav_list {
  background: url(icon_nav.png) no-repeat left top;
  cursor: pointer;
  height: 27px;
  width: 33px;
  text-indent: -99999em;
}


.pushmenu {
  background: #333;
  text-align: left;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 999999;
  position: fixed;
}

.pushmenu h3 {
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;

}

.links ul {
	padding: 0;
}


.links ul.nav-child a {
	color: #aaa!important;
}


.links {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  overflow: auto;
}

.links li {
	list-style:none;
  background-color: #393939;
  border-top: 1px solid #404040;
  padding: 10px;
  }
  
  .links ul.nav-child {
	  padding-top: 10px;
	margin: 0 -10px -10px -10px;
	display: none;
}

.nav-show {
	display: block!important;
}

  .links ul.nav-child li {
	 background-color: #444;
	 padding-left: 40px;
}

 .links ul.nav-child li:hover {
	 background-color: #414141;
}

	

.links li a {
  position: relative;
  display: block;
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
}


.pushmenu-left { left: -300px; }

.pushmenu-left.pushmenu-open { left: 0; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu-push-toright { left: 300px; }

.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.nav_list {
	float: right;
	margin-right: 20px;
	display: none;
}

#nav_list {
	background: none!important;
	color: #f1f1f1;
	font-size: 40px;
	text-indent: 0em;
}

#dj-main119select {
	display: none!important;
}