/* BASIC */
div#wrapper {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #F9E2A5;
}

input {
    border: none;
}

/* HEADER */
header {
  background-color: #FBC94E;
}

div#logo {
    padding: 10px;
}

div#logo img {
    max-width: 130px;
}

div#servicenav {
    float: right;
}

div#servicenav div {
    float: left;
    margin-left: 10px;
    text-align: center;
}

div#servicenav div:last-child {
    margin-right: 15px;
}

div#servicenav div img {
    height: 40px;
}

div#servicenav #aktivbanner img {
  height: auto;
}

div#servicenav a {
    color: #000;
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

div#logo + .row {
    margin-top: -100px;
}

/* For Aktiv-Banner/Button */
div#servicenav div:first-child img {
    max-height: 100px;
    margin-top: -25px;
}

/* MENU NAVIGATION*/

header .navbar {
    margin-left: 130px;
}

#menu-primary li {
    margin-left: 10px;
    margin-right: 10px;
}

#menu-primary li a {
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
	font-family: 'Fira Sans', sans-serif;
}

.dropdown-menu li {
    float: left;
}

.dropdown-menu {
    margin-top: 15px;
    border: none;
    background: #4a8d20;
}

#menu-primary > .active > .submenudiv > .dropdown-menu {
    display: block !important;
}

.active > .submenudiv > .dropdown-menu {
display: block;
}

.dropdown-menu .dropdown-menu {
display: none;
}

.dropdown-toggle::after {
    display: none !important;
}

#menu-primary li.show:after, #menu-primary li.current-menu-parent:after, #menu-primary li.current-menu-ancestor:after, #menu-primary > li.current_page_item:after {
    width: 0;
    height: 0;
    position: relative;
    content:"";
    display:block;
    /* Ads an arrow effect exploiting the way that browsers join borders together */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4a8d20;
    /* centers relative to parent */
    left: 50%;
    /* Compensates for width of border (arrow) */
    margin-left: -10px;
    margin-bottom: -10px;
}


#menu-primary li.current-menu-parent.show:after  {
	display: block !important;
}

#menu-primary .submenudiv .submenudiv  li.current-menu-parent:after, #menu-primary .submenudiv .submenudiv li.current-menu-ancestor:after {
	display: none !important;
}
#menu-primary .dropdown-menu .dropdown-menu li.current-menu-parent a, #menu-primary .dropdown-menu .dropdown-menu li.current-menu-ancestor a {
	color: #000;
}

#menu-primary .dropdown-menu li a {
    color: #fff;
}

#menu-primary .dropdown-menu li.current-menu-item a,
#menu-primary .dropdown-menu li.current-menu-ancestor a {
    color: #FBC94E;
}

#menu-primary li.show {
	z-index: 999;
}

#menu-primary .dropdown-menu {
		z-index: 899;
}

#menu-primary li:hover .dropdown-menu {
		z-index: 999999;
}

#menu-primary .dropdown-menu li:first-child {
/*	margin-left: 0; */
}

.dropdown-menu {
display: block;
}

/*
#menu-primary .dropdown:hover ul.dropdown-menu.depth_0, #menu-primary .dropdown .submenudiv:hover ul.dropdown-menu.depth_0,
#menu-primary .dropdown .submenudiv ul.dropdown-menu.depth_0:hover, #menu-primary .dropdown .submenudiv ul.dropdown-menu.depth_0 li:hover li.hover{
	display: block;
}

#menu-primary .dropdown-menu  li.current-menu-ancestor   ul.dropdown-menu,
#menu-primary .dropdown-menu  li.current-menu-item  ul.dropdown-menu,
#menu-primary  .submenudiv li:hover  .submenudiv li.hover ul.dropdown-menu{
	display: block !important;
}
*/


#menu-primary .dropdown-menu li.current-menu-ancestor li.current-menu-item a {
color: black;
}
/*
#menu-primary li.hover > .submenudiv .dropdown-menu li.hover ul.dropdown-menu {display: block !important;}
*/
/* GRUENER BALKEN NEWSLETTER */
div .greenbox {
    padding: 10px;
    width: 100%;
    height: 50px;
    background: #4a8d20;
}
div.greenbox div {
    width: 100%;
    background-color: #4a8d20;
}

