﻿@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont.ttf") format("truetype");
  font-weight: 400;

}



body{
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #EDEDED;
	margin: 0;
}

p {
  color: #333;
}

.cursor-pointer{
  cursor: pointer;
}


.social-media-icon{
	height:40px;
	width:auto;
	padding-bottom:5px;
}

.white-circle {
  background: white;
  display: block;
  border-radius: 100px !important;
  font-size: 14px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  color: #333;
  height: 30px;
  padding-top: 5px;
  margin-top: -5px;
  float: left;
  margin-right: 10px;
}

.box-family { 
  position: relative;
  background: #FFF;
  height: auto;
  padding: 10px;
  padding-left: 15px;
  padding-right: 25px;
  -moz-transition: padding-left .3s ease-in, padding-right .3s ease-in;
    -o-transition: padding-left .3s ease-in, padding-right .3s ease-in;
    -webkit-transition: padding-left .3s ease-in, padding-right .3s ease-in;
    transition: padding-left .3s ease-in, padding-right .3s ease-in;
}

.box-family .logo {
  width: 100px;
  float: right;
  padding: 0 0 15px 15px;
}

.box-family:hover { background: #f5f5f5; padding-left:25px; padding-right: 15px}

.four.columns.col-sm-4.image {
  padding: 30px;
}


.navbar-nav {
  margin-top: 0px;
}

.canvas {
  margin-top: -1px;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
  
  .full-width-picture{
    height: 150px;
    background-size: cover;
  }
  
  .page1 .full-width-picture{
    height: 350px;
    background-size: cover;
  }
}

@media (min-width: 992px) { 


  .full-width-picture {
    height: 150px;
    background-size: cover;
  }

  .page1 .full-width-picture {
    height: 350px;
    background-size: cover;
  }
}


@media (min-width: 768px) {
  
  .mitarbeiter { display: inline-block; }
  
  .full-width-picture{
    height: 150px;
    background-size: cover;
  }
  
  .page1 .full-width-picture{
    height: 300px;
    background-size: cover;
  }
}

@media(max-width:767px){
  body {
     padding-top: 50px; 
  }

  #content-main {
    /*margin-left: 15px;*/
  }

  #logo_mobile{
    height: 40px;
    margin-right: 10px;
  }

  #content {
    margin-bottom: 50px;
  }

  #top-nav-mobile nav {
    background-color: rgb(255,255,255);
  }

#top-nav .dropdown-menu>li>a{
  padding: 3px 14px;
}
  
  .container-xs-height {
    display: table;
    /*padding-left: 0;*/
    padding-right: 0;
  }  

  .row-xs-height {
    display: table-row;
  }

  .col-xs-height {
    display: table-cell;
    float:none;
  }

  .col-middle {
    vertical-align: middle;
  }

  #content-wrapper .active{
    position: relative;
    right: 0;
    right: 0;
  }

  .active {
  }

  .active_canvas {
    position: fixed;
    top: 0;
    left: -250;
    padding-top: 0px;
    height: 100%;
    width: 250px;
    white-space: nowrap;
    background: rgb(68,56,52);
    background: -moz-linear-gradient(left, rgba(87,81,85,1) 92%, rgba(62,60,61,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(92%,rgba(90,90,90,1)), color-stop(100%,rgba(50,50,50,1)));
    background: -webkit-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: -o-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: -ms-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: linear-gradient(to right, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#323232',GradientType=1 );
  }

  #canvas ul li a {
    color: rgb(255,255,255);
    font-size: 18px;
    padding-left: 25px;
    display: block;
  }
  
  
  .inner-canvas {
    width: 270px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .canvas img {
    padding-right: 10px;
  }
  
  .canvas {    
    position: fixed;
    top: 0;
    left: -250px;
    padding-top: 0px;
    padding-left: 0;
    height: 100%;
    width: 250px;
    white-space: nowrap;
    background: rgb(68,56,52);
    background: -moz-linear-gradient(left, rgba(87,81,85,1) 92%, rgba(62,60,61,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(92%,rgba(90,90,90,1)), color-stop(100%,rgba(50,50,50,1)));
    background: -webkit-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: -o-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: -ms-linear-gradient(left, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    background: linear-gradient(to right, rgba(87,81,85,1) 92%,rgba(62,60,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#323232',GradientType=1 );
    overflow: hidden;
  }
  
  .overflow_hidden {
    overflow-x: hidden; 
  }

  #footer_buttons .active{
    left: 265px;
  }

  .full-width-picture{
    height: 100px;
    background-size: cover;
  }
  
  .page1 .full-width-picture{
    height: 150px;
    background-size: cover;
  }
}



.news h3{
  margin-top: 0;
  margin-bottom: 10px;
}

.news img{
  margin-bottom: 15px;
}


.subtitle{
  font-weight: bold;
  color: black;
}

.img-detail{
  margin-bottom: 15px;
}

#top-nav a{
   color: rgb(0,0,0);
   background: none;
}

 #top-nav a:hover{
   color: rgb(0,129,65);
   text-decoration: underline;
 }

#top-nav .dropdown{padding:15px}

#top-nav .dropdown-menu{background:whitesmoke}

#top-nav-mobile a:hover {
  color: #333;
  background: white;
}

#content {
  font-size: 1em;
}

