/* @override https://www.ohwr.de/fileadmin/Template/css/custom_ply.css
	https://21.ohwr.de/fileadmin/Template/css/custom_ply.css */

header#page-header.bp-page-header.navbar.navbar-mainnavigation.navbar-default.navbar-has-image.navbar-top.navbar-fixed-top div.container a.navbar-brand.navbar-brand-image{
	padding: 0;
}

.frame.frame-size-default.frame-custom-20.frame-type-textpic.frame-layout-default.frame-background-none.frame-no-backgroundimage.frame-space-before-none.frame-space-after-none div.frame-group-container div.frame-group-inner div.frame-container.frame-container-default {
	background: #fff ;
	padding: 1em;
	border-radius:  10px;
}

.page-111 header.frame-header h3.element-header.text-center  {
	min-height: 3em;
	display: block;
}
.sr-only-focusable span {
	display: none;
}

p { hyphens: auto; }

.frame.frame-default.frame-type-text.frame-layout-0.frame-background-none.frame-no-backgroundimage.frame-space-before-none.frame-space-after-none {
	margin-top: 5em;
	padding-top: 1em;
	padding-bottom: 1em;
	
}

.frame-type-menu_subpages {
	margin: 1em 0;
}
a:hover{
	text-decoration: none;
}

.bar {
                position: absolute;
                top: -10px;
                left: 0px;
                width: 100%;
                height: 1px !important;
                background: @brand-primary;
                opacity: 0;
                .transition(top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;);
            }
            


.section-light{
	background-color: transparent !important;
	padding-top: 2em;
}

@media (min-width: 992px) {
	.backendlayout-subnavigation_left_2_columns .maincontent-wrap {
		order:  2 !important;
		width: calc(100% / 12 * ) !important;
	}
	
	.backendlayout-subnavigation_left_2_columns .subcontent-wrap{
		order:3 !important;
		width: calc(100% / 12 * 3) 
	}

}


.image_go {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 14s linear;
    -moz-animation:spin 14s linear;
    animation:spin 14s linear;
    z-index: -1;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
div.image-center.image-above div.image-wrap div.image-center-outer div.image-center-inner figure.image figcaption.caption a {
	color: #fff;
	text-align: left;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

body,html {
	height: 100%;
	background-color: #f3f2e6;  

}

div.bgimg img {
	opacity: 0;
	z-index: -100;
	position: fixed;
    width: 100%;
}

/* @group totoplink */
#toTop-right {
		text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
	background-color: #7eaac5;
	border: 1px solid #fff;
	display: none;
}





/* @end */

/* @group Navbar */

div.banner{
	background-color: #7eaac5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eaac5+0,4682aa+100 */
	background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
}

/* @group Brand */

/* BRAND */

.navbar-header-main .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 100px;
	height: 100px;
}

.navbar {
	background: transparent;
	padding-top: 10px;
		background-color: #7eaac5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eaac5+0,4682aa+100 */
	background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
	padding: 0 !important;

}

 span.navbar-toggler-icon
{
	color: #fff;
}
.frame.frame-type-bootstrap_package_carousel {
	padding: 0;
}
a draggable,
a draggable hover{
	text-decoration: none;
}
/* @end */

.navbar-main > li > a {
	font-weight:normal;
	font-style: normal;
	font-size: .9em;
}
	
b.glyphicon.glyphicon-menu-down {
	margin-left: 0.5em;
}

.nav-link.dropdown-toggle span.nav-link-text {
	color: #fff;
}
/* aktiv und hover */

.nav > li.active.dropdown > a.dropdown-toggle,
.nav > li.dropdown-submenu > a:hover,
.nav > li.dropdown-submenu.open > a.dropdown-toggle {
   color: #fff;
   border-bottom: 4px solid rgba(121,165,0,0.9);
   margin-bottom: -4px;
 }


.nav > li > ul > li > a,
.nav > li > ul > li > ul > li > a {
	color: #fff;
	padding: 0.7em;
	border-bottom: 1px solid #ccc;
	font-size: 0.77em;
	text-transform: uppercase;
	font-weight: 400;
}