div.greenbox form {
    float: right;
}

div.greenbox form input {
    border-radius: 10px;
    -webkit-appearance: none;
}

div.greenbox button, footer input#searchsubmit, main form input#searchsubmit {
    background-color: #FBC94E; /* Green */
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-appearance: none;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

div.greenbox.white, div.greenbox.white div {
    background-color: white;
}

div.greenbox.white {
display: none;
}

.dropdown-menu .dropdown-menu {
    background-color: white;
}

#menu-primary .dropdown-menu .dropdown-menu li a {
	color: #4a8d20;
}

div.greenbox form input {
margin-left: 5px;
margin-right: 5px;
height: 25px;
font-size: 0.8em;
padding-left: 10px;
}

/* MAIN */

main {
    margin: 30px;
}

h1#startheader {
    color: #4a8d20;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
     font-size: 2.5em; /*dan 20180226 */
}


.card-title {
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

p.card-text {
    font-weight: 400;
	font-family: 'Lato', sans-serif;
}

/* SLIDER Startseite */
.sp-thumbnail-title {
    font-size: 1.25em;
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
	color: #4a8d20;
}

.sp-thumbnail-description {
    font-size: 0.9em;
    font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-left: 5px solid #4a8d20;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-right: 13px solid #4a8d20;
}

/* Waben Startseite */
#grid li img {
    max-width: 50px;
    height: auto;
}

#grid a {
    color: #000;
    font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

/* Cards Startseite */
.cardsnews {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.cardimg {
    height: 200px;
    overflow: hidden;
}

.card-body, .cardimg {
    background-color: #F9E2A5;
    border: none;
}

.card {
    border: none;
}

a.readmore {
    text-align: right;
    float: right;
}

#bottomwidget {
padding: 20px;
}

/* SLOGAN */
#slogan {
    padding: 5px;
    width: 100%;
    height: 50px;
    background: #4a8d20;
    text-align: center;
    color: #fff;
    font-size: 1.5em; /* dan 20180226 */
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

/* Left Sidebar */

#leftsidebar {
    margin-top: 30px;
}

#leftsidebar > div {
    margin-left: 20px;
}

#leftsidebar #pagemenu {
 /*  margin-top: 30px; */
    margin-bottom: 30px;
    background-color: lightyellow;
    border: 5px solid #4A8D20;
    padding: 20px;
    border-radius: 35px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

#pagemenu li {
    list-style: none;
	margin-left: -30px;
}

#pagemenu ul ul li {
    list-style: none;
	margin-left: -55px;
}

#pagemenu li a {
    color: #000;
    text-decoration: none;
}

#pagemenu li li a {
	font-weight: normal;
}

#pagemenu li a.current-menu-item {
    color: #4A8D20;
    font-weight: bold;
    text-decoration: underline;
}

img {
max-width: 95%;
height: auto;
}

#leftsidebar #pagemenu li a {
  line-height: 1.1rem;
  display: inline-block;
}

#leftsidebar #pagemenu li li a {
max-width: 95%;
}

#pagemenu .current-menu-parent {
  color: #4A8D20;
  font-weight: bold;
}

#leftsidebar #pagemenu ul ul {
display: none;
}

#leftsidebar #pagemenu li:hover > ul, #leftsidebar #pagemenu ul:hover > ul, #leftsidebar #pagemenu li:hover > ul, #leftsidebar #pagemenu ul:hover, #leftsidebar #pagemenu ul a.current-menu-parent + ul {
display: list-item;
list-style: none;
}

#leftsidebar #pagemenu li li {
  /*float: left;*/
}

#leftsidebar #pagemenu li li:hover > ul {
  display: none;
}

#leftsidebar #pagemenu li a:hover {
text-decoration: underline;
}

#leftsidebar #pagemenu ul ul {
margin-left: 20px;
}