#content h1, #content h2{
  margin-top: 1em;
  margin-bottom: 10px;
  font-weight: 100;
  color: rgb(68,56,52);
  padding-bottom: 5px;
    border-bottom: 1px solid silver;
    font-size: 20px;
}

.csc-firstHeader { font-size: 1.6em !important; }

#content h2 { 
  padding-top: 3px;
} }

#content h1:first-child, #content-sidebar .csc-firstHeader { font-size: 1.6em; border-bottom: 1px solid rgb(207, 207, 207);}

#content h3{
  font-size: 1.3em;
  font-weight: bold;
  color: rgb(0, 83, 55);
  margin-bottom: 10px;  
  margin-top: 0px;
}



#content h4{
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.1em;
  font-weight: bold;
}

#content-sidebar {
  color: rgb(68,56,52);
}

div.csc-textpic .csc-textpic-imagewrap img { max-width: 100%; height: auto; }

hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: none !important;
}

table {
  font-size: 1em;
  width: 100%;
}

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

a {
  color: rgb(0, 83, 55);
}

#content table th {
  padding: 5px;
}

#content table th {
  vertical-align: middle;
}

.animation {
  -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.tx-sp-fotostore table {
  border-spacing: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px
}

.carousel-control {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.carousel-control, .carousel-control:hover{
  background: none !important;
  width: 10%;
}

#top-nav-mobile .form-group {
  position: relative;
}

.navbar-header .icon-bar {
   background-color: rgb(0,0,0) ;
}

.navbar-static-top {
  padding-top: 40px;
  margin-bottom: 0;
   
}

*{
  border-radius: 0 !important;
}

.nav>li>a {
  font-size: 12px;
}

a:hover, a:focus {
  color: rgb(0, 83, 55);
  text-decoration: underline;
}

.news-item {
  border-bottom: 1px solid silver;
  cursor: pointer;
  margin: 0;
  padding: 10px;
}

.news-item:hover {
  background: whitesmoke;
}

.btn-primary {
  background-color: rgb(0, 83, 55);
  border-color: rgb(24, 118, 52);
}

.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(118, 184, 42);
  border-color: rgb(0, 83, 55);
}

#main-navbar a:hover, #main-navbar a:focus {
  color: white;
}

.diagram-small{
  cursor:pointer;
}

.row .jumbotron {
  padding: 0 ; 
  margin: 0;
}

#logo {
  height: 75px;
  position: absolute;
  top: 10px;
  left:0;
}


.nav-justified>li{
  width: auto;
}

#main-navbar{
  border-radius: 0px;
  margin-top: 2px;
  padding: 0;
  height: 25px !important;
  background-color: rgb(68,56,52); 
}


