/*  Johannes */


/* implement google font  */
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700);


.btn-primary {
	color: #ffffff;
	background-color: #367e1d;
	border-color: #19400e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #367e1d;
border-color: #19400e;
}


.brand-fixed-top {
  top: 0;
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  z-index: 1030;
  /*margin-bottom: 0;width: 100%;*/
  height: 80px;
  background-color: white;
}

.brandpic {
	float: left;
	width: 300px;
}
.brandpic2 {
	text-align: right;
}


a {
	color: #069800;
}
a:hover {
	color: #045a00;
}
.clearer {
	clear: both;
}

p {
	text-align: justify;
}

/**********************************/
body {
	background-color: #f1f3ef;
	background-image: url(../img/logo_bg_body2.png) ;
	background-repeat: no-repeat;
	background-position: bottom right;
}


.container {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	
	background-color: white;
	padding-bottom: 15px;
}
.maincontent {
	border-bottom: 1px solid #dedede;
}

.col-12, .col-sm-12, .col-lg-12 {
	clear: both;
}
#borderContent .col-12, #borderContent .col-sm-12, #borderContent .col-lg-12 {
	padding: 0;
}
#borderContent .col-12 img, #borderContent .col-sm-12 img, #borderContent .col-lg-12 img{
	padding: 0;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: white;
	border: 1px solid #eeeeee;
}

.navbar-wrapper .header {
	padding-top: 100px;
	/*background-image: url(http://sle.2margraf.de/fileadmin/templates/hortinlea/dist/img/Logo_Hortinlea_100.png);*/
}
.headerlogo {
	position: absolute;
	top: 0;
	float: left;
	width: 320px;
}
#headerContent {
	float: right;
	width: 262px;
	margin: -130px 0 0 0;
}
#headerContent .tx-indexedsearch-form label{
	display: none;
}
#headerContent .tx-indexedsearch-form {
	float: left;
}


.headerlogin {
	position: absolute;
	top: 0;
	float: right;
	text-align: right;
	left: 930px;
}
.headerlogin a {
	width: 200px;
	background-color: #eeeeee;
	padding: 8px 20px 8px 20px;
	
}


#secondaryContent {
   	margin: 0px 0 0 0;
   	font-size: 90%;
}
#secondaryContent .col-12, #secondaryContent .col-sm-12, #secondaryContent .col-lg-12 {	
	padding: 10px 15px;
	border: 1px solid #dddddd;
}

#secondaryContent h1 {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.3;
}

/*.header {
	height: 200px;
	background-image: url(../../../../default/templates/images/header_00.jpg);
}*/


.jumbotron p {
	color: #024300;
	font-size: 16px;
	line-height: 26px;
}


footer {
	margin-top: 30px;
	padding: 30px 30px 0 30px;
	background-color: rgba(53,126,29,0.75);
	background-color: #a3c136;
	background-color: #669a4f;
	border-color: #367e1d;
	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
}
footer a {
	color:#333333;
	color: #19400e;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
footer a:hover {
	color: white;
}

.footerFrame-first {
	float: right;
	width: 300px;
}
.footerFrame {
	float: left;
	margin-bottom: 20px;
	width: 75%;
}
.footerFrame-last {
	float: right;
	width: 24%;
	padding: 0 0 0 10px;
	margin: -20px 0 0 0;
	font-size: 90%;
}

.footerlogos {
	clear: both;
	margin-top: 20px;
	height: 10px;
}
.footerlogos img {
	padding: 0 20px 20px 15px;
}

#footerBottom {
	border-top: 1px solid white;
	font-size: 90%;
	text-align: center;
	/*background-color: #006633;*/
	padding: 5px;
	color: #19400e;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.border_red h1 {
    border-bottom: 1px solid #990000;
    color: #990000;
}
.border_blue h1 {
    border-bottom: 1px solid #336666;
    color: #336666;
}
.border_green {
	padding: 20px;
	background-color: #a3c136;
}
.border_green h1 {
    border-bottom: 1px solid #006633;
    color: #006633;
}
.border_gold h1 {
    border-bottom: 1px solid #d69900;
    color: #d69900;
}
.border_anthra {
	padding: 20px;
	background-color: #ebebeb;
}
.border_anthra h1 {
    border-bottom: 1px solid #696969;
    color: #696969;
}
.border_purp h1 {
    border-bottom: 1px solid #8c4fc2;
    color: #8c4fc2;
}



.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;
	background-color: #a3c136;
}
.jumbotron h1 {
	font-size: 18px;
	margin-top: 0;
}
.container .jumbotron {
	padding: 30px;
}