#leftsidebar #pagemenu ul ul ul {
margin-left: 30px;
}

#leftsidebar #pagemenu ul ul ul ul {
margin-left: 40px;
}

#pagewidget {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: lightyellow;
    border: 5px solid #4A8D20;
    padding: 20px;
    border-radius: 35px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

#pagewidget img {
    max-width: 100%;
    height: auto;
}

#maincontent main {
    background-color: lightyellow;
    border-radius: 35px;
    padding: 20px;
    font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

#maincontent main.twocols {
    background-color: transparent;
    border-radius: 0px;
}

#maincontent main.twocols .leftcol, #maincontent main.twocols .rightcol {
	background-color: lightyellow;
    border-radius: 35px;
    padding: 15px;
}

#maincontent main.twocols .leftcol {
margin-right: 20px;
}


/* FOOTER */

footer {
    padding: 15px;
    background-color: #FBC94E;
    font-size: 0.8em;
}

footer, footer .textwidget, footer div, footer .menu-item {
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

footer .row div {
    /* border-left: 5px solid #fff; */
}

footer .row div:first-child, footer .row div:last-child {
    border-left: none;
}

.whiteroundedborder {
	flex: 0 0 0.3%;
	width: 5px;
	background-color: #fff;
	border-left: none;
	border-radius: 3.5px;
}

footer ul{
    margin-left: 10px;
    width: 100%;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0px;
}
footer li{
    float:left;
    display:inline;
    width:50%;
}

.fblogo {
    max-width: 50px;
}

footer .screen-reader-text, main .screen-reader-text {
    display: none;
}

form#searchform.searchform {
    margin-top: 40px;
}

footer input, main form input {
    border-radius: 12px;
    width: 65%;
    height: 25px;
    -webkit-appearance: none;
}


footer input#searchsubmit, main form input#searchsubmit {
	width: auto;
    background-color: #4a8d20;
    -webkit-appearance: none;
}

footer input#searchsubmit {
	float: right;
}

footer .col-md-1 {
flex: 0 0 5.333333%;
max-width: 5.333333%;
}

main .result {
    background-color: lightyellow;
    border-radius: 35px;
    padding: 20px;
    margin-bottom: 25px;
}

.post img.thumbnail {
	float: right;
	max-width: 300px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*
.searchHightlight {
  background-color: #FBC94E;
}
*/

/* Hexa Team */
.hexaHolder{
    height: 115px;
    width: 99px;
    float: left;
    transform: rotate(30deg);
}
.hexa img{
    width:100%;
    margin-top: -10px;
    transform: rotate(-30deg);
}
.hexa, .hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
}
.hexa {
    text-align: center;
    margin: 0;
    width: 135px;
    height: 115px;
}
.hexa div {
    width: 100%;
    height: 100%;
}
.hexa {
    transform: rotate(120deg);
}
.hex1 {
    transform: rotate(-60deg);
}
.hex2 {
    transform: rotate(-60deg);
}

.hex-row {
    clear: left;
}

.hexaHolder.even {
    margin-top: 57.5px;
}

h2, h1 {
    color: #4a8d20;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

h1 {
    margin-top: 20px;
    text-transform: none;
    font-size: 1.5em;
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

h3 {
    text-transform: none;
    font-size: 1.15em;
    font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}

.teamrow {
    margin-bottom: 30px;
}

.entry img {
max-height: 200px;
width: auto;
}

.card-text strong {
color: #4a8d20;
}

span.green, .card-body a, a {
	color: #4a8d20;
}

.card-body a, a:visited {
	color: #4a8d20;    /* dan 20180226 #3D5A34;*/
}

a:hover {
	color: #4a8d20;
	text-decoration: underline;
}

.card-text + a, .card-text + a:hover, .card-text + a:visited {
	color: #4a8d20 !important;
}

#menu-footer li a, footer a, #menu-footer li a:visited, footer a:visited, #menu-footer li a:hover, footer a:hover {
	color: #4a8d20 !important;
}

#honeycumbs .honeycumb a, #honeycumbs .honeycumb a:hover, #honeycumbs .honeycumb a:visited {
color: #000 !important;
}