#main-navbar .container-fluid{
  padding:  0 0 0 0;
  height: 100%;
}

#main-navbar ul li {
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}

#main-navbar .active a {
  text-decoration: underline;
}

#main-navbar a {
  padding: 4px 18px;
  color: rgb(255,255,255);
  width: 100% !important;
  display: inline-block;
  font-size: 12px;
}

#searchform {
  padding-top: 12px;
}

@media (max-width: 992px) { 

  #main-navbar a {
    padding: 4px 12px;
  }
}

.panel-heading {
  padding: 5px 8px;
}

.dropdown{
  width: 100%;
  height: 100%;
  display; inline-block;
  
}

.dropdown-menu {
  margin: 0px 0 0;
  background-color: rgba(87,81,85, 1);
  border: 0;
  padding: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;    
}

.align-center{
  text-align: center;
}

.row {
  display: block;
}

.padding-bottom{
  padding-bottom: 15px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  background: #cee3d4;
}

/*.fullcalendar td:hover, .table-striped > tbody > tr:nth-child(odd) > td:hover {
  background: whitesmoke;
}*/

.fullcalendar .fc-border-separate td{
  border-right: 1px solid #AEAEAE;
}


.fc-event {
  background-color: rgb(118, 184, 42);
  border: 1px solid rgb(0, 83, 55);
  color: #FFF;
  padding: 5px;
}

.warenkorb{
  background: whitesmoke;
}

.warenkorb li{
  border-bottom: 1px solid #e2e2e2;
}

.warenkorb img{
  /*width: 30px;*/
  float:  left;
  margin-right: 10px;
}

.warenkorb .item-edit{
  /*display: none;*/
  float: right;
}

.warenkorb .item{
  padding: 5px;
}


.warenkorb .item:hover {
  background: rgb(239, 239, 239);
  
}

.warenkorb .item:hover .item-edit{
  display: block !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: rgb(0, 83, 55);
}

.pagination>li>a, .pagination>li>span {
  color: rgb(0, 83, 55);
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: rgb(0, 83, 55);
}

.img-actions{
  margin-top: 5px;
}

.footer{
  background: #f3f3f3;
  padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid silver;
}

.footer .link-box{
  margin-bottom: 30px;
}

.footer a{
  color: grey;
  font-size: 12px;
}

#lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.75);
    text-align:center;
    vertical-align: middle;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

#main-navbar li:hover, #main-navbar li:focus, #main-navbar li:hover > a, #main-navbar li:focus > a,  #main-navbar li:hover div > a, #main-navbar li:focus div> a{
  background-color: inherit;
  background-color: rgb(71, 71, 71);
  color: white;
  /*text-decoration: underline;*/
}

#main-navbar a:hover, #main-navbar a:focus {
  background-color: inherit;
  background-color: rgb(71, 71, 71);
  color: white;
  text-decoration: none;
  /*text-decoration: underline;*/
}

#content-main {
  padding-top: 20px;
  /*padding-left: 0;*/
}

.images-magazine {
  text-align: justify;
}

.images-magazine > div {
  display: inline-block;
  vertical-align: top;
    text-align: center;
  /* IE fix. */
  *display: inline;
  zoom: 1;
}

.images-magazine:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.panel-green {
  background-color: rgb(0,129,65);
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 0;
}

.panel-info{
  padding: 3px;
  background-color: rgb(205,228,212);
  font-size: 0.9em;
}

#content-sidebar, #content-sidebar2{
  padding-top: 20px;
}

.table-striped > tbody > tr:nth-child(odd) > td {
   background-color: #F7F7F7;
}

.table-striped > tbody > tr:nth-child(odd) > th{
  background-color: rgb(170,199,170);
}

#footer .btn {
  background-color: rgb(217,217,217);
  height: 40px;
  border-radius: 0px !important;
  font-size: 12px;
}

#footer .btn-group-justified .btn-group:first-child {
    border-right: 2px solid rgb(255,255,255);
}
#footer .btn-group-justified .btn-group:last-child {
    border-left: 2px solid white;
}

.ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
  background: #d6e9bf;
  font-size: 12px;
  color: rgb(0, 83, 55);
  line-height: 1.42857143;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  padding: 10px 15px;
  font-weight: 300;
  outline: 0;
}

.ui-tabs .ui-tabs-panel { padding: 1em 0em; }

b { font-family: "Open Sans",Helvetica,Arial,sans-serif; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: default;
  color: #555;
  background-color: #fff;
  border: none;
  font-weight: 300;
  font-size: 12px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover { border: none; background: #FFF; font-weight: 300;}

.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none;
  background-color: #eee;
  border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border-color: #cee3d4; font-weight: 300;} 

.ui-widget { font-family: "Open Sans",Helvetica,Arial,sans-serif; }

.ui-tabs .ui-tabs-nav li:hover { border-color: #cee3d4; font-weight: 300; }

.ui-tabs .ui-tabs-nav {
  background: #FFF;
}

.ui-widget-content { border: none; }

.ui-widget-header { border: none; }

#content table th.weekday {
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

div#month-header-icons {
  display: none;
}

table#calendar-nav {
  display: none;
}

.month-large .day div {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.monthToday {
  background: #23945e none repeat scroll 0% !important;
}

/* Verbesserung am Kontaktformular */

.page25 h3 {
  display: none; /* Kann leider nicht anders entfernt werden */
}

.form-horizontal .control-label {
  text-align: left;
}

fieldset.powermail_fieldset{
    background-color:transparent;
    border:0;
    padding:0;
}
legend.powermail_label{
    font-size:1em;
    border:0;
    float:left;
}
label.powermail_label, legend.powermail_label{
    font-weight: normal;
    color: #333;
    text-align: left;
    vertical-align: top;
}

div.powermail_radio_inner {
  display: inline;
  padding-left: 10px;
}

div.powermail_radio_outer{
    
}
div.powermail_radio_inner{
    display:inline;
}
div.powermail_radio_inner label{
    font-weight:normal;   
}
.powermail_field{
    border:1px solid #ccc;
}
.powermail_submit{
    margin-left:123px;
}

.powermail_form fieldset .powermail_check_legend:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    top: 100%;
    left: 0;
}

.powermail_form fieldset .powermail_check_legend {
	margin: 20px 0 10px 0;
	position: relative;
}
.powermail_check_inner label {
	    display: inline-block;
    max-width: 95%;
    margin-bottom: 5px;
}
input[type=checkbox].powermail_checkbox {
	float: left;
    margin-top: 2px;
    margin-right: 5px;
}

#powermail_fieldwrap_18 input.btn.btn-primary.btn-md {
  float: right;
}

#powermail_fieldwrap_28{
    margin-top:30px;
}
#powermail_fieldwrap_33 fieldset legend{
    display:none;
}
#powermail_fieldwrap_33 label{
    padding-left:10px;
    font-weight:normal;
}
#powermail_fieldwrap_31{
    padding-left:123px;
}

#powermail_fieldwrap_31 ul.csc-uploads img {
    padding-right:2px;
    margin-right:5px;
}
#powermail_fieldwrap_33, #powermail_fieldwrap_35{
    padding-left:30px;
}
#powermail_fieldwrap_32 label{
    position:relative;
    top:-80px;
}
#powermail_fieldwrap_31 h1.csc-firstHeader{
    display:none;
}

.mitarbeiter {
  text-align: center;
  margin-bottom: 10px;
}

.img-mitarbeiter {
  alignment: center;
  max-width: 100%;
  
}

td, th, caption {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

td { padding: 5px; }

thead tr {
  background: #505050;
  color: white;
}

tr {
  border-bottom: 1px rgb(210, 210, 210) solid;
  background: #F9F9F9;
}

tr:nth-child(even) {
  background: white;
}

table tbody li {
  list-style-type: disc;
  margin-left: 15px;
}

/* Responsive iframes */

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  height: 100%;
}

.form-row{
margin-bottom: 5px;
}

