/* @override 

	https://trahuetten.net/templates/trahuetten/css/user.css?* */

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); 
 }
 
*,
:after,
:before {
 box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
 :root {
  scroll-behavior:smooth
 }
}

html, body {
	font: 0.95em/1.5em "Lato", Helvetica, Geneva, sans-serif;
	color: #000000;
	font-weight: 400;
	background-color: #34810f;
}

body {
	display: block;
	position: relative;
	overflow: h;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#background_image {
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main {
	z-index: 2;
	position: relative;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	border-top: 2px solid rgb(210, 210, 210);
	padding: 6px 10px 6px 0;
	vertical-align: top; 
}
table>tbody {
	border-bottom: 2px solid rgba(144, 168, 69, 0.50);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #36830d;
	display: block;
	width: 100%;
}
h1 {
	font-size: 30px;}
	
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

a {
	color: #36830d;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 1em;
}
ol, ul, p {
	padding-bottom: 15px;
}

.btn, .btn-secondary {
	border: 1px solid #36830d;
	padding: 1px 25px 2px;
	margin: 0;
	color: #36830d;
	background-color: #fff;
	border-radius: 4px;
}
.btn:hover {
	background-color: rgb(226, 236, 221);
	text-decoration: none;
	border-color: #36830d;
	color: #36830d;
}
.btn .icon-chevron-right {
	display: none; visibility: hidden;
}
body.wrapper-fluid .site-grid {
	grid-gap: 0;
}

.content-grid {
	padding-top: 20px;
	padding-bottom: 40px;
}
.content-grid.left {
	display: grid;
    grid-gap: 3em;
	width: 100%;
	grid-template-columns: 300px 1fr;
	grid-template-rows: auto;
 }
.container-content main {
	width: 100%;
}
.container-sidebar-left {
	display: flex;
	margin-left: 0px;
	align-self: stretch;
	flex-direction: column;
	width: 100%;
	grid-area: 1 / 1 / 2 / 2;
	
}

.grid-child {
	flex-direction: column;
} 
.banner > div, .moduletable.navigation, .social, #footer {
	border-radius: 10px;
	overflow: hidden;
}

.start main > div {
	padding: 0px 0px 0px;
	background: none;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1400px!important;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2em;
	padding-left: 2em;
}

@media (max-width: 1400px) { 
	.content-grid.left {
	    grid-gap: 3em;
		grid-template-columns: 260px 1fr;
	 }

}
@media (max-width: 1200px) { 
	.content-grid.left {
	    grid-gap: 1em;
		grid-template-columns: 220px 1fr;
	 }
	 .container {
	 	padding-right: 1em;
	 	padding-left: 1em;
	 }
}


@media (max-width: 990px) { 

	.content-grid {padding-top: 0px; padding-bottom: 20px;}
	.content-grid.left {
		display: grid;
	    grid-gap: 1em;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		width: 100%;

	 }
	 .container-sidebar-left {
		display: flex;
		position: sticky;
		z-index: 200;
		position: sticky;
		top: 0;

	}

}

@media (max-width: 767px) { 
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
}

/* Logo */
.moduletable.logo {
	margin-top: 0;
	z-index: 100;
	position: relative;
	width: 100%;
}
.logo p  {
	margin-right: -35px;
	margin-left: -35px;
	margin-bottom: 22px;
	padding: 0;
	display: block;
}
.logo p img {
	width: 100%;
}
.logo img  {
	filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 0.3));

}
@media (max-width: 990px) { 
	.logo p  {
		margin: -41px -35px 0;
		padding: 0;
		display: block;
	}
	.logo p img {
		width: 220px;
		padding: 0;
	}
}

.moduletable.navigation, .moduletable.banner, .start .page-header, .start .blog-item, .main-bottom .moduletable, .breadcrumbs, .com-dpcalendar-calendar, .blog , .igui-scope, .item-page, .item-pagewebcams, .com-dpcalendar-event{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 3em;
	background-color: #fff;
}


.moduletable.navigation, .moduletable.banner, #footer, .start .page-header, .start .blog-item, .main-bottom .moduletable, div.item-page, .breadcrumbs, .moduletable.navigation, .blog, .com-dpcalendar-calendar, .com-dpcalendar-event {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.moduletable.navigation {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