article.post {
min-height: 500px;
}

#leftsidebar #pagemenu ul li > a.current-menu-item ~ ul {
	display: list-item;
  list-style: none;
}


/* EVENTS STYLES */

.eventpage input[type=submit] {
	border: 3px solid #fff;
	border-radius: 13px;
	padding: 5px;
	height: auto;
}

.eventpage select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.eventpage select::-ms-expand {
  display: none;
}

select {
  width: auto;
  padding-left: 10px;
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 5px;
}

.eventpage .event {
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.eventpage .eventday {
	width: 90px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.4em;
	padding-top: 14px;
	margin-right: 10px;
}

.eventpage .eventday.hexgon-green {
	background-image: url('./wabe-gruen.png');
}

.eventpage .eventday.hexgon-yellow {
	background-image: url('./wabe-gelb.png');
}

.eventpage .eventdetails {
	flex-grow: 1;
	border: 3px solid #fff;
	border-radius: 13px;
	padding: 10px;
	margin-right: 25px;
}

.eventpage h2, .eventpage a {
	color: #000 !important;
}

.eventpage a {
text-decoration: underline;
}

.eventpage a.group {
text-decoration: none;
color: #4a8d20 !important;
}

.eventpage a.morelink {
text-decoration: none;
color: #4a8d20 !important;
}

.eventpage .singleevent {
	display: flex;
}

.eventpage .singleevent .singleventwrapper {
	flex-grow: 1;
	padding-right: 20px;
}

.eventpage .singleevent .eventimages {
	padding-top: 64px;
	padding-right: 10px;
	min-width: 200px;
	display: table-cell;
	vertical-align: top;
}



/* MOBILE */


@media screen and (max-width: 1099px) {

    #grid {
        width: 100%;
    }

}

@media screen and (max-width: 960px) {
	#maincontent main.twocols .leftcol {
	margin-right: 0;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {

    .dropdown-menu {
        margin-left: -100px;
    }

    #menu-primary li {
    	margin-right: 0px;
    }

    .sp-thumbnail-container:nth-child(2) {
    	float: none !important;
    }

    #grid p {
    font-size: 0.6em;
    }
}


@media screen and (max-width: 780px) {

    div #greenbox {
        height: 80px;
    }

    footer .row div {
        border: none;
    }

    footer .row .col-md-1 {
        float: left;
        width: 20%;
    }

    .hexaHolder {
        margin-top: 50px;
        margin-bottom: 15px;
    }

	footer input, main form input {
    width: 50%;
	}

	.eventpage .singleevent, .eventpage .event {
	flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {

	#menu-primary li.show:after, #menu-primary li.current-menu-parent:after, #menu-primary li.current-menu-item:after, #menu-primary > .dropdown:hover:after {
	display: none;
	}

	#menu-primary li:hover .dropdown-menu, #menu-primary .dropdown-menu  {
		z-index: 0;
	}

	ul.dropdown-menu {
		width: 250px !important;
		left: auto !important;
		position: static !important;
	}

	ul.dropdown-menu ul.dropdown-menu {
		width: 230px !important;
	}

	.dropdown-menu li {
		float: none;
	}

	.dropdown-menu {
	margin-left: 0px;
	}

	.whiteroundedborder {
		display: none;
	}

	footer input, main form input {
    width: 100%;
	}

	footer input#searchsubmit {
	float: right;
	margin-top: 7px;
	}

	 .cardimg {
    height: auto;
	}

	#example5 {
	max-width: 90% !important;
	}
}