.csc-frame-frame1 {
	padding: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;
}
.csc-frame-frame1 h1 {
	font-size: 18px;
	margin-top: 0;
}
/* VIDEO TEST  */
.csc-frame-frame2 {
	padding: 0px;
	margin-left: -30px;
	font-size: 14px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: white;
}
.csc-frame-frame2 h1 {
	font-size: 18px;
	margin-top: 0;
}




blockquote {
	padding: 10px 20px 10px 40px;
	margin: 0 0 20px;
	border-left: 0px solid #eeeeee;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 40px;
}

h1 {
	font-family: "Droid Serif", serif;
	color: #254949;
	font-size: 20px;
	line-height: 1.4;
}
h1.csc-firstHeader {
	margin-top: 0px;
}

.csc-textpic-intext-left-nowrap h1 {
	margin-top:0;
}

legend {
	font-size: 90%;
	padding: 10px 0 0 0;
	display: none;
}

.csc-textpic-caption {
	text-align: right;
	caption-side: bottom;
	font-size: 90%;
	color: #8b8b8b;
}

div.error {
background-color: #FFCA4B;
border: 0px solid #FF8100;
}

#breadcrumb {
	clear: both;
	display: block;
	margin: 30px 0 0 0px;
}

.powermail_fieldset legend {
    /*display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;*/
    border-bottom: 0px solid transparent;
}



/******************************/
.tx-felogin-pi1 {
	padding: 5px 0 0 0;
}
.headerFrame 

.inputfield input[type="text2"], .inputfield input[type="password2"] {
	width: 99%;
	background-color: white;
	padding: 2px 2px 2px 5px;	
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: white !important;
	background-image: none;
	color: rgb(0, 0, 0);
}
.inputfield {
	padding: 1px 0 1px 0;
}
.tx-felogin-pi1 .button {
	padding: 1px 0 1px 0;
}

#loginbutton {
	position: relative;
	top: 50px;
}

#loginbutton a{
	float: right;
	margin: 0 -15px 0px 0px;
	color: white;
	background-color: #cfcfcf;
	cursor: pointer;
	/*-webkit-appearance: button;*/
	padding: 3px 50px 3px 50px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
#loginbutton a:hover{
	background-color: #a3c136;
	text-decoration: none;
}






.close {
	float:none;
	opacity: 0.8;
    filter: alpha(opacity=80);
}


.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}



.helpnav {display: none;}

/************************************
/**  Menue  */

.home_button a {
	display: block;
	cursor: pointer;
	height: 20px;
	width: 39px;
	float: left;
	background: transparent url(../../../img/home.png) left center no-repeat;
	margin: 6px 0px 0 0;
}
.home_button a:hover {
	background: transparent url(../../../img/home_over.png) left center no-repeat;
}



#navigationFirstLevelMenu {
	text-transform: uppercase;
	padding-left: 40px;
}


.navbar-wrapper {
/*position: absolute;
top: 0;
left: 0;
right: 0;*/
z-index: 10;
margin-top: 0px;
/*margin-bottom: -90px;*/
}

.navbar-wrapper .header {
	padding-top: 140px;
}
.headerlogo {
	padding: 10px 0 0 0;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  min-height: 40px;
  border-radius: 0px;
}

.navbar-inner {
  min-height: 44px;
  padding: 6px 20px 6px 20px;
  background-color:#669a4f;
/*  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);*/
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: auto;
  left: auto;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  /*width: 940px;*/
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  /*padding: 15px 20px;*/
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar-nav > li > a {
	padding: 6px 20px 6px 0;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
  padding: 14px 20px 16px;
font-size: 16px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);

}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}


/*  Mods Joh  */

