/* ############################################################################################# 
## GEMEINDE GERSDORF-CMS-TEMPLATE ##################################################################################
############################################################################################# */

@font-face {
    font-family: 'gasparregular';
    src: url('../../fonts/Gaspar Regular-webfont.eot');
    src: url('../../fonts/Gaspar Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Gaspar Regular-webfont.woff') format('woff'),
         url('../../fonts/Gaspar Regular-webfont.ttf') format('truetype'),
         url('../../fonts/Gaspar Regular-webfont.svg#gasparregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gasparitalic';
    src: url('../../fonts/Gaspar Regular Italic-webfont.eot');
    src: url('../../fonts/Gaspar Regular Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Gaspar Regular Italic-webfont.woff') format('woff'),
         url('../../fonts/Gaspar Regular Italic-webfont.ttf') format('truetype'),
         url('../../fonts/Gaspar Regular Italic-webfont.svg#gasparitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gasparbold';
    src: url('../../fonts/Gaspar Bold-webfont.eot');
    src: url('../../fonts/Gaspar Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Gaspar Bold-webfont.woff') format('woff'),
         url('../../fonts/Gaspar Bold-webfont.ttf') format('truetype'),
         url('../../fonts/Gaspar Bold-webfont.svg#gasparbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gasparbold_italic';
    src: url('../../fonts/Gaspar Bold Italic-webfont.eot');
    src: url('../../fonts/Gaspar Bold Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Gaspar Bold Italic-webfont.woff') format('woff'),
         url('../../fonts/Gaspar Bold Italic-webfont.ttf') format('truetype'),
         url('../../fonts/Gaspar Bold Italic-webfont.svg#gasparbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	
}
body {
	font-family: 'gasparregular', arial, verdana, sans-serif;
    background: #0b7400;
    background: -moz-linear-gradient(-45deg, #0b7400 0%, #92a501 100%);
    background: -webkit-linear-gradient(-45deg, #0b7400 0%,#92a501 100%);
    background: linear-gradient(135deg, #0b7400 0%,#92a501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7400', endColorstr='#92a501',GradientType=1 );
	color: rgb(53, 53, 53);
	margin: 0;
	padding: 0;
	line-height: 150%;
}
body *{
	font-size: 17px;
}

/* #### HEADLINES ############################### */



h1 {
	font-size:37px;
	line-height:120%;
	margin: 0 0 20px 0;
	color: rgb(33, 124, 0);
	font-weight:normal;
	font-family: 'gasparbold', arial, verdana, sans-serif;
}
h1:after {
	content:'';
	display:block;
	height:1px;
	width:60px;
	background:rgb(217, 38, 28);
	margin:20px 0;
}
h2 {
	font-size:25px;
	line-height:120%;
	margin: 40px 0 20px 0;
	color: rgb(53, 53, 53);
	font-family: 'gasparbold', arial, verdana, sans-serif;
	font-weight:normal;
}
h2 a {
	font-size:25px!important;
}
.aktuelles h2 {
	margin: 0 0 10px 0!important;
}
.h2_top h2 {
	margin: 0 0 20px 0;
}
h3 {
	font-size:20px;
	line-height:120%;
	margin:25px 0px 15px 0px;
	border-bottom:1px solid rgb(53, 53, 53);
	padding-bottom:10px;
	font-family: 'gasparbold', arial, verdana, sans-serif;
	font-weight:normal;
}
h3 a {
	font-size:20px!important;
}
h4 {
	font-size:17px;
	line-height:120%;
	margin:20px 0px 4px 0px;
	font-family: 'gasparbold', arial, verdana, sans-serif;
	font-weight:normal;
}



/* text- and list-margins */

a, .link{
	color: rgb(0, 162, 229);
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a:focus,a:hover,
	.link:focus,.link:hover {
	color: rgb(0, 131, 185);
	text-decoration: none;
}
ul, ol {
	margin: 0 0 20px;
	padding:0;
}
ul li {
	padding:5px 0;
	margin: 0 0 0 15px;
	list-style-type:square;
	border-bottom:1px solid rgba(53, 53, 53, 0.08);
}
ol {
	counter-reset:item;
}
ol > li {
	padding:10px 0;
	margin: 0 0 0 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	list-style-type:none;
	counter-increment:item;
}
ol > li:before {
	display: block;
	padding: 5px;
	text-align: center;
	content: counter(item) ".";
	background: rgb(0, 157, 204);
	color: #fff;
	font-family: 'gasparbold', arial, verdana, sans-serif;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	margin: 0 10px 30px 0;
	float: left;
}
li:last-child {
	border:none!important;
}
p, table, form {
	margin: 0 0 20px 0;
	width:100%;
}
p {
	  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
strong {
  	font-family: 'gasparbold', arial, verdana, sans-serif;
	font-weight:normal;
}
small, small *{
	font-size: 11px;
	display: inline-block;
}
figure {
	margin:0;
}
#content figure {
	margin-bottom:20px;
}
figure img {
	width:100%;
}
hr {
	background:rgba(53, 53, 53, 0.08);;
	height:5px;
	margin:20px 0;
	display:inline-block;
	width:100%;
	border:none;
}

/* #### GRID ############################### */
.row {
  width: 100%;
  padding:30px 0;
  max-width:1300px;
  margin:0 auto;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
}
.col-2 {width: 14.66%;margin:0 1%;}
.col-2_5 {width: 20%;margin:0;}
.col-3 {width: 23%;margin:0 1%;}
.col-4 {width: 31.33%;margin:0 1%;}
.col-5 {width: 39.66%;margin:0 1%;}
.col-6 {width: 48%;margin:0 1%;}
.col-7 {width: 56.33%;margin:0 1%;}
.col-8 {width: 64.66%;margin:0 1%;}
.col-9 {width: 73%;margin:0 1%;}
.col-10 {width: 81.33%;margin:0 1%;}
.col-12 {width: 100%;}
.col-last {margin-right:0;}

.cms_contentblock {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}


/* ############################################################################################# 
## NAVIGATION ##################################################################################
############################################################################################# */

/* #### SANDWICH-ICON ############################### */
.menu {
position: relative;
display:  none;
width: 65px;
height: 65px;
margin: 25px;
cursor:pointer;
position:absolute;
right:0;
top:0;
margin:0;
background:rgb(0, 162, 229);;
}
.menu span {
margin: 0 auto;
position: relative;
top: 32px;
}
.menu span:before, .menu span:after {
position: absolute;
content: '';
}
.menu span, .menu span:before, .menu span:after {
width: 24px;
height: 2px;
background-color:#fff;
display: block;
}
.menu span:before {
margin-top: -6px;
}
.menu span:after {
margin-top: 6px;
}
.rwdbtn span {
-webkit-transition-duration: 0s; transition-duration: 0s;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn:hover span {
background-color: rgba(0,0,0,0.0);
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn span:before {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:before {
margin-top: 0;
-webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.rwdbtn span:after {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:after {
margin-top: 0;
-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


/* ############################################################################################# 
   #### NAVIGATION #############################################################################
   ############################################################################################# */
#navigation {
	float:right;
	margin: 0;
	padding:0;
}
#navigation ul {
	float:left;
	padding:0;
	margin:0;
}
#navigation li {
	float:left;
	list-style-type: none;
	border:none;
	padding:0;
	position:relative;
	margin:0;
	height:100px;
}
#navigation li a {
	color: #fff;
  	font-family: 'gasparregular', arial, verdana, sans-serif;	
	font-size:19px;
	display:block;
	margin:0;
	height:100px;
	line-height:100px;
	font-weight:500;
	padding: 0 10px;
}
#navigation li a:hover, #navigation li.active a, #navigation li.active_parent a {
	background:rgba(0,0,0,0.1);
}
#navigation li:hover ul {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#navigation li ul {
	z-index:12;
	position: absolute;
	left: 0;
	display: block;
	top: 100px;
	text-align: left;
	background:rgb(0, 162, 229);
	visibility: hidden;
	width:230px;
	opacity: 0;
	transition: .33s all ease-out;
	padding:0;
}
#navigation li ul li {
	width:100%;
	margin:0;
	position:relative;
	height:40px;
}
#navigation li.active li a, #navigation li.active_parent li a {
	background:rgb(0, 162, 229);
	color: #fff;
}
#navigation li ul li a {
	color: #fff;
	letter-spacing: 0;
	text-decoration: none;
	font-size:14px;
	height:auto;
	display:block;
	float:none;
	margin:0;
	padding:0 10px;
	line-height:40px;
	background:none;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#navigation li ul li:last-child a {
	border-bottom:none;	
}
#navigation li ul li a:hover, #navigation li ul li.active a {
	background: rgb(0, 131, 185);
	color: #fff!important;
}
#navigation li ul li ul{
	display:none!important;
	position:absolute;
	left: 230px;
	top: -1px;
	margin: 0;
	padding: 1px;
}
#navigation li ul li:hover ul {
	display:block!important;
}



/* ############################################################################################# 
   #### MAIN ###################################################################################
   ############################################################################################# */

#wrapper {
	width:100%;
	margin:0 auto;
	display:inline-block;
}


/* ###################################################################
   #### HEADER #######################################################
   ################################################################ */


#header {
	position:fixed;
	top:0;
	padding:0 2%;
	margin:0 auto;
	width:96%;
	z-index: 999;
	height:100px;
	background: #0b7400; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #0b7400 0%, #92a501 100%);
	background: -webkit-linear-gradient(-45deg, #0b7400 0%,#92a501 100%);
	background: linear-gradient(135deg, #0b7400 0%,#92a501 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7400', endColorstr='#92a501',GradientType=1 );
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
#header .row {
	padding:0;
	height:100px;
	margin:0 auto;
	max-width:none;
}
#logo {
	margin: 20px 0 ;
}
#logo img {
	width:100%;
	height:100px;
}