@media screen and (max-width: 630px) {

    #servicenav {
        margin-top: -30px;
    }

    #servicenav div:first-child {
        float: none;
    }

    header .navbar, .dropdown-menu {
        margin-left: 0px;
    }

    #menu-primary li.current-menu-parent:after, #menu-primary li:hover:after {
        display: none;
    }

    #menu-primary li {
        width: 100%;
        float: none;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: relative;
    }

    div #greenbox {
        height: 50px;
    }

    div#greenbox form input {
        width: 75px;
    }

    #leftsidebar > div {
        margin-right: 20px;
    }

    #slogan {
        font-size: 1.2em;
    }

    div.image {
    float: none !important;
    text-align: left !important;
    max-width: 250px !important;
    }

    div.image img {
    max-width: 250px !important;
    }

    table {
    max-width: 300px !important;
    }

    .magarh3b, .magarh6, .magarh6mid, .magarh3 {
    height: auto !important;
    margin-top: 5px !important;
    }

    small.date + div {
    margin-bottom: 10px;
    }

    .post img.thumbnail {
    max-width: 100%;
    }

    article div {
    max-width: 95% !important;
    }

    article div.teamrow, article div.teamrow div {
    max-width: none !important;
    }
}

@media screen and (max-width: 580px) {

    div#logo + .row {
        margin-top: -40px;
    }

    div#servicenav div:first-child img {
        max-height: 45px;
    }

    div#servicenav div img {
        max-height: 35px;
    }

    #logo img {
        width: 50px;
    }

    div #greenbox {
        height: 80px;
    }



    div#greenbox button {
        margin-top: 5px;
    }

    .hexaHolder {
        margin-top: -30px;
    }

    .hexaHolder + .col-sm {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    div.greenbox form input {
    width: 50px;
    }

}

@media screen and (max-width: 430px) {

    #servicenav {
        margin-top: 0px;
    }

    #slogan {
        height: 75px;
    }
}

.slider-pro img.sp-image {
width: 100% !important;
height: auto !important;
min-height: 100% !important;
}

/* ---------------- HONEYCUMBS STARTSEITE NEUE VERSION -------------------- */


#honeycumbs {
max-width: 947px;
margin: auto;
text-align: center;
}

#honeycumbs #firstrow, #honeycumbs #secondrow, #honeycumbs #thirdrow {
clear: both;
margin: auto;
}

#honeycumbs .honeycumb {
background-image: url('./wabe-gelb.png');
background-size: contain;
background-repeat: no-repeat;
background-position: top center;

width: 16.66%;
height: auto;
min-height: 50px;
float: left;
display: table-cell; vertical-align: middle;
}

#honeycumbs #secondrow {
position: relative;
left: 8%;
}

#honeycumbs #thirdrow {
position: relative;
left: 16%;
}

#honeycumbs .honeycumb p {
	vertical-align: middle;
	display: inline-block;
	width: 80%;
}

#honeycumbs .honeycumb img {
	max-width: 50%;
	height: auto;
}

#honeycumbs .honeycumb {
cursor: pointer;
}

#honeycumbs #firstrow .honeycumb:nth-child(3),
#honeycumbs #firstrow .honeycumb:nth-child(4)
#honeycumbs #firstrow .honeycumb:nth-child(5),
#honeycumbs #secondrow .honeycumb:nth-child(3),
#honeycumbs #secondrow .honeycumb:nth-child(4),
#honeycumbs #thirdrow .honeycumb:nth-child(2) {
background-image: url('./wabe-gruen.png');
}


#pagemenu li {
  position: relative;
}

#pagemenu li li a {
  margin-left: 15px;
}

#pagemenu > ul > li > ul > li:before {
  content: "• ";
  position: absolute;
  top: 0px;
}

#pagemenu > ul > li > ul > li > ul > li:before {
  content: "○ ";
  position: absolute;
  top: 0px;
}

#pagemenu > ul > li > ul > li > ul > li > ul > li:before {
  content: "◼ ";
  position: absolute;
  top: 0px;
}

#maincontent {
margin-left: 0;
padding-left: 0;
}

#leftsidebar #pagemenu {
padding-left: 0px;
margin-left: 25px;
}

#leftsidebar {
padding-right: 0;
}

.desktop {
display: block;
}

.mobile {
display: none;
}

.initcontent {
margin-left: 160px;
}