/* Navigation */

.moduletable.navigation {
	border: 2px solid #76a861;
}
.scrollfixed {
	position: sticky;
	top: 0;
	display: block;
	width: 100%;
	z-index: 100;
	margin-top: 0!important;
	padding-top: 0!important;
}
.menu li.level1 > span > a {
	font-weight: bold;
}
ul#accordeonck135 {
	padding: 2px 0 2px 0px !important;
}
ul#accordeonck135 li.level1 > span a {
	font-size: 1.2em!important;
}
ul#accordeonck135 > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
	padding-left: 7px;
}
ul#accordeonck135 > li > ul {
	padding-bottom: 4px !important;
}
ul#accordeonck135 > li > ul > li {
	border-top: 1px solid rgba(255, 255, 255, 0.5)!important;

}
ul#accordeonck135 > li > ul > li a {
	padding-left: 0!important;
	padding-right: 0!important;
}
ul#accordeonck135 > li.last {
	border: none!important;
}
ul#accordeonck135 li.level1.active > span a, ul#accordeonck135 li.current a.accordeonck.isactive, ul#accordeonck135 ul li a:focus {
	color: #edff26;
}

ul#accordeonck135 a.accordeonck { font-size: 1.1em;}
ul#accordeonck135 > li > ul {
	padding-bottom: 1em !important;
	padding-left: 0.5em!important;
}
ul#accordeonck135 > li > ul > li {
	border-top: none!important;
}

.navigation #accordeonck135 li.parent.open > span span.toggler_icon {
	background-image: url(../images/minus.png)!important;
}
.navigation #accordeonck135 li.parent > span span.toggler_icon {
	background-image: url(../images/plus.png)!important;	
}
.mobilemenuck-bar-button {
	padding-top: 2px!important;
}

@media (max-width: 990px) { 



	.moduletable.navigation {
		padding-top: 0;
		padding-bottom: 0;
		align-self: s;
		margin-bottom: 0;
		margin-top: 11px;
	}
	.container-sidebar-left .scrollfixed {
	 	display: grid;
	 	grid-template-columns: 1fr 150px;
	 	grid-gap: 1em;
		border-radius: 0px;
		margin-bottom: 0px;
		background: none;
		border: 0px solid #76a861;
	 	margin-right: 0;
	 	position: relative;
	 	width: auto;
	 	align-items: start;
	 	height: 60px;
	}
	
}

/* Navigaiton Mobile */

[data-id="accordeonck135"] .mobilemenuck-bar-title, [data-id="accordeonck135"] .mobilemenuck-bar-button {
	background: none!important;
	color: #35820e!important;
}

[data-id="accordeonck135"] .mobilemenuck-bar-button {
	height: 43px;
	width: 43px;
	color: #FFFFFF;
	padding-top: 0!;
	font-size: 3em!important;
	margin-right: 7px;
}

[data-id="accordeonck135"] .mobilemenuck-item > .level1 {
	background-color: #35820e!important;
}
[data-id="accordeonck135"] .mobilemenuck-item > .level2 a {
	color: rgba(0, 0, 0, 0.52);
	font-weight: normal!important;
	font-style: normal!important;
}

[data-id="accordeonck135"] .mobilemenuck-item > .level2 a.isactive {
	color: rgba(0, 0, 0, 0.52);
}



/* start allgemein */

.start .page-header, .start .blog-item {
	padding: 20px;
}
.start .page-header::after {display: none;;
}
.start .page-header {
	margin-bottom: 3em;
}
.start .blog-item {
	margin: 0;
}
.main-bottom .moduletable {
	padding: 20px;
	margin-bottom: 0;
}
.main-bottom, .webcams .mod-articles-items {
	grid-template-columns: 1fr 1fr;
	display: grid;
	grid-gap: 1.6em;
	row-gap: 1.6em;
}
.webcams .mod-articles-item-content {
	display: grid;
	grid-template-columns: 1fr;
}
.webcams .mod-articles-item-content figure {
	grid-area: 1 / 1 / 2 / 2;

}
.main-bottom {
	grid-gap: 2em;
}
xxx.main-bottom .webcams {
	grid-column: span 2;
}
.webcams .mod-articles-item {
	border-radius: 5px;
	overflow: hidden;
}
.webcams .mod-articles-item:hover {
	background-color: rgb(226, 236, 221);
}
.webcams .mod-articles-item h4 {
	padding: 10px;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}