.navbar-inverse .navbar-inner {
  /* Ursprüngliche Farben Verlauf:
  /*background-image: linear-gradient(to bottom, #46a625, #367e1d);*/
  background-color: #669a4f !important;
  background-image: -moz-linear-gradient(top, #669a4f, #669a4f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#669a4f), to(#669a4f));
  background-image: -webkit-linear-gradient(top, #669a4f, #669a4f);
  background-image: -o-linear-gradient(top, #669a4f, #669a4f);
  background-image: linear-gradient(to bottom, #669a4f, #669a4f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff669a4f', endColorstr='#ff669a4f', GradientType=0);
  border-color: #24640e;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: white;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #275c19;
}
.navbar-inverse .nav > li > a.selected {
	color: #19400e;
}
.navbar-inverse .nav > li > a.active {
	color: #19400e;
}




/************************************
/**  Menue collapsed */
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 4px;
}
.navbar-inverse .navbar-toggle {
	border-color: white !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #a3c136;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-collapse {
	padding: 0 0 0 0;
}


/************************************
/**  Secondary Menue global */

ul.navbar-outer-container {
	padding-bottom: 20px;
}
.navbar-nav {
	margin: 0 0 0 0;
}




/* 1. Ebene  */
#navigationSecondLevelMenu li.first {
	border-top: 1px dashed #eeeeee;
	width: 100%;
}
#navigationSecondLevelMenu li.selected, #navigationSecondLevelMenu li.active {
	background-color: #eeeeee;
	font-weight: bold;
}

.nav li.first ul.nav {
	display: none;
}
.nav li.active ul.nav, .nav li.selected ul.nav {
	display: block;
	width: 100%;
}

/* 2. Ebene  */
#navigationSecondLevelMenu li.first li {
	/*display: none;*/
}
#navigationSecondLevelMenu li.selected li {
	display: inherit;
	width: 100%;
}
#navigationSecondLevelMenu li.second {
	width: 100%;
}
#navigationSecondLevelMenu li.second a {
	padding: 6px 15px;
}
#navigationSecondLevelMenu ul ul li {
	background-color: white;
	padding-left: 13px;
}
#navigationSecondLevelMenu ul ul li.selected, #navigationSecondLevelMenu ul ul li.active, #navigationSecondLevelMenu ul ul li:hover {
	background-color: #eeeeee;
	font-weight: bold;
}
#navigationSecondLevelMenu ul ul a {
	/*margin-left: 20px;*/
	font-weight: 400;
}




/************************************
/**  Second Level Menu  */
#navigationSecondLevelMenu {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}
#navigationSecondLevelMenu li li {
	border-top: 1px dashed #eeeeee;
}
#navigationSecondLevelMenu .nav > li > a {
	position: relative;
	display: block;
	padding: 5px 15px;
}
#navigationSecondLevelMenu .nav > li > a {
	position: relative;
	display: block;
	padding: 5px 15px;
}
#navigationSecondLevelMenu .nav > li.second > a {
	color: #696969;
	padding: 2px 0 2px 12px;
	width: 100%;
}
#navigationSecondLevelMenu .nav > li.second > a:hover {
	color: #000000;
	background-color: transparent;
}
#navigationSecondLevelMenu .second {
	font-size: 12px;
	border-top: 1px dashed #eeeeee;
	padding-left: 16px;
	text-indent: 0px;	
	
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;

}



/*************************************************************************/
/**  SubProjectMenu  */
#SubProjectMenu {
	margin: 20px 0 20px 0;
}
#SubProjectMenu li li {
	border-top: 1px dashed #eeeeee;
}

#SubProjectMenu .nav > li > a {
	position: relative;
	display: inline-block;
	padding: 5px 0px;
}
#SubProjectMenu .nav > li.second > a {
	color: #3d3d3d;
	padding: 5px 0;
}
#SubProjectMenu .nav > li.second > a:hover {
	color: #000000;
	background-color: transparent;
}
#SubProjectMenu .second, #SubProjectMenu .second1490, #SubProjectMenu .second1491, #SubProjectMenu .second1492 {
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	
	border-top: 1px solid white;
	padding: 0 5px 0 10px;
}

#SubProjectMenu .nav > li.selected > a {color: #2a2a2a;}
#SubProjectMenu .nav > li.selected > a:hover {background-color: transparent;}


/************************************
/**  Colored Navigation Menu  */
#SubProjectMenu ul li ul {
	/*display: none;*/
}
#SubProjectMenu ul li.active ul, #SubProjectMenu ul li.selected ul {
       display: inline;
}


/*********************************************************************************************/
#SubProjectMenu .nav > li.first1490_no {background-color: #669a4f; width: 100%;}
#SubProjectMenu .nav > li.first1490_no:hover {background-color: #669a4f;}
#SubProjectMenu .nav > li.first1490_no > a:hover, #SubProjectMenu .nav > li.first1490_no > a:focus {
  background-color: #669a4f;
}

#SubProjectMenu .nav > li.first1490_no > a{
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#SubProjectMenu .nav > li.first1490_no > h2{
	color: black;
	padding: 10px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}
#SubProjectMenu .nav > li.first1490_no > a {
	color: black;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	height: 1px;
	width: 1px;
	overflow:hidden;
}
#SubProjectMenu .first1490_no .second, #SubProjectMenu .first1490_no .second1490 {background-color: #97be85; display: none; width: 100%;}
#SubProjectMenu .first1490_no .second:hover, #SubProjectMenu .first1490_no .second1490:hover {background-color: #669a4f;}
#SubProjectMenu .first1490_no .selected {background-color: #669a4f;}
#SubProjectMenu .active .second1490 {display: block;}