@media screen and (max-width: 767px) {

	#wrapper {
	overflow: hidden;
	}

	.desktop {
	display: none;
	}

	.mobile {
	display: block;
	}

	#honeycumbs {
	margin-left: 10px;
	}

	#honeycumbs .secondhalf {
	clear: both;
	}

	#honeycumbs .honeycumb {
	width: 28%;
	}

	#honeycumbs #firstrow .secondhalf {
		position: relative;
		left: 14%;
/*		top: -40px !important; *7
	}

	#honeycumbs #secondrow {
		position: relative;
		left: 0%;
/*		top: -40px !important; */
	}

	#honeycumbs #secondrow .firsthalf {
		position: relative;
		left: 0%;
/*		top: -55px !important; */
	}

	#honeycumbs #secondrow .secondhalf {
		position: relative;
		left: 14%;
/*		top: -95px !important; */
	}

	#honeycumbs #thirdrow {
		position: relative;
		left: 0%;
/*		top: -40px !important; */
	}

	#honeycumbs #thirdrow .firsthalf {
		position: relative;
		left: 0%;
/*		top: -110px !important; */
	}

	#honeycumbs #thirdrow .secondhalf {
		display: none;
	}
*/
	.navbar-toggler-icon {
	margin-bottom: 10px;
	}

	div.greenbox.white, div.greenbox.white div {
	display: none !important;
	}
}

@media screen and (max-width: 440px) {


	div.greenbox button, div.greenbox strong {
	font-size: 0.8em;
	}
}

















/* ------------------- Projekt Template Demo-Beispiel 1zu1 -----------------*/

.onetoone h1,
.onetoone h2,
.onetoone h3,
.onetoone a,
.onetoone a:visited,
.onetoone a:hover,
.onetoone .current-menu-item,
.onetoone #pagemenu li a.current-menu-item  {
color: #4A8D20
}

.onetoone #pagewidget {
background-color: lightyellow;
border: 5px solid #4A8D20;
border-radius: 35px;
color: #000;
}

.onetoone #leftsidebar #pagemenu {
background-color: lightyellow;
border: 5px solid #4A8D20;
color: #000;
}

.onetoone a:hover {
text-decoration: underline;
}

div#bs-example-navbar-collapse-1.in {
  display: block;
}

/* ------------------- Ergaenzung Dan -----------------*/

.magarh1 {margin: 0 0 20px 0; padding: 0;}
.magarh3 {height: 23px; font-color: #499820; margin: 20px 0 10px 0; padding:0;}
.magarh3a {font-weight:600;}
.magarh3b {height: 23px; font-color: #499820; margin: 20px 0 10px 0; padding:0;}
.magarimg {margin: 0 0 0 10px; padding: 0; width: 200px;}
.magarh6 {margin: 0 0 30px 0; padding: 0;}
.magarh6big {margin: 0 0 80px 0; padding: 0;}
.magarh6mid {margin: 0 0 30px 0; padding: 0;}
.magarp {margin-bottom:5px;}
.magarp2 {margin-bottom:10px;}
.magardiv {padding: 0 10px 0 10px;margin:0;}
.magazinarchiv .date {font-size:0;}
.sustainable-archiv .date {font-size:0;}
.eventpage .eventday2 {
	width: 140px;
	min-width: 140px;
	/*height: 160px;*/
   /*	background-size: contain;*/
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.4em;
	padding-top: 10px;
	margin-right: 10px;
     margin-bottom: 10px;
}
.ihgunt #tdleft td {width: 100px;}
.ihgunt #tdright td {width: 180px;}
.ihgunt #ihglist td {font-size: 70%;}
.ihgunt input {width: 95%;}
.rot {color: red;}
.ihgcontainer {
	/* border: 1px solid #000000; */
   overflow: hidden;
   width: 100%;
   margin: 0;
   padding: 0;
}

.ihgleft {
	width: 10%;
	float: left;
   vertical-align:top;
   text-align: left;
   margin: 0;
   padding: 0px;
}

.ihgright {
	width: 60%;
	float: right;
   vertical-align:top;
   margin: 5px 0 0 0;
   padding: 0;
}
.buttyes {background-color:#F9AF39;}

/*.your-select option:checked {background-color:green;}*/