label{
font-weight: normal;
}

label strong{
  color: rgb(51, 51, 51);
  font-size: 100%;
  text-transform: none;
  font-weight: bold;
}

/* RLV Familie Optimierung der bilder/texte */

.clickable-box  {
  padding: 10px;
  cursor: pointer;
}

.clickable-box:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* border: solid 2px rgb(0, 83, 55); */
  -webkit-box-shadow: 0px -1px 300px 1px rgba(51,51,3,1);
  -moz-box-shadow: 0px -1px 300px 1px rgba(51,51,3,1);
  box-shadow: 0px -1px 10px 1px rgb(232, 232, 232);
}

-->
body{
    #background-color:#4FA97E;
    font-size: 1.3em;
}
#footermn {
  position: relative;
}

#searchform {
  padding-top: 12px;
}

.category_image {
  position:absolute;
  top: -10px;
  right: 0px;
}

.dropdown-menu { min-width: inherit; }

#content-sidebar .alert, #content-sidebar .csc-textpic figure { margin-bottom: 6px; }
#content-sidebar .csc-textpic .alert { margin-bottom: 0px; }

#main-navbar li.active { background: #005437; }
#main-narbar li:hover { background: #00b860; }

.news-list-container .news-list-item h2 { margin: 0px 0px 5px 0px !important;  border-bottom: 0px !important; font-weight: bold !important; }

#content-main .news-list-date {
  background: #005437;
  border-radius: 5px;
  padding: 0px 10px;
  color: white;
  font-weight: bold;
}

#content-main .date-right { text-align: right; }

#content-main .news-list-item img:nth-of-type(1) {
  float: left;
  margin-right: 10px;
}

.clearer { clear: both; }

.readmore { text-align: right; margin-top: 10px; }
.readmore_3 { text-align: right; margin-top: 5px; }
.readmore_3 a { padding: 0px 3px; border: 1px solid; }