/* ###################################################################
   #### INDEX #######################################################
   ################################################################ */


#slider {
	margin: 100px 0 0;
	width: 100%;
	height: 400px;
}
#slider .cms_collectioncontent_slide {
	width:100%;
}
#slider .bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border: none;
    left:0;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
#slider .bx-wrapper {
	margin:0!important;
}
.bx-wrapper .bx-controls-direction a {
	z-index:1;
}
.slider_teaser {
	width: 100%;
	max-width:1300px;
	box-sizing:border-box;
	margin:0 auto!important;
}
.slider_teaser .cb_1 {
	margin: 100px 0 0 60%;
	background: rgba(255,255,255,0.9);
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	width: 39%;
	border-bottom:3px solid #83b400;
}
.slider_teaser h2 {
	font-size: 45px;
	line-height: 100%;
	color:#0d7500;
	margin:30px 0 20px 0;
}
.slider_teaser h2 span {
	font-size: 50px;
	line-height: 100%;
	color:#83b400;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
	-moz-border-radius: 0px!important;
	-webkit-border-radius:0px!important;
	border-radius: 0px!important;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgb(0, 162, 229);
}
.white,.veranstaltungen {
	margin:0 0 20px;
	padding:40px;
	background:#fff;
	box-sizing:border-box;
	display:inline-block;
	width: 100%;
}
.veranstaltungen h2 {
	margin-top:0;
	padding-top:0;
}