.webcams .mod-articles-item .item-image {
	margin: 0;
}


@media (max-width: 1200px) { 
	.start .page-header {
		margin-bottom: 1em;
	}
	.main-bottom {
		grid-gap: 1em;
	}

	.webcams .mod-list {
		grid-template-columns: 1fr 1fr ;
	}
}
@media (max-width: 767px) { 
	.main-bottom {
		grid-template-columns: 1fr;
		grid-gap: 1em;
		margin-top: 3em;
	}
	.main-bottom .webcams {
		grid-column: auto;
		text-align: center;
	}
}
/* Banner */
.banner {
	background-color: #fff;	
}
@media (max-width: 1200px) {
	.moduletable.banner {
		margin-bottom: 1em;
	}
}

/* Content */
.page-header {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.page-header h1::after, 
.blog-item h2.item-title::after,
.moduletable h2::after,
h1.dp-page-heading::after,
.igallery_title::after,
.com-content-category-blog__items .blog-item h2::after,
h1.com-dpcalendar-event__title::after {
	content: " ";
	display: block;
	width: 100%;
	height: 4px;
	background: #DBDBDB;
	background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(219, 219, 219, 1) 54%, rgba(247, 247, 247, 1) 100%);
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 0.5em;
}

.page-header h1 {
	font-size: 2em;
	font-weight: bold;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 6px;
	color: #36830d;
	margin-bottom: 0;
}

.item-page .page-header:nth-child(3) {
	margin-top: px;
}
.item-page .page-header:nth-child(3):after {
	display: none;
}

.blog-featured {
	padding: 2em;
}
.blog-featured .page-header h1::after {
	display: none;
	visibility: hidden;
}
.blog-items {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
	row-gap: 2em;
	display: grid;
	align-items: stretch;
	margin-bottom: 3em;
}
.blog-items .item-content strong {font-weight: normal;
}
.blog-items .page-header,
.com-content-category-blog__items .blog-item .page-header {
	padding: 0 0 0px;
	margin: 0;
	border: none;
}
.blog-item h2.item-title::after,
.moduletable h2::after,
.com-content-category-blog__items .blog-item h2::after {
	content: " ";
	height: 2px;
	margin-bottom: 0;
}
.blog-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: space-around;
	align-self: stretch;
}
.blog-item .item-content {
	padding-top: 10px;
	flex-grow: 2;
}
.blog-item h2, .blog-item .item-title {
	padding-bottom: 5px;
	line-height: 1.2em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.blog-item h2 a {
	color: #35820e;
}
.blog-item h2 a:hover {
	color: #000;
}
.blog-item .item-image {
	padding-bottom: 0px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	width: 100%;
	overflow: hidden;   /* verhindert Überstehen */
	position: relative;
	border-radius: 5px;
	  aspect-ratio: 16 / 9;

}
.blog-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* füllt das DIV vollständig aus */
  object-position: center; /* zentriert das Bild */
  display: block;     /* entfernt unerwünschte Lücken */
}




.blog-item .item-title a, .blog-item h2 a {
	text-decoration: none!important;
}
.com-content-article .item-image {
	float: right;
	width: 55%;
	padding-left: 20px;
	padding-bottom: 10px;
}
.page-item.disabled .page-link, .page-link:hover, .page-item.active .page-link, .page-link  {
	border-color: #35820e;
}
.page-item.active .page-link {
	background-color: #35820e;
}

p.readmore {
	margin: 0;
	padding: 0;
}



@media (max-width: 1200px) { 
	.blog-items {
		grid-gap: 1em;
		row-gap: 1em;
		margin-bottom: 1em;
	}
}
@media (max-width: 990px) { 
	.blog-items {
		grid-template-columns: 1fr 1fr ;
	}
}