@media (min-width: 1024px) {
.frame.frame-type-menu.frame-layout-0.rulerafter {
	visibility: hidden;
	height: 0;
}
}
.frame.frame-type-menu.frame-layout-0.rulerafter{
	padding-top: 2px;
	margin-bottom: 20px;	
}
.frame.frame-type-menu.frame-layout-0.rulerafter ul{
	padding: 0;
	width: 100%;

}
.frame.frame-type-menu.frame-layout-0.rulerafter ul li{
	float: left;
	display: inline-block;
	padding: 0 0.4em;
	margin-right: 2px;
	background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
}
.frame.frame-type-menu.frame-layout-0.rulerafter ul li a{
	color: #fcfcfc;
	font-size: .6em;
	}
.glyphicon.glyphicon-menu-right {
	margin-left: 0.3em;
}

.nav > li.dropdown-submenu > a,
.nav > li.active.dropdown > a {
	color: #fff;  
}


ul.dropdown-menu {
			border-radius: 0 0 20px 20px ;
			padding-bottom: 10px;
			border: none;
			background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
		
}
ul.dropdown-menu a{
	font-weight:500;	
color: #fff;	
	
}
@media (min-width: 992px) {

/* 1ebene */
  


.nav > li.dropdown-submenu > a,
.nav > li.active.dropdown > a {
  position: relative;
  display: block;
  padding: 10px;
  margin-left: 6px;
  color: #efecec;
  line-height: 30px;
  font-size: 0.85em;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  border-radius: 16px 16px 0px 0px;
}

.nav > li > ul > li > ul > li > a {
	display: block;
	font-size: 0.9em;
}

/* zeigt next level bei hover */
.dropdown-submenu:hover>.dropdown-menu,
.active.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu,
.active.dropdown>.dropdown-menu {
	margin-left: 6px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    background-color: rgba(70,130,170,0.93);
    padding-bottom: 10px;
    border: none;
    border-top: 1px solid #79A500;
}

/*3ebene*/

.dropdown-submenu:hover> ul.dropdown  {
	position: absolute;
	left:  100%;
	top: 10px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	line-height: 1.4em;
	-webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    border-radius: 0 16px 16px 16px;
    background-color: rgba(70,130,170,0.96);
	min-width: 160px;
	color: #fff;
	font-size: 0.8em;
}

/* ausrichtung neben eltern*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu ul.dropdown,
.dropdown-menu ul.dropdown  {
	display: none;
}

.dropdown-submenu:hover ul.dropdown a:hover {
	color: #fff;
	background-color: rgba(121,165,0,0.9);
	}

/* 3ebene ende */


}

@media (max-width: 991px) {
	.navbar-header-main {
		position: relative;
	}
	.navbar-header-main .navbar-brand {
    	padding: 13px 15px;
	    font-size: 20px;
    	line-height: 24px;
	    height: auto;
	}
	.navbar-header-main .navbar-brand.navbar-brand-image {
    	padding-top: 0px;
   		padding-bottom: 15px;
	}
	.navbar-header-main .navbar-brand.navbar-brand-image > img {
    	max-height: 50px;
    	width: auto;
  	}
  	.navbar-header-main .navbar-header-border-bottom {
    	display: block;
  	}
  
  	.open ul li.dropdown-submenu a {
  		display: block;
		padding: 3px 20px;
  		clear: both;
  		font-weight: normal;
  		line-height: 1.55;
  		color: #ffffff;
  		white-space: nowrap;
  		list-style-type: none;
	}
	.open ul{
  		list-style-type: none;	
		font-size: .95em;

	}



	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
		font-size: 0.9em;
	}
  
	/* telefon */ 

	li.block a{
		display: block;
	}

	/* 2 toggleebene */
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
  		border-color: #000;
  		border: none;
  		background-color: rgba(70,130,170,1);
	}
}

/* @group Sidebar */

ul.subnav-nav ul.subnav-nav a{
background: rgba(0, 50, 102, 0.45) !important;
font-size: 0.9em;
}
ul.subnav-nav ul.subnav-nav a:hover{
background: rgba(0, 50, 102, 0.7) !important;
font-size: 0.9em;

	}

ul.subnav-nav {
	font-weight: 500;
	border-radius: 0 0 20px 20px ;
	padding: 3em 0  3em 0;
		background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
	
}
ul.subnav-nav ul.subnav-nav {
	border-left: 0;
	padding: 0;
	
}