/*********************************************************************************************/
#SubProjectMenu .nav > li.first1491_no {background-color: #7a93b4;margin-top: 8px;}
#SubProjectMenu .nav > li.first1491_no:hover {background-color: #7a93b4;}
#SubProjectMenu .nav > li.first1491_no > a:hover,
#SubProjectMenu .nav > li.first1491_no > a:focus {
  background-color: #6b86a9;
}

#SubProjectMenu .nav > li.first1491_no >  a{
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#SubProjectMenu .nav > li.first1491_no > h2{
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}
#SubProjectMenu .nav > li.first1491_no > a {
	color: black;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	height: 1px;
	width: 1px;
	overflow:hidden;
}
#SubProjectMenu .first1491_no .second {background-color: #a6b6cd; display: none; width: 100%;}
#SubProjectMenu .first1491_no .second:hover {background-color: #7a93b4;}
#SubProjectMenu .first1491_no .selected {background-color: #7a93b4;}
#SubProjectMenu .active .second1491 {display: block;}


/**********************************************************************************************/
#SubProjectMenu .nav > li.first1492_no {background-color: #c65b5b; margin-top: 8px;}
#SubProjectMenu .nav > li.first1492_no:hover {background-color: #c65b5b;}
#SubProjectMenu .nav > li.first1492_no > a:hover,
#SubProjectMenu .nav > li.first1492_no > a:focus {
  background-color: #ba4848;
}

#SubProjectMenu .nav > li.first1492_no >  a{
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#SubProjectMenu .nav > li.first1492_no > h2{
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}
#SubProjectMenu .nav > li.first1492_no > a {
	color: black;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	height: 1px;
	width: 1px;
	overflow:hidden;
}
#SubProjectMenu .first1492_no .second {background-color: #da9695; display: none; width: 100%;}
#SubProjectMenu .first1492_no .second:hover {background-color: #c65b5b;}
#SubProjectMenu .first1492_no .selected {background-color: #c65b5b;}
#SubProjectMenu .active .second1492 {display: block;}


/************************************
/**  Buttons  */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 3px 20px 3px 20px;
}

.powermail_frontend_search_submit {
	margin: 5px 0 0 0;
}

/************************************
/**  tt_news  */
.news-latest-container {
	padding: 0 0 10px 0 !important;
}
.news-latest-gotoarchive {
	display: none;
}

.news-list-item {
	padding: 5px 10px 10px 10px;
}
.news-list-item:hover {
	background-color: #e8e8e8;
}

#secondaryContent .news-latest-container H2 {
	font-size: 115%;
	padding: 0 0 5px 0;
}
.news-list-container H2 {
	margin: 0px 0 5px 0;
	font-size: 16px;
}

.showResultsWrap {
	display: none;
}
.news-list-browse {
	font-size: 12px;
	padding: 10px 0 0 0;
}
.news-list-browse a {
	padding: 3px 10px 3px 10px;
	border: 1px solid #e8e8e8;
}
.news-list-browse a:hover {
	background-color: #e8e8e8;
}

.news-list-date {
	float: right;
	display: block;
	padding-left: 10px;
	font-size: 11px;
	
}


/************************************
/**  felogin  */

#contentfelogin {
	padding: 0 0 10px 15px;
}
.user, .pw, .log_button {
	float: left;
	width: 250px;
}
.log_button {
	float: left;
	width: 100px;
}



/************************************
/**  powermail  */
.powermail_label {
	color: #069800;
}
.powermail_submit {
	margin: 10px 16px 10px 200px;
	float: none;
	border: 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: #a3c136;
	width: auto;
}
.powermail_submit:hover {
	background: #669a4f;
}



