/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v17-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
  background: #ffffff url("../../images/layout/bg.jpg") no-repeat fixed;
  background-color: rgb(255, 255, 255);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../images/layout/bg.jpg");
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  background-size: cover;
}
body .mainmenu ul li a.trail, 
body .mainmenu ul li a.active {
	background: rgba(0,0,0,0.05);
}

body .mainmenu ul li:hover:after, 
body .mainmenu ul li.active:after, 
body .mainmenu ul li.trail:after {
	display: none;
}
body {
	-webkit-background-size: cover!important; 
	-moz-background-size: cover!important; 
	background-size: cover!important; 
	background-attachment: fixed!important; 
	background-position: center top!important;
}
#bottom .inside,
#bottom .inside a {
	color: #ffffff;
}
body {
	background-position: top center!important;
}
.themesetting_phone {
	display: none;
}
.bg-accent {
	background-color: #005d32;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 10px 0 20px 0;
}

p a:hover, li a:hover {
	text-decoration: underline;
}

.subnav a {
	color: #005d32;
}

#nav-open-btn:before {
	background: #005d32;
}

.ce_table table th {
	background: #005d32;
}

/* Bild ohne Rand */
.border-none img {
  border: none !important;
}

blockquote a {
	color: #005d32;
}

.ce_accordion .toggler:before {
  color:#005d32;
}

.mod_calendar th.head {
  background:#005d32;
  border-top:1px solid #005d32;
  border-right:1px solid #005d32;
  border-left:1px solid #005d32;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:#005d32;
}

.pagination li span.current {
	background: #005d32;
}

.pagination li a:hover {
	color: #005d32;
}

.mod_faqpage h3:before {
	color: #005d32;
}

.mod_search .submit {
	border: 1px solid #005d32;
}

input:focus,
textarea:focus {
  border:1px solid #005d32;
}

form fieldset legend {
  background-color:#005d32;
}

.submit {
	background: #005d32;
}

.submit:hover {
	background: #005d32;
}

.label-accent {
	background: #005d32;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: #005d32;
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #005d32;
}

.newslist h2,
.newslist h2 a {
	color: #005d32;
}

.newsteaser p {
  margin-bottom: 0px;
}

.newslist .news-left .news-date {
	background: #005d32;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: #005d32;
}

blockquote {
	border-color: #005d32;
}

.ce_gallery .content {
	background: #005d32;
}

.newslist-v3 .date {
	background: #005d32;
}

.newsteaser_v3 .news-overlay i {
	background-color: #005d32;
}

.newslist-v3 .subheadline {
	color: #005d32;
}

.mainmenu ul ul li a:hover, 
.mainmenu ul ul li a.trail, 
.mainmenu ul ul li a.active {
	color: #005d32 !important;
}

body #header .mainmenu ul li ul li a:hover {
	color: #005d32;
}

.mainmenu ul li a.trail, 
.mainmenu ul li a.active {
	color: #005d32;
}

.mod_portfoliolist .item a:hover {
	color: #005d32;
}

.themesetting_email a:hover {
	color: #005d32;
}

.mainmenu ul li:hover:after,
.mainmenu ul li.active:after,
.mainmenu ul li.trail:after {
	background: #005d32;
}

.ce_revolutionslider_text {
}

.ce_hyperlink a, 
a.btn,
a.btn-archiv,
.ce_hyperlink a:hover, 
a.btn:hover, 
a.btn-archiv:hover {
	background: #005d32;
	border-color: #005d32;
}

.ce_hyperlink a.outline, 
a.btn.outline {
	color: #005d32;
}

.ce_hyperlink a.outline:hover, 
a.btn.outline:hover {
	background: #005d32;
	border-color: #005d32;
}

.ce_hyperlink a.link-white.outline:hover,
a.btn.link-white.outline:hover {
	color: #005d32;
}

.ce_iconbox .headline {
	color: #005d32!important;
}

.ce_text_image_bar h1,
.ce_text_image_bar h2,
.ce_text_image_bar h3,
.ce_text_image_bar h4,
.ce_text_image_bar h5,
.ce_text_image_bar h6 {
	color: #005d32;
}

.newsteaser .date {
	background: #005d32;
}

.news_home .image_container img {
	max-width: 100% !important;
	width: 100% !important;
}

.bg-second-color {
	background-color: #005d32;
}
#header .mod_socials {
	display: none;
}

.mainmenu {
	width: 100%;
	margin-left: 0;
}

.mainmenu ul {
	text-align: right;
}
@media only screen and (min-width: 768px) {

#header .inside {
	text-align: center;
}