div#page-content.bp-page-content.main-section div.section.section-default div.container div.section-row div.section-column.subnav-wrap nav.frame.frame-type-subnavigation.frame-background-none.frame-no-backgroundimage.frame-space-before-none.frame-space-after-none {
	padding-top: 0;
}




/* group subnav mainframe */

.frame-type-menu_subpages{
	padding: 0;
	border: none;
}
.frame-type-menu_subpages ul {
	padding: 0;
}
.frame-type-menu_subpages ul li  {
	float: left;
	background: #ffffff !important;
	padding: 0.2em;
	margin-right: 1em;
	text-decoration: none;
	list-style-type: none;
}

.frame-type-menu_subpages ul li  a:active{
	color: #000;;
}
/* @group news */

.news-list-view div.article {
	background-color: #f9f9f0;
	border-radius: 20px;
	padding: 10px;
}
div#news-container-1420.news-list-view div.article.articletype-0 div.footer {
	display: none;
}

div.news-img-wrap  {
	width: 100%;
	display: block;
	border: none;
	
}

div.news-img-wrap  a{
	width: 100%;
	display: block;
	border: none;
	padding: 0;
	text-align: center;
}

.news-list-view div.article.articletype-0 div.news-img-wrap a img{
	border: none;
	padding: 0;
	margin: 0 auto;
}

div#news-container-1420.news-list-view div.article.articletype-0 div.news-img-wrap a {
	text-align: center;
	padding-left: 27%;
}/* ende news */



ul.dropdown-menu.show li a:hover,
ul.subnav-nav .active a,
ul.subnav-nav  a:hover {
	background-color:  rgba(70,130,170,1) !important;
	color: #fff !important;
}

/* @end */

ul.subnav-nav  a{
	background: rgba(121, 165, 0, 0.95);
	color: #fff !important;
	
	border-left: 0;
	border-right: 0;
}

	

ul.nav.nav-sidebar {
	margin-top: 2em;
	padding: 1em 0;
	-webkit-border-radius:16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: none;
	background-color: rgba(70,130,170,1);
	margin-right: 1em;
}

ul.nav.nav-sidebar li.active ul, li
ul.nav.nav-sidebar li.active ul {
	border-left: 0px solid rgba(70,130,170,1);

}

nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li a,
nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li.active a {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #fff;
}

nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li a:hover,
nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li.active a,
nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li.active  li a:hover	{
	background-color: rgba(121,165,0,0.9);
	color: #fff;
}
nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li.active  ul li.active a{
	background-color: rgba(121,165,0,0.7);
	color: #fff;
}

nav.hidden-print.hidden-xs.hidden-sm ul.nav.nav-sidebar li.active  li a{
	background-color: rgba(121,165,0,0.5);
	color: #fff;
	padding-left: 2em;
}






/* @end */

/* @group Social Sub */

#header .search {
	display: inline-block;
}

.social-share {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

ul.social-share li {
	display: inline;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fefefe;
}

ul.social-share li a {
	color: #fff;
	background-color: rgba(70,130,170,0.6);
	border-radius: 6px;
	margin-right: 0.5em;
	padding: 0.4em;
	font-size: 0.9em;
}

ul.social-share li a:hover {
	background-color: rgba(121,165,0,0.95);
	color: #fff;
}

.search i {
	color: #999;
}

input.search-form {
	background: #fff;
	width: 60px;
	padding: 0px 10px;
	color: #999;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}


button.btn.fa.fa-search {
	padding: 5px 10px;
	margin: 0;
	margin-bottom: 3px;
	line-height: 1em;
	border: 0px solid #999;
	border-radius:6px;
	color: #fff;	
}

div.search {
	float: right;
	margin-top: -2px;
}

input.search-form::-webkit-input-placeholder {
	color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
	color: #999;
}

input.search-form:hover {
	width: 180px;
}

i.fa.fa-envelope,
i.fa.fa-phone,
button.btn.fa.fa-search {
	background-color: rgba(121,165,0,0.75);
	font-size: 1em;
}	

i.fa.fa-envelope,
i.fa.fa-phone {
	padding: 0.2em 0.6em;
	border-radius:6px;
	margin-right: 0.4em;
}

/* @end social sub*/
/* @end  nav*/

/* @group Footer */

.footer section section-small footer-section footer-section-meta {
	background-color: #ac6642 !important;
	padding: 0px;
}
.footer-section a:link,
.footer-section a:visited {
	color: #fff !important;
	
}

div.body-bg footer section.section.section-small.footer-section.footer-section-meta {
	background: #ac6642 !important;
	padding: 0px;
	font-size: 0.8em;
}

#c2208 ul li {
	text-decoration: none;
	list-style-type: none;
	color: #fff;
}

#c2208 ul li a{
	color: #ffffff;
	font-size: 1.2em;
}