/* ###################################################################
   #### CONTENT ######################################################
   ################################################################ */

#container {
	padding-bottom:40px;
}
#container figure {
	overflow:hidden!important;
	box-sizing:border-box;
}
#container figure img {
	display: block;
    margin: 0 auto;
	width:100%;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
#container figure img:hover {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    -moz-transform: scale(1.1);
    transform: scale(1.1);	
}
#sidebar {
	padding:0;
}
#sidebar figure {
	margin:0 0 20px ;
}
.linklist_green {
	background:#83b400;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.linklist_green li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.linklist_green a {
	padding:5px;
	color:#fff;
	display:block;
}
.linklist_green a:before {
	content:'';
	float:left;
	color:#fff;
	margin:0 5px 0 0;
	font-family:'fontawesome';
}
.linklist_green a:hover {
	color:#fff;
	background:rgba(0,0,0,0.1);
}
.linklist_white {
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.linklist_white li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.linklist_white a {
	padding:5px;
	display:block;
}
.linklist_white a:before {
	content:'';
	float:left;
	color:rgb(0, 162, 229);
	margin:0 5px 0 0;
	font-family:'fontawesome';
}
.linklist_white a:hover:before {
	color:rgb(0, 131, 185);
}
.pdf_list li {
	list-style-type:none;
	margin: 0 0 0 25px;
}
.pdf_list a:before {
	content:'';
	float:left;
	color:rgb(0, 162, 229);
	margin:0 10px 0 -25px;
	font-family:'fontawesome';
}
.newsbutton {
	display:none!important;
}
#content figure {
	overflow:hidden!important;
	box-sizing:border-box;
}
.default #container {
	margin:140px auto 0!important;
}
.linkboxen {
	display:none;
}
.white_bg {
	background: #fff;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border:10px solid #d9261c;
}