@media (max-width: 767px) { 
	.page-header h1 {
		font-size: 24px;
	}
	.blog-items {
		grid-template-columns: 1fr ;
		grid-gap: 2em;
	}
	.blog-item {
		display: block;
	}
	.blog-item .item-title {
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.blog-item .item-title h2 {
	}
	.com-content-article .item-image {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 0px;
}
}

/* Breadcrumbs */

.breadcrumbs {
	margin-bottom: 0;
	padding: 0.4em;
	background: #e2ecdd;
}
.breadcrumb {
	background: none;
}
.breadcrumbs .moduletable {
	background-color: #fff;
	border-radius: 5px;
}
.mod-breadcrumbs__here {
	padding-right: 4px;
	color: #000000;
}
.breadcrumb-item+.breadcrumb-item:before {
	content: ">";
	font-size: 1.4em;
}
.breadcrumb-item a {
	text-decoration: none;
	font-weight: bold;
}
-breadcrumb-item a:hover {
	color: #34810f;
}
@media (max-width: 767px) { 
.breadcrumbs {
	margin-bottom: 0;
	padding: 0.4em;
	background: #fff;
}

}

/* Inhaltselemente */

.bild-links, .bild-rechts {
	font-size: 11px;
	line-height: 120%;
	width: auto;
	width: 45%;
}
.bild-links {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.bild-rechts {
	clear: both;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
.elemente {
	display: grid;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	align-items: center;
}

.doppelbilder, .doppelspaltig {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 30px;
	row-gap: 30px;
}

.doppelspaltig {
	align-items: start;
}

.boxheader {
	display: flex;
	flex-direction: column;
}
.boxheader .page-header:nth-of-type(2) {
	border: none;
	padding-top: 20px;
}
.item-page, .blog, .com-dpcalendar-calendar, .igui-scope, .com-dpcalendar-calendar, .item-pagewebcams, .com-dpcalendar-event  {
	padding: 2.5em;
}
.item-page .ssl-title {
	border: none;
	color: #000;
	font-size: 1.2em;
	background: none;
	border-bottom: 2px solid #dddddd;
	padding: 6px 0;
}
.item-page .ssl-title:hover {
	background: none;
	color: #029497;
}
.item-page .ssl-title-open {
	font-weight: bold;
	color: #029497;

}
.item-page .ssl-content {
	padding: 0 0 30px;
	border: none;
}

@media (max-width: 767px) { 

	.item-page, .blog, .com-dpcalendar-calendar, .igui-scope, .com-dpcalendar-calendar, .item-pagewebcams  {
		padding: 1em;
	}

	.bild-links, .bild-rechts {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		text-align: center;
		padding-bottom: 15px;
		width: 100%;
	}
	.doppelbilder, .doppelspaltig {
		display: grid;
		grid-template-columns: 1fr;
	}


}

/* Kalender */
.moduletable  h3 {
	font-size: 1.4em;
}
.mod-dpcalendar-upcoming-default .dp-link {
	margin-bottom: 0em!important;
}
.mod-dpcalendar-upcoming-default__event p.readmore {
	text-align: left;
	display: none;
	visibility: hidden;
}
.mod-dpcalendar-upcoming-default__event .readmore a.btn {
	margin-top: -8px;
	background: none;
	color: #35820e;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0;
}
.com-dpcalendar-calendar__calendar {
	padding-top: 20px;
}
.fc-header-toolbar h2 {
	font-weight: bold!important;
}
/* Footer */

#footer {
	margin: 2em 0 0;
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #35820e;
	padding: 20px;
	grid-template-columns: 1fr 100px 140px;
	grid-gap: 2em;
	row-gap: 3em;
	display: grid;
	align-items: center;
}
#footer p {
padding: 0 0 5px;
text-align: l;
} 
#footer a {
	color: #fff;
}
.footer ul, .footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social img {
	width: 30px;
}
.servicenav ul.nav, .social ul.nav {
	display: flex;
	padding-top: 0;
	padding-bottom: 0px;
	flex-direction: row;
	justify-content: left;
	margin-top: 0px;
}
.social ul.nav li {
	margin-right: 5px;
	margin-left: 5px;
}
.service ul.nav {
	display: block;
	padding: 0;
	font-weight: bold;
	margin: 0;
	text-align: right;
}
@media (max-width: 767px) { 
	#footer {

		grid-template-columns:  1fr;
	}
	.service ul.nav {
		text-align: left;
	}
}



.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #36830d;
	color: #36830d;
	font-size: 18px;
	line-height: 0.8em;
	display: flex;
	text-decoration: none!important;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	border-width: 2px;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #36830d;
}