#c2205 p.text-center a {
	color: #fefefe;
}

#c2207 a {
	color: #ccc;
	margin: .6em;
}


#p111 div.container div.row div.col-sm-4 {
	margin-top: 30px;
	right: 0;
	text-align: ;

}

div#c2207 {
	font-size: 1.5em;
	text-align: right;
	line-height: 0em;
	float: left;
	width: 100%;
}


#c2208 ul.csc-menu.csc-menu-def li {
	list-style-type: none;
	margin-right: 0.5em;
}

.footer-section {
  	background:#ac6642;
  	border:none;
  	color:#FFFFFF;
  	padding:24px 0 36px;
  	background-color: #7eaac5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eaac5+0,4682aa+100 */
	background: #7eaac5; /* Old browsers */
	background: -moz-linear-gradient(top,  #7eaac5 0%, #4682aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaac5 0%,#4682aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaac5 0%,#4682aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaac5', endColorstr='#4682aa',GradientType=0 ); /* IE6-9 */
}

.footer-section-meta div.frame,.footer-section-meta {
	background:#ac6642;
	border:none;
  	color:#FFFFFF;
  	padding: 1em;
  	
}





div.col-sm-3 {
	text-align: center;
}



div.col-md-8.copyright {
		font-size: 0.8em;	

}

ul.csc-menu.csc-menu-def {
margin: 0;	
}



div.col-sm-6 {
	text-align: center;
	font-size: 0.8em;
	float: left;
}

#c2208  {
	font-size: 0.8em;	
}
/* @end Footer*/

/* @group Caroussel */

.carousel-text {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 1) 2px 2px 2px;
  /*text-shadow: rgba(0, 0, 0, 0) 0px 5px 8px;*/
  /*background-color: rgba(0, 0, 0, 0.9) ;*/
}


h4.first-headline {
	background-color: rgba(121,165,0,0.95);
	color: #fff;
	padding: 0.6em;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}



.div.carousel-text.vcontainer.lead h1  {
		background-color: rgba(121,165,0,0.75);
	padding: 0.5em;
	    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
            	border-radius: 20px;

}

/* @end */

/* @group startkacheln */

div.image-center.image-above div.image-wrap div.image-center-outer div.image-center-inner figure.image a img.lazyload {
	border-radius: 20px;
}

div.image-center.image-above div.image-wrap div.image-center-outer div.image-center-inner figure.image figcaption.caption {
	position: absolute;
	margin-top: -30%;
	margin-bottom: 30%;
	background-color: rgba(121,165,0,0.75);
	color: #fff;
	padding: 1em;
	border-radius: 0 20px 20px 0;
}
div.image-center.image-above div.image-wrap div.image-center-outer div.image-center-inner figure.image {
	border-radius: 30px;
}





#p111 div.container div.row.smaller {
padding:0 15px
}
@media (min-width: 991px) {

#p111 div.container div.row.smaller {
padding:0 80px
}

#c2130 div.row div.col-md-12,
#c2132 div.row div.col-md-12,
#c2147 div.row div.col-md-12,
#c2129 div.row div.col-md-12,
#c2133 div.row div.col-md-12,
#c2131 div.row div.col-md-12  {
	padding: 3em;
}
}

/* @end */

/* @group pagebrowser */

div.pagebro,
div.page-navigation {
	/*height: 40px;*/
	text-align: center;
	margin-top: 1em;
	color: #666;
}

.news-list-view div.page-navigation ul.pagination li ,
.news-list-view div.page-navigation ul.pagination li a {
	color: #999;
	padding-right: .5em;
}