/* #### FOOTER ############################### */


#footer {
	background:none
	margin: 0 auto;
	width:100%;
	padding:50px 0 0;
	box-sizing:border-box;
	font-size:14px;
	color:#fff!important;
}
#footer .row {
	padding:0;
	margin:0 auto 40px;
	max-width:1300px;
	box-sizing:border-box;
}
#footer h4 {
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
}
#footer p {
	margin:0;
	line-height:130%!important;
	color:#fff;
}
#footer span, #footer li, #footer p {
	font-size:14px;
	color:#fff;
	line-height: 130%;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer li {
	padding:0;
	list-style-type:none;
	margin:0;
	border-bottom:none
}
#footer a {
	color:#fff;
	font-size:14px;
}
#footer a:hover {
	text-decoration:underline;
}
#footer li ul {
	display:none;
}
#footer span {
	width:60px;
	display: inline-block;
}
#copyright {
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	max-width: 1300px;
	text-align: right;
}


/* ###################################################################
   #### SPECIAL ######################################################
   ################################################################ */

/* #### FLEX ############################### */
.flex .cb_1-2_1-2,
.flex .cb_1-3_1-3_1-3,
.flex .cb_2-3_1-3,
.flex .cb_1-3_2-3 {
	display: -webkit-flex!important;
	display: -ms-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.flex .cb_1-2_1-2 > div,
.flex .cb_1-3_1-3_1-3 > div,
.flex .cb_2-3_1-3 > div,
.flex .cb_1-3_2-3 > div,
.flex .cb_1 > div {
    background:rgba(131,180,0,0.1);
	padding:20px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.flex .cb_1-2_1-2 .clear,
.flex .cb_1-3_1-3_1-3 .clear,
.flex .cb_2-3_1-3 .clear,
.flex .cb_1-3_2-3 .clear,
.flex .cb_1 .clear {
	background:none!important;
	padding:0!important;
	box-sizing: unset!important;
}
.flex h2 {
	color: #83b400;
	border-bottom: 1px solid #83b400;
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 100%;
}
.flex img {
	display: block;
    margin: 0 auto;
}
.flex .cms_content_button {
	text-align:center!important;
	box-sizing:border-box;
}

.cms_content_calendar .cms_content_accordion_accordion {
	width:100%;
}
.cms_content_calendar .cms_content,
.index .cms_content_calendar,
.cms_content_calendar_listpage .cms_content {
	display:inline-block!important;
	display: -webkit-flex!important;
	display: -ms-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;	
}
.cms_content_calendar .cms_content_calendar_teaser,
.index .cms_content_calendar > div {
	width: 32.33%;
	margin: 0 1% 10px 0;
	background: rgba(0,181,238,0.2);
	padding: 20px;
	box-sizing: border-box;
	float:left;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
}
.cms_content_calendar .cms_content_calendar_teaser:hover,
.index .cms_content_calendar > div:hover {
	background: rgba(0,181,238,0.9);
}
.index .cms_content_calendar > div:hover .cms_content_calendar_teaserdate,
.index .cms_content_calendar > div:hover .cms_content_calendar_teasertitle,
.index .cms_content_calendar > div:hover .cms_content_calendar_teasertext,
.cms_content_calendar_teaser:hover .cms_content_calendar_teaserdate,
.cms_content_calendar_teaser:hover .cms_content_calendar_teasertitle,
.cms_content_calendar_teaser:hover .cms_content_calendar_teasertext {
	color:#fff!important;
}
.cb_float-right .cb_float-right_left {
    float: left;
    padding: 0px 30px 0 0px !important;
	margin:0!important;
    max-width: 30%;
    position: relative;
    z-index: 15;
	box-sizing:border-box;
}
.cb_float-left .cb_float-left_left {
	float:left;
    padding: 0px 30px 0 0 !important;
	margin:0!important;
    max-width: 70%;
	box-sizing:border-box;
}
.cb_float-left .cb_float-left_right {
    float: right;
    padding: 0px 0 0 30px !important;
	margin:0!important;
    max-width: 30%;
    position: relative;
    z-index: 15;
	box-sizing:border-box;
}
.cms_content_calendar .cms_content_calendar_teaser .cms_content_calendar_teaserdate,
.index .cms_content_calendar > div .cms_content_calendar_teaserdate {
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:14px;
	color: rgb(53, 53, 53);
	margin-bottom:15px;
	padding-bottom:10px;
	display: block;
}
.cms_content_calendar .cms_content_calendar_teaser {
	color: rgb(53, 53, 53);
	  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.cms_content_calendar .cms_content_calendar_teaser .cms_content_calendar_teasertitle,
.index .cms_content_calendar > div .cms_content_calendar_teasertitle {
	color:rgb(0, 162, 229);
	font-weight:normal;
	display: block;
}
.cms_content_calendar .clear {
	display:none;
}
.cms_content_calendar_teasermore {
	display:none!important;
}

.companys_db iframe {
	width: 100%;
	border: none;
	height: 500px;
}

/* table-styles */

table{
	border-collapse: collapse;
}
	table tr{
	}
		table tr th{
			text-align: left;
		}
		table tr th, table tr th *{
		}
		table tr th,
		table tr td{
			padding: 15px 5px;
			vertical-align: top;
			border-bottom: solid 1px rgba(0,0,0,0.1);
		}
		table tr:nth-child(even){
			background: rgba(0,0,0,0.03);
		}
		table tr:hover{
			background: rgba(0,0,0,0.05);
		}

		thead > tr > th:first-child  {
			width:430px;
		}

.cms table tr th, table tr th {
	color:rgb(53, 53, 53);
}

		
		
/* form-styles */

.form_row {
	margin-bottom:20px;
}
.form_row_header {
	padding:10px 0 10px 20px;
	background:rgb(232, 232, 232);
	height:25px;
	color:#fff;
	margin-top:30px;
}
.form_row_header:first-child {
	margin-top:0!important;
}
.form_row_header h2 {
	font-size:20px;
	color:#fff;
	margin-top:0!important;
}
.form_field input, 
.form_field textarea,
.form_field select {
	padding: 10px 2%;
    width: 95%;
	font-family: 'Roboto Condensed';
	border: none;
	background: rgba(0,0,0,0.1);
}
.form_field input:hover, 
.form_field textarea:hover,
.form_field select:hover {
	background: rgba(0,0,0,0.15);	
}
.form_field input.checkbox {
	float: left;
	height: 15px;
	margin: 7px 10px 20px 0;
	width: 15px;
	padding: 0px;
}

.form_field button,
.form_field input[type="submit"],
.form_field input[type="button"],
.button,
.cms_content_button,
a.cms_content_button{
	color:#fff;
	background:rgb(0, 162, 229);
	font-size:17px;
	width: auto;
	border: none;
	padding: 10px 15px;
	-webkit-appearance: none;
  	font-family: 'gasparbold', arial, verdana, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	display:inline-block;
	margin:10px 0 0 0;
}
.form_field button:before,
.form_field input[type="submit"]:before,
.form_field input[type="button"]:before,
.button:before,
.cms_content_button:before,
a.cms_content_button:before {
	content:'';
	margin: 2px 10px 0 0;
	float: left;
	font-family: 'fontawesome';
	font-size: 12px;
}
button:hover ,
.form_field input[type="submit"]:hover ,
.form_field input[type="button"]:hover ,
.button:hover ,
.cms_content_button:hover ,
a.cms_content_button:hover {
	color:#fff;
	cursor:pointer;
	background:rgb(0, 131, 185);
}
.mce-menubtn button,
.mce-btn button{
	color: #333 !important;
}

a.button{
	padding: 10px 20px;
	transition: none;
	-webkit-appearance: none;
}


.form_label .invalid{
	color: #f00;
}

.form_field input.invalid,
.form_field textarea.invalid,
.form_field select.invalid{
	border: solid 1px #f55;
}
.form_field div.field_errors{
	display: none;
}

.form_help{
	position: relative;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 20px;
	background: #666;
	color: #fff;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
}
.form_help span{
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	border: 1px solid #ddaa33;
	background: #ffdd99;
	color: #000;
	width: 300px;
	font-weight: normal;
	z-index: 100;
}
.form_help:hover span{
	display: inline-block;
}
	
	
	
	
/* common classes */

.clear{
	clear: both;
}

.message,
.cms.cms_message_success,
.cms.cms_message_errors{
	margin-bottom: 20px;
	padding: 10px;
	display: inline-block;
}
.message ul,
.cms.cms_message_success ul,
.cms.cms_message_errors ul{
	margin-bottom: 0px;
	margin-left: 15px;
}
	
.cms.cms_message_success,
.cms.cms_message_errors{
	display: none; /* normally not displayed because they will be displayed in a popup */
	position: absolute;
	z-index: 1000;
	width: 400px;
	margin-left:-200px;
	left:50%;
	top: 200px;
	padding-top: 20px;
}
.cms .cms_message_close{
	font-weight: bold;
	font-size: 20px;
	padding: 5px 10px;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.cms.cms_message_success.active,
.cms.cms_message_errors.active{
	display: block;
}
.errors,
.cms.cms_message_errors{
	background: #fdd;
	color: #f00;
}
.errors *,
.cms.cms_message_errors *{
	color: #f00;
}	
.warnings{
	background: #fea;
	color: #b70;
}
.warnings *{
	color: #b70;
}	
.success,
.cms.cms_message_success{
	background: #dfd;
	color: #080;
}
.success *,
.cms.cms_message_success *{
	color: #080;
}
.cms_content figcaption{
	font-size: 13px;
	line-height: 140%;
  	margin-top: 10px;
}
.cms_picture_credits .cms_picture_credit_image:nth-child(2n){
    background: rgba(255,255,255,0.255);
}

/* ###### ACCORDION ###### */


.cms_content_accordion {
	padding:50px;
	background: rgba(131,180,0,0.1);
}
.cms_content_accordion h3 {
	border-bottom:3px solid rgba(53, 53, 53, 0.08)!important;
}
.cms_content_accordion_accordion .cms_collectioncontent_accordion .cms_content_collection_content_title {
	width: calc(100% + 20px);
	margin: 0 -20px 0px -20px !important;
	font-size: 1.4rem;
	color: rgb(0, 162, 229);
	font-weight: normal;
}
.cms_collectioncontent_accordion .cms_collectioncontent_data,
.cms_collectioncontent_accordion .cms_content_collection_content_title,
.cms_collectioncontent_slider .cms_collectioncontent_data{
	background: none;
}
.cms_content_accordion_accordion,
.cms_collectioncontent_accordion {
	width:100%!important;
	box-sizing:border-box;
	border:none;
}
.cms_collectioncontent_accordion {
	border:none!important;
	padding:0!important;
}
.cms_collectioncontent_accordion:last-child {
	border:none!important;
}
.cms_content_accordion_accordion .cms_collectioncontent_accordion.cms_collectioncontent_accordion_expanded {
	background:none;
	border:none;
	padding:0;
	box-sizing:border-box!important;
}
.cms_content_collection_content_title {
	font-weight:700;
	font-size:16px;
	color:rgb(53, 53, 53);
}
.cms_content_collection_content_title:after {
	content:'';
	font-family: 'FontAwesome';
	display:block;
	float:right;
	font-size:16px;
	color:rgb(0, 162, 229);
}
.cms_content_accordion_accordion .cms_collectioncontent_accordion.cms_collectioncontent_accordion_expanded .cms_content_collection_content_title {
	box-sizing: border-box;
	width: calc(100% + 40px);
	margin: -10px -20px 0px -20px !important;
}
.cms_collectioncontent_accordion .cb_1 {
	width: calc(100% - 30px)!important;
	margin: 20px 40px 0px -10px !important;
}
.cms_collectioncontent_accordion .cb_1-3_2-3 {
	margin:0 -10px;
}
.cms_collectioncontent_accordion .cb_1-3_2-3 figure {
	border-radius:9999rem;
	margin:20px 20px 20px 0;
	max-width:250px;
}
.cms_opening_hours_state_closed_today, .cms_opening_hours_state_open, .cms_opening_hours_state_will_open {
	color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}





.cms_content_collection_content_title {
  background: #2a2a2a;
  padding: 8px 10px 5px 10px !important;
  cursor: pointer;
  color: #fff;
}
.cms_opening_hours_state_closed_today, .cms_opening_hours_state_open, .cms_opening_hours_state_will_open {
	color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}
.cms_content_map {
	margin-bottom:20px;
}

/* SLIDER INDEX TOP ##################################################################################### */

.bx-wrapper .bx-prev {
	background:url('../../../templates/images/arrows-slider.svg') no-repeat;
	height: 100px !important;
	width: 50px !important;
	background-size:200%;
	display:block;
	-webkit-transition: .5s;
	transition: .5s;
}
.bx-wrapper .bx-prev:hover {
	width: 70px !important;
	height: 140px !important;
}
.bx-wrapper .bx-next {
	background:url('../../../templates/images/arrows-slider.svg') no-repeat;
	height:100px !important;
	width:50px !important;
	background-position:-50px;
	background-size:200%;
	display:block;
	-webkit-transition: .5s;
	transition: .5s;
}
.bx-wrapper .bx-next:hover {
	background-position:-70px;
	width: 70px !important;
	height: 140px !important;
}
.bx-wrapper .bx-controls-direction a {
	top:35%;
}


/* ############################################################################################# 
## RWD ##################################################################################
############################################################################################# */

@media only screen and (max-width: 1200px) {
	#wrapper {
		width:100%;
		/* padding:0 1%; */
		margin:0;
		border:none;
		position:relative;
	}
	#header {
		width:100%;
		position: fixed!important;
		max-width:none!important;
		height:65px!important;
		margin:0!important;
		padding:0 !important;
		left: 0;
		top: 0;
		z-index: 101!important;
		-webkit-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	}
	#header .row {
		padding: 0 2%;
		height: 65px;
		margin: 0 auto;
	}
	#logo {
		margin: 0;
		width: 300px;
		padding: 0 0 0 0;
		height: 65px;
		float: none;
	}
	.menu {
		display: inline-block;	
	}
	#navigation {
		height: auto;
		margin: 0;
		width: 100%;
		float: none;
		position: absolute;
		right: 0;
		top: 65px;
		max-width: 320px;
		max-height: 356px;
		overflow-y: scroll;
		display:none;
	}
	#navigation .nav {
		width:100%;
		padding:0;
		margin: 0;
		float:none;
		background: rgb(0, 162, 229);
	}
	#navigation .nav li {
		border-bottom:1px solid rgba(0,0,0,0.1);
		float:none;
		width:100%;
		margin:0;
		text-align:center;
		height:auto;
	}
	#navigation li a {
		height: auto!important;
		display:block;
		color: #fff;
		padding:0;
		margin:0;
		line-height:50px!important;
		height:50px;
	}
	#navigation .nav li a:hover {
		display:block;
		color:#fff;
		background:rgba(0,0,0,0.1);
	}
	#navigation .nav li ul:after, #navigation .nav li ul:before {
		display:none;
	}
	#navigation .nav li ul{
		width:100%;
		padding:0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		left:0;
		margin:0;
		display:none;
		background:none;
		top:0;
	}
	#navigation .nav li:hover ul {
		position:inherit;
		display:block;
	}
	#navigation .nav li ul li {
		border-bottom:none;
	}
	#navigation .nav li ul li a {
		position:inherit;
		width:100%;
		padding:3px 0;
		background:rgba(0,0,0,0.1);
		color:#fff;
		border-bottom:none;
		line-height: 30px !important;
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	#navigation .nav li ul li a:after {
		display:none;
	}
	#navigation .nav li ul li a:hover{
		position:inherit;
		width:100%;
		padding:3px 0;
		background:rgba(0,0,0,0.2);
		color:rgb(0, 131, 185);
	}
	#slider {
		margin:65px 0 0;
	}
	.slider_teaser .cb_1 {
		width:45%;
		margin: 60px 5% 0 50%	
	}
	.slider_teaser h2, .slider_teaser h2 span {
		font-size:35px!important;
	}
	.index #container {
		margin-top:50px;
	}
	.default #container {
		margin:0!important;
		padding-top:20px;
	}
	#content {
		padding:0 0 20px;		
	}
	.default {
		padding-top: 120px !important;
		margin-top: 0 !important;
	}
	#footer .row {
		width:98%;
		padding:0 1%;
	}
	#copyright {
		width: 96%;
		padding: 30px 2%;	
	}
}