/* frontend */
.powermail_frontend dl {
	clear: both;
	padding: 3px 20px;
}
.powermail_frontend_filter, .powermail_frontend_abc, .powermail_frontend_export {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(252,255,244,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	border: 0px solid #ccc;
	padding: 10px 0;
}
.powermail_frontend_search_container {
	padding: 5px 0px;
}
.powermail_frontend_abc_inner, .powermail_frontend_export_inner {
	margin: 0 0px;
}

.powermail_frontend_search_submit {
	background: #669a4f;
}
.powermail_frontend_search_submit:hover {
	background: #4c773a;
}

.backlink2 a{
	padding: 3px 15px 3px 15px;
	border: 1px solid #669a4f;
	text-decoration: none;
}
.backlink2 a:hover{
	background-color: #669a4f;
	color: white;
}
.littlebutton {
	border: 1px solid #669a4f;
	padding: 0px 5px;
	margin: 0 5px 1px 0;
	font-size: 90%;
}
.littlebutton:hover {
	background-color: #669a4f;
}
.littlebutton a {
	color: #669a4f;
}
.littlebutton a:hover {
	color: white;
}


.powermail_frontend_list th {
	background: #669a4f;
}
.powermail_frontend_list {
	width: 100%;
	font-size: 1em;
	border: 1px solid #669a4f;
	margin-top: 5px;
}
.powermail_frontend_list a {
	padding: 0 10px 0px 0;
}

.powermail_frontend_search_submit {
	width: 200px;
}


/************************************
/**  mm_forum  */

th.tx-mmforum-th {
background: #045a00;
color: #FFFFFF;
padding: 5px;
text-align: left;
font-size: 12px;
}


/************************************
/**  sb_folderdownload  */

.sbfolderdownload {
	padding: 0;
	margin: 0px 5px 3px 0;
	width: 48%;
	float: left;
	height: auto;
	overflow: hidden;
	border: 0px solid #000;
}
.sbfolderdownload_name {
	padding: 7px 8px 7px 10px;
	background-color: #ececec;
}
.sbfolderdownload_name:hover {
	background-color: #d6d6d6;
}

.sbfolderdownload_name img {
	float: left;
	margin-right: 5px;
}
.sbfolderdownload_name a {
	padding: 0 0 0 0px;
}

.sbfolderFolder {
	padding: 7px 8px 0px 10px;
	margin: 0px 0px 0px 0;
	width: 200px;
	float: left;
	height: 50px;
	line-height: 30px;
	overflow: hidden;
}

/* Bilderdarstellung */
.csc-frame-indent .sbfolderFolder, .csc-frame-indent .up {
	padding: 0;
	margin: 0px 0px 10px 0;
	width: 100%;
	float: none;
	height: 35px;
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #c5c5c5;
}

.csc-frame-indent .sbfolderFolder a, .csc-frame-indent .up a {
	padding: 0px 8px 0px 10px;
	margin: 0px 0px 10px 0;
	width: 100%;
	float: left;
}
.csc-frame-indent .sbfolderdownload {
	padding: 0;
	margin: 0px 5px 0px 0;
	width: 24%;
	float: left;
	height: 120px;
	overflow: hidden;
	border: 0px solid #000;
}
.csc-frame-indent .sbfolderdownload_name {
	padding: 7px 8px 7px 10px;
	background-color: #ececec;
}
.csc-frame-indent .sbfolderdownload_name:hover {
	background-color: #d6d6d6;
}

.sbfolderdownloadff, .sbfolderdownloadffMedia {
	padding: 0px 8px 0px 10px;
	margin: 0px 0px 0px 0;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 0px solid #000;
}




.plupload_logo {
	display: none;
width: 0px;
height: 0px;
background: url('http://www.hortinlea.org/fileadmin/templates/html/dist/img/plupload.png') no-repeat 0 0;
position: absolute;
top: 8px;
left: 8px;
}
.plupload_header_content {
	height: 56px;
	padding: 0 160px 0 10px !important;
	position: relative;
}



/************************************
/* tt_news CSS */

#treeRoot img {
	display: none;
}
#row0_0 {
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
}
#ttnews-cat-tree ul.tree ul li {
	line-height: 1.428571429;
}


/************************************
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  

/************************************
/*  tag_cloud  */
.tx-vgetagcloud-pi1 {
	background-color: white;
	line-height: 200%;
}
.tx-vgetagcloud-pi1 li {
	padding: 0 10px 0 0;
}
  


/************************************
/*   gb_events   */
/**  gb_events  **/
/* Listenansicht */

.tx-gbevents-pi1 {
	padding-left: 40px;
}
.tx-gbevents-pi1 .backlink a{
	margin: 20px 0 20px 0;
	border: 1px solid #d4d4d4;
	padding: 5px 20px 5px 20px;
}
.tx-gbevents-pi1 .backlink a:hover {
	background-color: #d4d4d4;
}
.tx-gbevents-pi1 .eventdescription {
	margin: 20px 0 20px 0;
	padding: 5px 20px 5px 0px;
}
.tx-gbevents-pi1 td {
	align: top;
}



.tx_gbevents_event {
	padding: 5px 0 5px 0;
	border-top: 1px solid #e8e8e8;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	color: #666;
}
.tx_gbevents_event .date, .tx_gbevents_event .location, .tx-gbevents-pi1 .date, .tx-gbevents-pi1 .location, .tx-gbevents-pi1 .time{
	font-size: 12px;
}
table.gbevent td.day {
	font-size: 12px;
	width: 14%;
	font-weight: normal;
}
.tx_gbevents_event .title {
	font-weight: bold;
	padding: 8px 0 5px 0;
}
.tx_gbevents_event .teaser {
	font-size: 12px;
	padding: 0px 0 10px 0;
}