.news-list3-container { margin-top: 15px;  font-size: 12px; }
.news-list3-container img { margin-bottom: 5px; }
.news-list3-container .date { background: #005437; padding: 0px 2px; color: white; font-weight: bold; }
.news-list3-container h3 { margin-top: 5px !important; margin-bottom: 5px !important; font-size: 1.1em !important; }

.news-single-item .news-single-imgcaption { 
  font-size: 12px; 
  margin-bottom: -1px; 
  padding: 1px 10px 2px; 
  color: #FFFFFF;
  background: #443834; 
}
.news-single-item .news-single-img { float: left; margin-right: 15px;}
.news-single-item .detail_date { border-bottom: 1px solid #c0c0c0; margin-bottom: 5px; margin-top: 30px; }
.news-single-item .main_news_title { margin: 4px 0px 4px 0px !important; color: #1A873A !important; font-weight: bold !important; border-bottom: 0px none !important; }
.news-single-item .news_subheader h2 { margin: 4px 0px 4px 0px !important; color: #1A873A !important; border-bottom: 0px none !important; font-size: 16px !important;}
.partner { 
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px;
}
.news-header-list-container { border-bottom: 1px solid #c0c0c0; }

.partner img { margin: 0 auto; }

.partner .farbe { 
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; 
  width: 100%;
  display: block;
}

.partner .grau {
  opacity: 1;
  max-width: 100%;
  display: block;
  width: 100%;
}

.partner .kontaktdaten {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(12,84,64, 0.95);
}

.partner .kontaktdaten p {
  text-align: center;
  margin: 31% 0;
  color: #FFFFFF;
}

.partner:hover .grau{ opacity: 0; }
.partner:hover .farbe{ opacity: 1; }

.ansprechpartner { text-align: center; }
.ansprechpartner img { margin: 0 auto; }

.ansprechpartner .infos {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(12,84,64, 0.85);
}

.ansprechpartner:hover .infos { 
  opacity: 1;
  -webkit-transition: opacity 700ms ease-in;
  -moz-transition: opacity 700ms ease-in;
  -o-transition: opacity 700ms ease-in;
  transition: opacity 700ms ease-in;
}

.ansprechpartner .infos p {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.ansprechpartner .infos p a {
  color: #FFFFFF;
  text-decoration: underline;
}

.container-ansprechpartner{ width: 100%; position: relative; }

#footermn { display: none; }

/* Supplements Anfang*/



.four {
  width: 33.33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.three img, .four img { width: 100%; }

.four figcaption { 
  opacity: 0;
  position: absolute;
  width: 100%;
  background: rgba(12,84,64, 0.95);
  height: 100%;
  text-align: center;
  bottom: 9px;
  padding: 20px 10px;
  color: #FFFFFF;
  -webkit-transition: opacity 700ms ease-in;
  -moz-transition: opacity 700ms ease-in;
  -o-transition: opacity 700ms ease-in;
  transition: opacity 700ms ease-in;
}

.four:hover figcaption, .three:hover figcaption { opacity: 1; }

.three {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.three figcaption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12,84,64, 0.95);
  bottom: 9px;
  -webkit-transition: opacity 700ms ease-in;
  -moz-transition: opacity 700ms ease-in;
  -o-transition: opacity 700ms ease-in;
  transition: opacity 700ms ease-in;
}

.three figcaption p {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  bottom: 0px;
}

.three figcaption p a { text-decoration: underline; color: #FFFFFF; }

.three.image img, .six.image img{
  max-width: 100%;
  height: auto;
  width: 100%;
}

.six {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.nine {
  width: 66.666%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.twelve {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Supplements Ende*/

/* Sonderveröffentlichungen Anfang */

#lightbox-container { width: 100%; }
.colorbox { cursor: pointer; }

.sonderveroeffentlichung_kontakt > div { background: #EEEEEE; }
.sonderveroeffentlichung_kontakt h2 { margin: 10px 0  5px !important; color: #1A873A !important; }
.sonderveroeffentlichung_kontakt .twelve div { padding: 0 15px; }

.sonder_lightbox img {
  -webkit-box-shadow: 7px 7px 10px -3px rgba(100,100,100,0.5);
  -moz-box-shadow: 7px 7px 10px -3px rgba(100,100,100,0.5);
  box-shadow: 7px 7px 10px -3px rgba(100,100,100,0.5);
  border: 1px solid;
}
/*.page267 .browsepdf { width: 1200px; height: 800px; margin: 0 auto;}*/

/* Sonderveröffentlichungen Ende */

/* Tabs Anfang */
.page260 .tab-nav { 
  margin-bottom: 10px; 
  position: absolute;
  top: 28px;
  right: 15px;
}
 
.tab-nav li { 
  display:  inline-block; 
  padding: 10px 20px;
  background: #999999;
}

.tab-nav li.active { background: #0C5440; }
.tab-nav li.active a { font-weight: bold;}
.tab-nav li a { color: #FFFFFF; }

.tabs .tab-content { display: none; }
.tabs .tab-content.active { display: block; }

/* Tabs Ende */

/* Zoom Plugin Anfang */
/*
#cboxContent:after {
  content:'';
  display:block; 
  width:33px; 
  height:33px; 
  position:absolute; 
  bottom:5px;
  right:5px;
  background:url(../images/zoom/icon.png);
}
*/
.zoomImg.zoomedIn {
  cursor: url(../images/zoom/zoom-out.cur),url(fileadmin/templates/images/zoom/zoom-out.cur), pointer;
}

.zoomImg {
  cursor: url(../images/zoom/zoomin.cur),url(fileadmin/templates/images/zoom/zoomin.cur), pointer;
}

#cboxClose { z-index: 10; }

.zoominfo {
  position: absolute;
    width: 100%;
    text-align: center;
    top: 5px;
    border-left: 5px solid black;
    border-right: 5px solid black;
    color: rgb(255, 255, 255);
    padding: 3px 0px;
    background: none repeat scroll 0% 0% rgba(12, 84, 64, 0.7);
}

/* Zoom Plugin Ende */

@media screen and (min-width: 992px)  {
  .partner:nth-of-type(3n+1) {
    border-left: 1px solid #E9E9E9;
    box-sizing: border-box;
  }

  .ansprechpartner:nth-child(1n+5) { margin-top: 20px; }
  .container-partner { padding: 0; }
  .container-partner:nth-child(1n+2) { margin-top: 20px; }

  .container-veranstaltung { height: 300px; overflow-y: auto }
}

@media screen and (max-width: 991px)  {
  .partner:nth-of-type(2n+1) {
    border-left: 1px solid #E9E9E9;
    box-sizing: border-box;
  }

  .ansprechpartner:nth-child(1n+3), .container-partner:nth-child(1n+1) { margin-top: 20px; }

  .four, .three {  width: 50%;  }

  .sonderveroeffentlichung_kontakt { width: 33%; } 
}

@media screen and (max-width: 767px)  {
  .page259 #c652 .col-xs-12:nth-of-type(1) { margin-bottom: 20px;  }
}

@media screen and (max-width: 565px)  {
  .sonderveroeffentlichung_kontakt, .page259 .nine { width: 100%; }
}

@media screen and (min-width: 768px) and (max-width: 1024px)  {
  #main-navbar a {
      padding: 4px 10px;
  }
}

.tt-products .mainMenu .act {font-weight:bold;}

.tt_products_item_list .listitem {
overflow: hidden;
height: 310px;
position: relative;
margin-bottom: 35px;
}

.tt_products_item_list .img-container {
padding: 5px;
background: rgb(237, 237, 237);
border: 1px solid rgb(217, 217, 217);
margin-bottom: 15px;
text-align: center;
height: 127px;
}

.tt_products_item_list .img-container .listitem img {
height: auto;
width: auto;
max-width: 100%;
max-height: 100%;
}

.tt_products_item_list .listitem h3 a {
font-size: 14px;
}

.tt_products_item_list .price strong {
color: rgb(255, 255, 255);
font-size: 13px;
}

.tt_products_item_list .listitem label{
font-weight: normal;
}

.tt_products_item_list .listitem .number{
text-align: right;
}

.tt_products_item_list p.price {
padding: 7px 7px;
margin: 0;
text-align: right;
}

.img-container {
padding: 5px;
background: rgb(237, 237, 237);
border: 1px solid rgb(217, 217, 217);
margin-bottom: 15px;
text-align: center;
height: 127px;
}

.tt_products_item_single_display .img-container {
height: auto;
}

.img-container img {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}

.tt_products_item_list .order_form {
position: absolute;
bottom: 10px;
background: rgb(65, 65, 65);
}

.tt_products_basket_info select[name="recs[personinfo][salutation]"] option[value="2"],
.tt_products_basket_info select[name="recs[personinfo][salutation]"] option[value="3"],
.tt_products_basket_info select[name="recs[delivery][salutation]"] option[value="2"],
.tt_products_basket_info select[name="recs[delivery][salutation]"] option[value="3"]
{display:none;}
.tt_products_basket_info #basket-deliveryaddress {
  visibility: hidden;
  opacity: 0;
  height:0;
   transition: visibility 0s .25s, opacity .25s linear,height .25s;
   -moz-transition: opacity .25s ease-in-out,visibility 0s .25s, height .25s;
   -webkit-transition: opacity .25s ease-in-out,visibility 0s .25s, height .25s;
}
.tt_products_basket_info #activate-delivery:checked {color:red;}
.tt_products_basket_info #activate-delivery:checked ~ #basket-deliveryaddress {
  visibility: visible;
  opacity: 1;
  height:auto;
}

h1 .glyphicon, h2 .glyphicon {
font-size: 90%;
}

.total-price a {
font-size: 12px;
margin-top: 10px;
color: rgb(65, 65, 65);
display: inline-block;
float: right;
text-decoration: none;
}

.basket_items img {
width: 35px;
height: auto;
}

.total-price strong {
font-size: 14px;
}

.form-rows > .row {
margin-bottom: 5px;
}

@media screen and (max-width: 565px)  {
  .tt_products_item_list .listitem { height: auto; padding-bottom: 50px; }
}

.flipping-book img{
  cursor: pointer;  
  box-shadow: 1px 2px 6px rgb(61, 61, 61);
  -moz-box-shadow: 1px 2px 6px rgb(61, 61, 61);
  -webkit-box-shadow: 1px 2px 6px rgb(61, 61, 61);
}


.abo-box {
  display: block;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
  padding: 10px;
  min-height: 240px;
  position: relative;
  margin-bottom: 30px;
}

.abo-box:hover {
  text-decoration: none;
  background: whitesmoke;
}

.abo-box button {
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
}

.abo-box > h3 {
  font-weight: 400 !important;
}

.abo-box .description {
  color: rgb(68, 56, 52);
}

		
#content > div:nth-child(3) {
    background: white;
    margin: 0;
		padding-bottom: 30px;
}

.down > span {
  position: absolute;
  right: 40px;
  top: 1px;
  color: #fff;
  font-size: 16px;
  height: 35px;
  z-index: 10;
  width: 40px;
  text-align: center;
  line-height: 25px;
  padding-top: 7px;
  cursor: pointer;
}

#top-nav-mobile .level-2 {
  border-bottom: 1px solid #fff;
  background: #666;
  padding: 8px 0px 5px;
}

/*#top-nav-mobile .level-2 li {
  padding: 5px 0;
}*/

#top-nav-mobile .level-2 li a{
  padding: 5px 0 5px 25px;
}

/* Stellenanzeigen */
#c5679 h1 {
  font-size: 20px !important;
}


#powermail_fieldwrap_157{
    width: 49%;
    display: inline-block;
    margin-bottom: 0px;
}

#powermail_fieldwrap_158{
    width: 49%;
    display: inline-block;
    margin-left: 7px;
margin-bottom: 0px;
}

#powermail_fieldwrap_159{
margin-bottom: 0px;
}  

#powermail_fieldwrap_160{
    width: 33%;
    display: inline-block;
margin-bottom: 0px;
}

#powermail_fieldwrap_161{
    width: 65%;
    display: inline-block;
    margin-left: 7px;
margin-bottom: 0px;
}

div.powermail_fieldwrap_submit>input.powermail_field{
	background: #1B7A14;
	color: white;
}

.formError{
opacity: 0.87;
position: static !important;
margin-top: 0px !important;	
}

.powermail_form_10 label.powermail_label,
.powermail_form_11 label.powermail_label,
.powermail_form_8 label.powermail_label,
.powermail_form_9 label.powermail_label {
  width: 120px;
}

.powermail_form_10 #powermail_fieldwrap_127 legend,
.powermail_form_11 #powermail_fieldwrap_140 legend,
.powermail_form_8 #powermail_fieldwrap_101 legend,
.powermail_form_9 #powermail_fieldwrap_114 legend  {
  width: 120px;
  margin: 0;
}

.powermail_form_10 #powermail_fieldwrap_138 legend, 
.powermail_form_11 #powermail_fieldwrap_151 legend,
.powermail_form_8 #powermail_fieldwrap_113 legend,
.powermail_form_9 #powermail_fieldwrap_125 legend {
  margin-left: 120px;
  width: calc(100% - 120px);
}

.powermail_form_10 #powermail_fieldwrap_138 .powermail_check_outer,
.powermail_form_11 #powermail_fieldwrap_151 .powermail_check_outer,
.powermail_form_8 #powermail_fieldwrap_113 .powermail_check_outer,
.powermail_form_9 #powermail_fieldwrap_125 .powermail_check_outer  {
  margin-left: 120px;
}

.showResultsWrap{display:none;}

.powermail_fieldwrap_sendername,.powermail_all_value powermail_all_type_input powermail_all_marker_sendername, .powermail_all_type_input powermail_all_marker_sendername,.powermail_all_label powermail_all_type_input powermail_all_marker_sendername{display:none;}