.mainmenu ul li a {
	text-align: center;
}

.mainmenu ul li:last-of-type a {
	padding-right: 60px;
}

.logo {
	display: inline-block;
}
}
#contentwrapper {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
#contentwrapper {
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
}
/*
img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}*/

body {
	background-color: rgba(0,0,0,0.1);
}

#fix-wrapper {
	left: auto;
}

@media only screen and (max-width: 1280px) {
	#contentwrapper {
		max-width: 1100px;
	}
}
#bottom {
	background-color: #005d32;
}

/* BREADCRUMB */

.mod_breadcrumb {
	background: rgba(0,0,0,0.05);
	padding: 5px 5px 5px 40px;
}

/* Listenelemente nebeneinander stellen */
.mod_breadcrumb li { display: inline-block; } 
/* Nach einem Listenelements Trennzeichen einfügen */
.mod_breadcrumb li:after { content: " > "; }
/* Nach dem letzten Listenelement kein Trennzeichen */
.mod_breadcrumb li.active:after { content:""; }

/* IMAGE-BOX */

.ce_text_imagebox_image_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  border-right: 1px solid #fff;
}

.imagebox_home a {
  width: 100%;
  border-right: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  margin-top: 1px;
}

h5.imagebox {
  background: rgb(0,93,50,0.8);
  padding: 10px 0 10px 30px;
}

/* Memberlist */

.memberlist_full h1 {
    margin-bottom: 5px;
}
.address-add {
    display: none;
}
.memberlist table tr:nth-child(2n+1) td {
    background-color: rgba(178,180,181,.1);
}
.memberlist table {
    width: 100%;
    border-top: 1px solid #B2B4B5;
    border-right: 1px solid #B2B4B5;
    border-left: 1px solid #B2B4B5;
}
.memberlist table td {
    padding: 10px;
    background-color: rgba(178,180,181,.3);
    border-bottom: 1px solid #B2B4B5;
    vertical-align: top;
}
.memberlist thead th {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #B2B4B5;
    background-color: transparent;
}
.memberlist_full .content {
	margin-bottom: 30px;
}
.mod_sitemap ul li a::before, .ce_text ul li::before {
    margin-right: 10px;
    font-family: FontAwesome;
    content: "\f0da";
}
#main a[title~="Mehr"] {
    display: inline-block;
    padding: 8px 16px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #005d32;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: ##005d32;
    text-transform: uppercase;
    cursor: pointer;
}
#main a:hover[title~="Mehr"] {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(178,180,181,.3);;
    background-image: none;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

.autogrid_wrapper .autogrid.full {
  padding-left: 3% !important;
}

.img_border {
  display: inline;
  margin: 0;
  padding: 1px;
  border: #DDE3E8 solid 1px;
}
.img_border_left {
  float: left;
  margin: 0px 15px 10px 0px;
  padding: 0;
  text-align: right;
  border: 0;
  border: #DDE3E8 solid 1px;
}

/* Seminaranmeldung */
 form select {
	width: 80px !important;
	margin-left: 5px;
}

.feldset_rechnung {
	border: none;
	padding: 0;
}
/* zeitschriften */
.jahre {
    width: 100% !important;
    margin: 0 0 10px 0;
}
.button {
	float: none !important;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.2);
	transition: all 0.15s linear 0s;
	width: 100%;
	cursor: pointer;
}
.text {
    width: 100% !important;
    margin-bottom: 10px;
}
.highlight {
	background-color: #86B73A;
}
.archiv_shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.archiv_download {
  display: inline-block;
  background: rgb(0,0,0,0.05) url(../../../assets/contao/images/iconPDF.svg) 5px center no-repeat;
  width: 100%;
  padding: 10px 0 10px 25px;
  border-radius: 3px;
  font-size: 0.8rem;
  color: rgb(119,119,119);
  margin-bottom: 7px;
}
.archiv_download_gkj {
  display: inline-block;
  background: rgb(0,0,0,0.05) url(../../../assets/contao/images/iconPDF.svg) 10px center no-repeat;
  width: 180px;
  padding: 10px 0 10px 33px;
  border-radius: 3px;
  font-size: 0.8rem;
  color: rgb(119,119,119);
  margin-bottom: 7px;
  float: right;
}
.archiv_download:hover, .archiv_download_gkj:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.nun_digital {
  background-image: url(../../../files/images/layout/nun_digital.png);
  background-repeat: no-repeat;
  background-position: right; 
}
a.nun_digital {
  background-image: none;
}
@media only screen and (max-width: 767px) {
	.nun_digital { background-position: center; }
}