/* Detailansicht */
.eventdetails, .eventupcoming {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding: 10px 0 10px 0;
	font-size: 0.75em;
	line-height: 1.7em;
}
.eventdate {
	font-weight: bold;
}
.eventteaser {
	padding: 10px 0 10px 0;
	font-weight: bold;
}
.eventupcoming .eventteaser {
	font-weight: normal;
}


.back {
	clear: both;
}
.back a{
	text-align: right;
	padding: 5px 10px 5px 10px;
	border: 1px solid #11588a;
	font-size: 0.8em;
	margin: 5px 0 0px 0;
	display: block;
}
.back a:hover {
	background-color: #e8e8e8;
	text-decoration: none;
}

.eventpic {
	float: right;
	padding: 0 0 10px 20px;
}
.eventdownload {
	padding: 15px 0 5px 0;
}




.tx_gbevents_detail .teaser {
	padding: 10px 0 10px 0;
	font-size: 0.85em;
}
.tx_gbevents_detail .description {
	padding: 0 0 10px 0;
	/*font-size: 0.75em;
    line-height: 1.7em;*/
}
.tx_gbevents_detail .description p {
	display: block;
	padding: 5px 0 5px 0;
}
.tx_gbevents_detail .downloads {
	margin: 0 0 10px 0;
}
.tx_gbevents_detail .downloads a{
	padding: 10px 10px 10px 10px;
	font-size: 0.75em;
    line-height: 1.4em;
    background-color: #f3f3f3;

}
    
}
.tx_gbevents_detail .downloads a:hover {
	background-color: #e8e8e8;
	text-decoration: none;
}

/* Kalenderansicht */
.tx-gbevents-pi1 li {
	list-style-type: none;
	text-align: center;
}
.tx-gbevents-pi1 li a{
	background-color: white;
	padding: 1px;
	display: block;
	cursor: pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
}
.tx-gbevents-pi1 li a:hover{
	background-color: #11588a;
	color: white;
	padding: 1px;
}

.tx-gbevents-pi1 ul {
	padding: 0;
	margin: 0.5em 0;
}

/*.tx-gbevents-pi1  p {
	line-height: 1.3em;
}*/

.monthcontainer {
	width: 670px;
	padding: 0 0 10px 0;
	font-size: 0.8em;
	margin: 10px 0 20px 0;
}
.monthcontainer a {
	border: 1px solid #d2eecf;
	padding: 3px 10px 3px 10px;
}
.monthcontainer a:hover {
	text-decoration: none;
	background: #ededed;
}
.prevmonth {
	float: left;
	width: 25%;
}
.thismonth {
	float: left;
	width: 48%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0px 0;
}
.nextmonth {
	float: right;
	width: 25%;
	text-align: right;
}

table.gbevent {
	width: 670px;
	background: #ededed;
	font-size: 0.8em;
}
table.gbevent td {
	padding: 3px;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
table.gbevent thead {
	height: 28px;
	font-weight: bold;
}

table.gbevent tbody td {
	height: 65px;
}
td.informative {
	color: #c9c9c9;
	background-color: #f7f7f7;
	opacity: 0.8;
}
td.event {
	background-color: #d2eecf;
}
td.current .date {
	font-size: 1em;
}




/************************************
/**  comments  */  
.tx-comments-pi1 {
	padding: 0 0 0 50px;
}
.tx-comments-comments hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.comment_header {
	font-weight: bold;
	padding: 0 0 5px 0;
}  
  


/************************************
/**  feuserlisting  */
.tx-feuserlisting-pi1 {
	font-size: 13px;
}
.tx-feuserlisting-pi1-listrow table {
	width: 100%;
}
.tx-feuserlisting-pi1-listrow td {
	padding: 2px 0 2px 4px;
	background-color: white;
	border-bottom: 1px solid #dbdbdb;
}
.tx-feuserlisting-pi1-listrow TH {
	background: #669a4f;
	padding: 5px .5em;
	white-space: nowrap;
	color: white;
}
.tx-feuserlisting-pi1-listrow TH a {
	color: white;
}
 

.tx-feuserlisting-pi1-singleView {
	padding: 0 0 0 50px;
}
.tx-feuserlisting-pi1-singleView table {
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	width: 100%;
	}

.tx-feuserlisting-pi1-singleView TH {
	background: white;
	padding: 0 .5em;
	text-align: right;
	white-space: nowrap;
}
.tx-feuserlisting-pi1-singleView td {
	padding: 2px 10px 2px 10px;
	background: white;
}
.tx-feuserlisting-pi1-singleView p.back a {
	clear: both;
	margin-top: 10px;
	border: 1px solid #cdcdcd;
	padding: 5px 20px 5px 20px;
	background: #669a4f;
	text-align: left;
	color: white;
	font-size: 12px;
}
.tx-feuserlisting-pi1-searchbox {
	padding: 8px 0px 8px 0px;
}



/************************************
/**  forum  */
#mainContent th.tx-mmforum-th {
	background: #669a4f;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
.tx-mmforum-pi5 input {
	width: 90%;
	text-align: left;
}
.tx-mmforum-pi5 input[type="submit"] {
	width: auto;
	text-align: left;
}
.tx-mmforum-pi5 input[type="radio"], .tx-mmforum-pi5 input[type="checkbox"] {
	width: 30px;
	text-align: left;
}
#mainContent input.tx-mmforum-button {
	margin: 5px 0px 5px 5px;
	padding: 5px 20px 5px 20px;
	background-color: #a3c136;
	border: 1px solid #669a4f;
	color: #045a00;
	font-weight: normal;
	vertical-align: middle;
}
#mainContent input.tx-mmforum-button:hover {
	background-color: #669a4f;
	border: 1px solid #669a4f;
	color: white;
}