div.news div.news-list-view div.page-navigation ul.f3-widget-paginator li.last.next,
div.news div.news-list-view div.page-navigation ul.f3-widget-paginator li.previous {
	width: auto;
}

p.pagebrowser {
	text-align: center;
}



 div.tx-mmc-guestbook div.list div.entry
{
	border-bottom: 1px solid #333;
	padding-bottom: 2em;
}
div.tx-mmc-guestbook div.list div.entry div.title {
	padding: 1em 0;
}

div.tx-cal-controller div.list-view p.pagebrowser span,
 div.news div.news-list-view div.page-navigation ul.f3-widget-paginator li,
 span.glyphicon.glyphicon-chevron-left{
	margin: 4px;
	background-color: #4682aa;
	width: 2em;
	padding: 0.3em 0.6em;
	border-radius: 6px;
	color: #fff;

}

#carousel-2121 a.left.carousel-control span.glyphicon.glyphicon-chevron-left {
	background-color: transparent;
	margin: 0;
	width: auto;
	padding: 0;
}

ul.f3-widget-paginator {
	width: 100% !important;
	min-height: 40px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
	display: block;
		
}

ul.f3-widget-paginator li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
ul.f3-widget-paginator li.current a{
	font-weight: bold !important;
/*	background-color: #4682aa;*/
	}
#c977 div.news div.news-list-view div.page-navigation p {
	display: none;
}

#c2124 div.tx-cal-controller div.list-view div.pagebro {
	display: none;
}

.news .page-navigation ul li  {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
	color: #fff;
}

.news .page-navigation ul li.current  {
	color: #fff;
	font-weight: bold;
}
.news .page-navigation ul li a  {
	color: #fff;
}
/* @end */

/* @group extension specials */

/*div.table-responsive {
	width: 100%;
	
}*/

.tx-veguestbook-pi1 .tx-guestbook-right {
	float:left;
	width:100%;
	background:#FFF;
	padding: 1em;
}
	
	
.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:100%;
	background:#EFEFEF;
	min-height:6em;
	padding: 1em;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background-color: rgba(121,165,0,0.95);
	color:#FFF;
	display:block;
	font-size:100%;
	font-weight:bold;
	padding: 1em;
	width: 35em;
	margin-bottom: 0;
}

#c2126 div.news div.news-list-view div.article.articletype-0 div.header h3 a span {
	font-size: 0.7em;
}



#c2126 div.news div.news-list-view,
#c2124 div.tx-cal-controller {
	font-size: 0.7em;
}
/* @end */



@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }


  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}




/* @group youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* @end */



div#c2285.frame.frame-type-list.frame-layout-0.default {
	display: inline-block;
	float: left;
	clear: both;
}

div dl dl dt a {
	width: auto;
	float: left;
	padding: 0 .7em;
	border-right: 1px solid #333;
}

span.glossname {
	font-weight: normal;
}

div.section.section-default {
	padding: 0;
}



.well {
	padding: 0;
	background-color: transparent;
	border: none;
}

.well div.row div.col-md-12 figure.image figcaption.caption {
    position: absolute;
    margin-top: -30%;
    margin-bottom: 30%;
    background-color: rgba(121,165,0,0.75);
    color: #fff;
    padding: 1em;
    border-radius: 0 20px 20px 0;
    font-weight: bold;
}
.well div.row div.col-md-12 figure.image a img.lazyload {
	border-radius: 20px ;
}
/* Guestbook */
form.mmc-guestbook-form div.form-row {
	margin-bottom: 10px;
}
form.mmc-guestbook-form div.form-row label {
	width:6em;
}


/* news */


div.news.news-single div.article div.row div.col-md-4 div.thumbnail img.img-responsive ,
div#news-container-1420.news-list-view div.row.news-list-item a img.img-responsive {
max-width: 100% !important;
height: auto;
margin-bottom: 20px;
	
}
div.row.news-list-item div.col-md-12 {
	margin-bottom: 20px;
}

div.news.news-single div.article div.row div.col-md-4 div.thumbnail img.img-responsive {
	max-width: 100%;
}

/* calendaruze */


div.calendarize div.panel.panel-default.state-default div.panel-body div.media.calendarize-item div.media-body{ 
padding: 1em;}

div.calendarize div.panel.panel-default.state-default div.panel-body div.media.calendarize-item {
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}