@media only screen and (max-width: 1050px) {
	#slider .sliderteaser h1 {
		font-size:35px;
	}
	#container {
		width: 100%;
		padding: 30px 2%;
		box-sizing: border-box;
	}
	.cms_collectioncontent_slider_bgimage {
		background-position:25% 0!important;
	}
	h1, h2 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	#footer .row {
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	#footer .col-3, #footer .col-2 {
		width:48%;
		float:left;
		margin:0 2% 10px 0;
		background:rgba(0,0,0,0.05);
		padding:20px;
		box-sizing:border-box;
	}
}

@media only screen and (max-width: 990px) {
	[class*="col-"] {
		float: none;
		padding: 10px;
		margin:0;
		width:100%;
		box-sizing:border-box;
	}
	h1 {
		font-size:40px!important;
	}
	h2 {
		font-size:25px!important;		
	}
	.cms_content_calendar .cms_content_calendar_teaser, .index .cms_content_calendar > div {
		width: 49%;
	}
	#sidebar .cms_contentblock {
		display:none;
	}
	#sidebar .linklist_green {
		display:block!important;
	}
	.linkboxen {
		display:block;
	}
	.linkboxen .col-3 {
		width: 48%;
		margin: 0 1% 5px;
		float: left;
		padding: 0;
	}
	.linkboxen .col-3 img {
		width:100%;
	}
	.newsbutton {
		display:block!important;
		margin:20px 0!important;
		padding:25px!important;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size:50px;
	}
	h2 {
		font-size:30px!important;
	}
	#header {
		display:inherit;
		position:fixed;
		max-width:767px;
	}
	#slider,
	#slider .bx-wrapper .bx-viewport,
	#slider .cms_collectioncontent_slide {
		height:300px!important;
	}
	.cms_collectioncontent_slider_bgimage {
		background-position:-200px 0!important;
	}
	.slider_teaser .cb_1 {
		width:50%;
		margin: 190px 25% 0;
		padding:0 20px;
		text-align:center;
	}
	.slider_teaser h2, .slider_teaser h2 span {
		font-size:25px!important;
	}
	.flex .cb_1-2_1-2,
	.flex .cb_1-3_1-3_1-3,
	.flex .cb_2-3_1-3,
	.flex .cb_1-3_2-3 {
		display: inherit!important;
		-webkit-flex-wrap:none!importan;
		-ms-flex-wrap:none!importan;
		flex-wrap: none!importan;
	}
	.flex .cb_1-2_1-2 .clear,
	.flex .cb_1-3_1-3_1-3 .clear,
	.flex .cb_2-3_1-3 .clear,
	.flex .cb_1-3_2-3 .clear,
	.flex .cb_1 .clear {
		display:none;
	}
	.flex .cb_1-2_1-2 > div,
	.flex .cb_1-3_1-3_1-3 > div,
	.flex .cb_2-3_1-3 > div,
	.flex .cb_1-3_2-3 > div {
		margin-bottom:50px;
	}
	.cms_content_news a.cms_content_news_teaser {
		width:100%;
		float:none;
		border:none;
	}
	.icon {
		max-width:300px;
	}
	.teaser h2 {
		font-size:38px;
	}
}
@media only screen and (max-width: 480px) {
	body * {
		font-size:16px;
		  -webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	h1 {
		font-size:25px!important;
	}
	h2 {
		font-size:20px!important;
	}
	ol > li {
		margin:0;
	}
	.teaser h2 {
		font-size:25px;
	}
	#header {
		max-width:480px;
	}
	.cms_collectioncontent_slider_bgimage {
		background-position:-250px 0!important;
	}
	.slider_teaser .cb_1 {
		width:70%;
		margin: 160px 15% 0;
	}
	.white, .veranstaltungen {
		padding:20px!important;
	}
	.cb_float-right .cb_float-right_left {
		max-width:none!important;
	}
	.cms_content_calendar .cms_content_calendar_teaser, .index .cms_content_calendar > div {
		width: 100%;
		margin:0 0 10px 0;
	}
	#content, #footer {
		padding:0;
	}
	.linkboxen .col-3 {
		width: 100%;
		margin: 0 0 5px;
	}
	#footer .col-3, #footer .col-2 {
		width:100%;
		float:none;
		margin:0 0 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#logo {
		width: 210px;
		padding: 0;
		margin-top:-10px;
	}
	.newsbutton {
		padding:20px!important;
	}
}