/************************************
/**  nivoSlider  */
.nivoSlider {
	margin: 0 0 10px 0;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:transparent;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}  



/************************************
/**  macina_searchbox  */
.tx-macinasearchbox-pi1 {
	width: 262px;
	padding: 0;
	margin:0;
}
.tx-macinasearchbox-pi1 .searchfield {
	float: left;
	width: 160px;
}
.tx-macinasearchbox-pi1 .searchbutton input[type="submit"]{
	color: white;
	background-color: #cfcfcf;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
.tx-macinasearchbox-pi1 .searchbutton input[type="submit"]:hover{
	background-color: #a3c136;
}



/************************************
/**  indexed search  */
.tx-indexedsearch-info {
	}
.tx-indexedsearch-form input {
	margin: 0 0 10px 0;
}
.tx-indexedsearch-browsebox {
	border: 1px solid #a3c136;
	padding: 5px 10px 5px 10px;
	margin: 0px 0 20px 0;
}
ul.browsebox{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	}
ul.browsebox li a{
	padding-right: 10px;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a{
	
}
.tx-indexedsearch-title {
	font-weight: bold;
	padding: 0 0 0 5px;
}
.tx-indexedsearch-descr {
	padding: 2px 5px 4px 0px;
}
.tx-indexedsearch-info {
	font-size: 90%;
	padding: 2px 5px 2px 10px;
	color: #828282;
}


/************************************
/**  powermail  */

div.tx-powermail {
font-family: Calibri, Arial, sans-serif;
font-size: 14px;
width: 99%;
margin: 0 !important;
padding: 0 !important;
}
.powermail_frontend {
clear: left;
border: 0;
padding: 10px;
margin-bottom: 20px;
overflow: auto;
background: transparent;
}

.powermail_frontend {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
	
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.powermail_fieldset {
	clear: left;
	border: 0;
	padding: 0px;
	margin-bottom: 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: white;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


/************************************
/**  comments  */
.tx-comments-comment-admin { margin: 10px 20px; background-color: #e0e0e0; padding: 5px 9px; text-align: center; }

.tx-comments-comment-form LABEL { width: 100px; display: block; float: left; padding-top: 5px; }
.tx-comments-comment-form INPUT, .tx-comments-comment-form TEXTAREA, .tx-comments-comment-form IMG { margin-top: 5px; }
.tx-comments-comment-input, .tx-comments-comment-form TEXTAREA { width: 245px; }
.tx-comments-comment-form BR { clear: left; }
.tx-comments-comment-name { font-weight: bold; }
.tx-comments-comment-date { font-weight: bold; }
.tx-comments-comment-1, .tx-comments-comment-2 { border: 1px solid #e0e0e0; margin-bottom: 10px; padding: 3px 5px; }
.tx-comments-comment-content { padding: 3px 0; text-align: justify; }
.tx-comments-page-browser { text-align: center; margin: 15px 0; }
.tx-comments-page-browser-current, .tx-comments-page-browser A { padding: 0 3px; }
.tx-comments-required-mark { color: red; }
.tx-comments-required-error { margin-left: 10px; color: red; background-color: #f5f500; padding: 3px 5px; }
.tx-comments-captcha { padding-left: 100px; }
.tx-comments-captcha IMG { border: 1px solid #d0d0d0; margin-left: 0px; }
.tx-comments-form-top-message { border: 1px solid #d0d0d0; padding: 10px 20px; text-align: center; font-weight: bold; }

.tx-comments-closed { border: 1px solid #d0d0d0; padding: 10px 10px; margin: 10px 0; }
.tx-comments-closed IMG { vertical-align: baseline; margin-left: 4px; padding-right: 4px; }

.tx-comments-comment-report { font-size: 80%; margin: 7px 0 5px 15px; }

.tx-comments-rating { margin-left: 15px; }







/************************************
/**  flexslider  */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Additional Resets */
.slides li,
.flex-control-nav li,
.flex-direction-nav li { margin: 0; list-style-type: none; }


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0 0 16px 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; height: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: none; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 40%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px; border-radius: 6px;}
.flex-caption h3 {margin-top:0}
	
}

/* Direction Nav */
.flex-direction-nav {*height: 0; padding: 0;} /*fix for IE 7 */
.flex-direction-nav li a {width: 100px; height: 100px; margin: -30px 0 0; background: url(../img/bg_direction_nav3.png) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; opacity: 0.8; filter:alpha(opacity=80); }*/
.flex-direction-nav li a:hover  { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li .next {background-position: -80px 0; right: 30px;}
.flex-direction-nav li .prev {left: 10px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 10px; text-align: center;}
.flex-control-nav li {z-index: 20000; margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {display: none; width: 20px; background: url(../img/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;color: transparent;padding: 0 5px 0 5px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}











/************************************/
/************************************/
/************************************/
/************************************/

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



@media (min-width: 1200px) {
	.brand-fixed-top {
		width: 1170px;
	}
	.brandpic2 img{
	 
	}
	.navbar-fixed-top {
		top: 120px;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
  .brand-fixed-top {
	  width: 900px;
  }
  .brandpic {
	  width: 300px;
  }
  .brandpic2 img{
	 width: 450px;
   }
  .navbar-fixed-top {
  	top: 60px;
  	}
  
}
@media (min-width: 768px) and (max-width: 979px) {
  /*.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }*/
  
  .brand-fixed-top {
	  width: 724px;
  }
  .brandpic {
	  width: 300px;
  }
  .brandpic2 {
	  display: none;
  }
  .navbar-fixed-top {
  	top: 40px;
  }

  
  .footerFrame {
	float: none;
	margin-bottom: 20px;
	width: 100%;
  }
  .footerFrame-last {
	float: none;
	width: 100%;
	padding: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  img {width: 100%;height: auto;}
  
  .navbar .nav > li {
	  float: none;
	  width: 100%;
  }
  .navbar .nav > li.last {
	  padding: 0 0 10px 0;
  }
  .brand-fixed-top {
	  width: 300px;
  }
  .brandpic {
	  width: 200px;
  }
  .brandpic2 {
	  display: none;
  }
  .navbar-fixed-top {
  	top: 20px;
  }
  .navbar .btn-navbar {display: inherit; }
  
  #headerContent {
	  display: none;
	  }
  .headerlogo img {
	  width: 220px;
  }
  .navbar-wrapper .header {
    padding-top: 100px;
	}
  .navbar-inner {
    min-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #669a4f;
    margin-bottom: 0px;
  }
  .home_button {float: left;padding-top: 10px;}
  .helpnav {display: block;}
  .helpnav img {float: left; width: 18px; margin-right: 15px; opacity: 0.6;}
  .helpnav img:hover {opacity: 0.9;}
  
  
  .flexslider .slides img {max-width: 100%; height: 100%; display: block;}
  
  .footerFrame {
	float: none;
	margin-bottom: 20px;
	width: 100%;
  }
  .footerFrame-last {
	float: none;
	width: 100%;
	padding: 0 0 0 10px;
  }
  
  
  .footerFrame img {width: auto;}
  
}

@media (max-width: 480px){
  /*.nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }*/
  
  .navbar .nav > li {
	  float: none;
	  width: 100%;
  }
  .navbar .nav > li.last {
	  padding: 0 0 10px 0;
  }
  .brand-fixed-top {
	display: none; 
  }
  .brandpic {
	  display: none;
  }
  .brandpic2 {
	  display: none;
  }
  .navbar-fixed-top {
  top: 0px;
  }
  .footerFrame {
	float: none;
	margin-bottom: 20px;
	width: 100%;
  }
  .footerFrame-last {
	float: none;
	width: 100%;
	padding: 0 0 0 0px;
  }
}