/* @override 
	https://www.austrofoma.at/templates/austrofoma/css/user.css?* */

/* nunito-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: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-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: 'Nunito';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/nunito-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v25-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-800 - 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: 'Nunito';
  font-style: bold;
  font-weight: 800;
  src: url('../fonts/nunito-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v25-latin-800.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* anuphan-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: 'Anuphan';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anuphan-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/anuphan-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anuphan-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anuphan-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anuphan-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anuphan-v2-latin-regular.svg#Anuphan') format('svg'); /* Legacy iOS */
}
/* anuphan-600 - 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: 'Anuphan';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/anuphan-v2-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/anuphan-v2-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anuphan-v2-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anuphan-v2-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anuphan-v2-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anuphan-v2-latin-600.svg#Anuphan') format('svg'); /* Legacy iOS */
}
/* anuphan-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: 'Anuphan';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/anuphan-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/anuphan-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anuphan-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anuphan-v2-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anuphan-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anuphan-v2-latin-700.svg#Anuphan') format('svg'); /* Legacy iOS */
}
@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.97em/1.4em "Corbel", "Nunito", Helvetica, Arial, Geneva, sans-serif;
	color: #3C3C3B;
	font-weight: 400;
}

body {
	display: block;
	position: relative;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.item-page::after {	
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

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 {
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;
	font-variant: small-caps;
}
h1 {
	font-size: 1.8em;}
	
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 18px;
}

a {
	color: #0F8140;
}
a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
ol, ul, p {
	padding-bottom: 20px;
	margin-bottom: 0;
}
ul li {
	list-style: disc;
	padding-bottom: 5px;
}
.btn {
	border: 0px solid #0F8140;
	border-radius: 0px;
	padding: 7px 25px 3px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	background-color: #085b98;
	text-transform: lowercase;
	font-size: 1.2em;
}
.btn:hover {
	
	background-color: #0d8040;
	text-decoration: none;
	color: #fefefe;
}
.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.right {
	display: grid;
    grid-gap: 0em;
	grid-template-columns: 1fr 320px;
	grid-template-rows: auto;
 }
.container-content main {
	width: 100%;
}
.container-sidebarright {
	border-left: 2px solid #DDDDDD;
	display: flex;
	margin-left: 30px;
	align-self: stretch;
	flex-direction: column;
}

.grid-child {
	flex-direction: column;
} 
#main {
	overflow: hidden;
	padding-bottom: 0px;
	background-color: #C6C6C6;
}
.container-component>*+* {
	margin-top: 0!important;
}
.container {
	max-width: 1100px!important;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 990px) { 
	#main {
		padding-top: 0;
	}
	.content-grid.right {
		display: grid;
	    grid-gap: 0em;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	 }

	.container-sidebarright {
		border-left: 0px solid #DDDDDD;
		border-top: 2px solid #DDDDDD;
		display: flex;
		margin-left: 0;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
		padding-top: 30px;
		margin-top: 20px;
	}
	.container-sidebarright .card {
		width: 50%;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}

}

@media (max-width: 767px) { 
	.hidemobile, .topbar2 {
		display: none!important;
		visibility: hidden!important;
	}
	.site-grid {
		grid-gap: 0;
	}
	.container-sidebarright {
		flex-direction: column;
	}
	.container-sidebarright .card {
		width: 100%;
	}
}

/* Header - Navigation */
header.header {
	background-color: #fff;
	height: 225px;
	font-family: "Tahoma","Anuphan", Helvetica, Arial, Geneva, sans-serif;
}
header p {
	padding: 0;
}
header .nav {
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 200;
}
.container-header .grid-child {
	padding: 0;
}
.topbar {
	background-color: #3C3C3B;
	height: 50px;
	display: flex;
	align-items: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.3em;
}
.topbar .container {
	display: grid;
	grid-template-columns: 200px 230px 1fr;
}
ul#social {
	display: flex;
}
ul#social li {
	list-style: none;
	margin-left: 20px;
}
ul#social a img {
	width: 25px;
	opacity: 80%;
}
ul#social a:hover img {
	opacity: 100%;
}
.dj-offcanvas-modules ul#social {
	flex-direction: row;
	justify-content: space-around;
}
.dj-offcanvas-modules ul#social li {
	padding: 0;
	margin: 0;
}
ul#topnav li a {
	color: #cacaca;
}
ul#topnav li a:hover {
	color: #fff;
	text-decoration: none;
}
ul#topnav li.active a {
	color: #fff;
}
ul#topnav li:before {
	content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
	float: left;
	border: 2px solid #989898;
	margin-top: 8px;
	margin-right: 6px;
}
.container-header .mod-menu>li:after {
	display: none;
	visibility: hidden;
}
.container-header .mod-menu {
	justify-content: flex-end;
}
.header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-header {
	margin-bottom: 0;
	box-shadow: none;
}
header .grid-child {
	flex-direction: row;
} 
header .karte p img {
	width: 280px;
}
header .logo-service img {
	width: 150px;
}
.sponsor {
	display: flex;
	align-items: center;
	color: #818181;
}
header p.sponsor img {
	height: 77px;
	width: auto;
}
header p.sponsor span {
	display: block;
	padding-right: 10px;
}
header p.sponsor a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.dj-offcanvas-modules p.sponsor {
	flex-wrap: wrap;
	justify-content: center;
}
.dj-offcanvas-modules p.sponsor span {
	width: 100%;
	padding-bottom: 6px;
	text-align: center;
	color: #d1d1d1;
	font-size: 0.9em;
}
.dj-offcanvas-modules p.sponsor a {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 4px;
	margin: 5px;
}
.dj-offcanvas-modules p.sponsor img {
	height: 70px;
}
.container-topbar p {
	padding: 0;
	margin: 0;
}
.nav .container {
	display: grid;
	grid-template-columns: 230px 1fr;
	grid-gap: 1em;
	row-gap: 1em;
}
.container-header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.grid-child.brand {
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
	display: block;
	margin-right: 0px;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.grid-child.topbar2 {
	justify-content: space-between;
}
.brand-logo {
	display: block;
}
.grid-child.brand {
	padding: 0;
}
.grid-child.brand img {
	width: 230px;
}

.grid-child.container-nav {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	align-items: center;
	flex-shrink: 1;
}

.container-topbar {
	font-size: 14px;
	line-height: 1.4em;
}

#site-header {
	top: 0;
	width: 100%;
	z-index: 200;
}
#site-header.hide {
	top: 0px;
}

@media (max-width: 990px) { 
	.container-header .mod-menu {
		display: flex;
		flex-direction: row;
	}
	.container-header .mod-menu li {
		padding-left: 10px;
	}
	.grid-child.brand img {
		width: 150px;
	}
	.nav .container {
		grid-template-columns: 150px 1fr;
	}
	.container-header .navbar-brand {
		padding-top: 5px;
		padding-bottom: 0;
	}	

}
@media (max-width: 767px) { 
	.topbar {
		height: 30px;
	}
	header.header {
		height: 104px;
	}
	header .nav {
		padding-top: 0;
		padding-bottom: 0;
	}
	.topbar .container {
		display: block;
		grid-template-columns: 1fr; 
	}
	.grid-child.brand {
		padding-top: 0;
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.grid-child.brand img {
		width: 100px;
	}
	.grid-child.topbar2 {
		justify-content: end;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	#site-header.hide {
		top: 0px;
	}
	.nav .container {
		display: grid;
		grid-template-columns: 1fr 100px;
		grid-gap: 0em;
		row-gap: 0em;
	}

}

/* Sprachauswahl */

.mod-languages {
	font-variant: normal;
	text-transform: lowercase;
}
.mod-languages ul li {
	padding: 0;
	margin: 0!important;
}
div.mod-languages ul li.lang-active {
	background: none!important;
}
.mod-languages ul li a {
	color: #989898;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: uppercase;
	font-size: 0.8em;
}
div.mod-languages ul li.lang-active a{
	color: #fff;
}
.dj-offcanvas-modules {
	font-size: 1.5em;
}
.dj-offcanvas-modules .mod-languages {
	
}
/* Banner */
.banner .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner p {
	margin: 0;
	padding: 0;
}
.banner-content {
	padding-top: 0px;
	width: ;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.banner-content .mod-custom {
	padding-top: 30%;
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.banner-content .mod-custom .textblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font: small-caps bold 22px "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;
	padding-right: 16%;
	padding-left: 16%;
}
.banner-content .mod-custom .textblock span {
	display: inline-block;
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 20px;
}
.banner-content .mod-custom .textblock .hinweis span.preis {
	font-variant: normal!important;
	text-transform: none;
	color: #ff1717;
	font-weight: bold;
	font-size: 21px;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 10px;
	margin-top: 20px;
	border-radius: 5px;
}
.banner-content .mod-custom .textblock .hinweis span.preis strong {
	font-size: 30px;
}
.banner-content .mod-custom .textblock span a {
	color: #fff67c;
}
.banner-content .mod-custom .textblock span a:hover {
	color: #fff;
}
@media (max-width: 767px) { 
	.banner-content .mod-custom {
		padding-top: 0%;
		width: 100%;
		height: auto;
		position: relative;
		overflow: visible;
		background-size: cover;
	}
	.banner-content .mod-custom .textblock{
		position: relative;

		display: flex;
		justify-content: center;
		align-items: center;
		font: small-caps bold 22px "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;
		padding-right: 6%;
		padding-left: 6%;
		padding-top: 20px;
	}
}


/* Content */
.page-header {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.page-header h1, form.formulare h2 {
	font-size: 40px;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	text-align: center;
}
.item-page, .login, .registration, .com-users-profile, .com-users-logout, .com-users-reset, form.formulare {
	background-color: #fff;
	padding: 20px 30px;
}
.com-content-article__body {

}

.blog-items {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
	row-gap: 3em;
}
.blog-items .page-header {
	margin: 0;
	border: none;
}
.blog-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0em;
	align-self: start;
	background-color: #fff;
}
.blog-item h2, .blog-item .item-title {
	grid-row: 2 / 3;
}
.blog-item .item-image {
	grid-row: 1 / 2;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

.blog-item .item-content {
	align-self: start;
	padding: 20px;
}
.blog-item .item-title a, .blog-item h2 a {
	text-decoration: none!important;
}

.introtext p, .introtext h1, .introtext h2, .introtext h3 {
	padding-bottom: 10px;
}

p.readmore {
	padding: 0;
}
.readmore .btn {
	background-color: #C6C6C6;
	font-weight: normal;
	font-style: normal;
}
.readmore .btn:hover {
	background-color: #0d8040;
}


@media (max-width: 767px) { 
	.page-header h1, form.formulare h2 {
	font-size: 30px;
	}
	.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 {
	}

}

/* Startseite */
.start #main {
	background: url(../images/hg-weiss.png) center top repeat-x #C6C6C6;
}
.start .banner-content {
	position: relative;
	z-index: 100;
}
.container-top-a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.einleitung h2 {
	color: #3C3C3B;
	font-size: 2em;
}
.einleitung .custom {
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.einleitung .btn {
	background-color: #fff;
	color: #3C3C3B;
}
.infobox .elemente{
	background-color: #fff;
	margin-top: 40px;
}
.infobox .elemente {
	padding: 0;
}
.infobox .text {
	padding: 30px;
}

.actionbutton.elemente {
	font-weight: bold;
	font: bold 1.8em "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;
	grid-template-columns: 1.05fr 1fr;
	column-gap: 0.5em;
	row-gap: 0.5em;
	background: none;
	  align-items: stretch;
	text-transform: uppercase;
}
.actionbutton.elemente .element {
	background-size: 100% auto;
	display: flex;
	align-items: stretch;
	background-position: center center;
	transition: all .5s ease;
}
.actionbutton.elemente .element.lkonline {
	background-color: rgb(0, 126, 70);
}
.actionbutton.elemente .element.waldgeschichten {
	min-height: 160px;
}
.actionbutton.elemente .element.lkonline img {
	max-width: 200px;
}
.actionbutton.elemente .element:hover {
	background-size: 120% auto;
}
.actionbutton.elemente .element:last-of-type {
	grid-column: 2 /3;
	grid-row: 1 / 3;
	min-height: 370px;
	font-size: 1.2em;
}
.actionbutton a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.actionbutton a .text {
	max-width: 380px;
}
.actionbutton a .text span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding-top: 7px;
}
.actionbutton  a .text {
	width: 100%;
}
.actionbutton .element3 {
	text-transform: none;
}

.actionbutton .element3 h3 {
	font-size: 34px;
	text-transform: none;
	font-variant: normal;
}
.actionbutton .element3 table {
	font-size: 16px;
	text-align: right;
	font-weight: normal;
	font-style: normal;

}
.actionbutton table>tbody,
.actionbutton .element3 table tr,
.actionbutton .element3 table tr td {
	border: none;
}
.actionbutton .element3 table tr td {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
.actionbutton .element3 table tr:first-of-type {
	border-bottom: 2px solid #fff;
}
@media (max-width: 767px) { 
	.actionbutton.elemente {
		grid-template-columns: 1fr;
	}
	.actionbutton.elemente .element:last-of-type {
		grid-column: 1 /2;
		grid-row: 1 / 2;
		height: auto;
		min-height: auto;
	}
	.actionbutton .element3 .text {
		padding-left: 10px;
	}
}

/* Aussteller */
.aussteller .blog-items {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	row-gap: 1em;
}
.aussteller .blog-item .item-content {
	padding: 10px 10px 0;
}
.aussteller .blog-item .page-header h2 {
	font-variant: normal;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 5px;
}
.aussteller .main.item-image {
	float: right;
	width: 40%;
	margin-bottom: 20px;
	margin-left: 20px;
}
.aussteller .page-header.title {
	padding-bottom: 0;
	margin-bottom: 0;
}
.aussteller .page-header.title h2 {
	font-variant: normal;
}

@media (max-width: 990px) { 
	.aussteller .blog-items {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) { 
	.aussteller .blog-items {
		grid-template-columns: 1fr 1fr;
	}
}

/* Login */



/* 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;
}
.elemente.team {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-row: auto;
	column-gap: 2em;
	row-gap: 2em;
}
.elemente.team .element {
	border-radius: 50%;
	overflow: hidden;
	padding-top: 100%;
	width: 100%;
	height: 0;
	position: relative;
}
.elemente.team .element .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.elemente.team .element .content .text {
	position: absolute;
	width: 100%;
	z-index: 200;
	bottom: -70%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	padding-top: 20px;
	transition: all .5s ease;
}
.elemente.team .element:hover .content .text {
	bottom: 0;
	
}
.elemente.hauptsponsoren {
	grid-template-columns: 1fr 1fr;
	grid-template-row: auto;
	column-gap: 2em;
	row-gap: 2em;
	text-align: center;
}
.elemente.hauptsponsoren img {
	max-width: 200px;
	max-height: 210px;
	padding-bottom: 5px;
}

.kartenbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2em;
	row-gap: 2em;
	text-align: center;
}

.kartenbox .element1,
.kartenbox .element2 {
	grid-column: span 2; 
}

.anreisekarte {
	 align-items: center;
}
.anreise {
	margin-bottom: 20px;
	margin-top: 10px;
}
.anreise h4 {
	text-transform: none;
	font-variant: normal;
	font-size: 16px;
	padding: 8px 10px;
	color: #fff;
	background-color: #0d8040;
	font-weight: normal;
	font-style: normal;
}
.anreise div{
	background-color: #f6f9f5;
}
.anreise p {
	padding: 15px 20px 20px;
}
.anreise h4 strong {
	text-transform: uppercase;
}

.ebook {
	grid-template-columns: 400px 1fr;
	grid-template-row: auto;
	column-gap: 2em;
	row-gap: 2em;
	text-align: center;
}
.downloadlinks {
	padding-top: 20px;
	padding-bottom: 20px;
}
.downloadlinks p {
	text-align: center;
}
.downloadlinks a {
	text-decoration: none;
	display: block;
	background-color: #0d8040;
	color: #fff;
	padding: 12px 15px 8px;
	text-align: center;
	font-size: 18px;
	max-width: 400px;
	border-radius: 5px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	transition: all .2s ease;
}
.downloadlinks a:hover {
	background-color: #005a97;
}
.downloadlinks a span {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

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


@media (max-width: 900px) { 

}

@media (max-width: 767px) { 

	.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;
	}
	.elemente.team {
		grid-template-columns: 1fr;
	}
	.elemente.team .element .content .text {
		bottom: 0;
	}
	.ebook {
		grid-template-columns: 1fr;
		grid-template-row: auto;
		column-gap: 2em;
		row-gap: 2em;
		text-align: center;
	}
	.ebook .bild {
		grid-row: 2 / 3; 
	}
}

/* Presse */

.presse {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 320px;
	column-gap: 40px;
	align-items: stretch;
}
.presse .social {
	padding: 30px 20px 20px;
	background-color: #eef0f0;
	text-align: center;
	grid-column: 2 / auto;
	grid-row: 1 / span 2;

}
.presse .social .links p {
	padding-bottom: 30px;
	padding-top: 20px;
}
.presse .social img {
	width: 50px;
	padding-bottom: 10px;
}
.presse .social h3 {
	font-variant: normal;
	font-weight: bold;
	font-size: 1.2em;
}
.presse .social a {
	color: #595959;
	text-decoration: none;
}

@media (max-width: 767px) { 
	.presse {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
		column-gap: 40px;
		align-items: stretch;
	}
	.presse .social {
		padding: 20px 10px;
		background-color: #eef0f0;
		text-align: center;
		grid-column: auto / auto;
		grid-row: 3 / auto
	
	}
	.presse .social .links {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.presse .social .links p {
		margin-right: 10px;
		margin-left: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

}

/* Spnsoren */

.sponsorenliste {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.sponsorenliste p {
	width: 33%;
	padding: 20px;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsorenliste p img {
	max-height: 170px;
	max-width: 200px;
	
}
@media (max-width: 767px) { 
	.sponsorenliste p {
		width: auto;
	}
}

/* Besucherinfos */

.elemente.besucherinfos {
	align-items: stretch;
	column-gap: 30px;
	row-gap: 30px;
	font-size: 1.05em;
}
.elemente.besucherinfos .element {
	border: 2px solid rgb(191, 213, 184);
}
.elemente.besucherinfos .element h3 {
	font-variant: normal;
	font-size: 20px;
	padding: 10px 15px;
	background-color: #0d8040;
	color: #ffffff;
}
.elemente.besucherinfos .element div {
	background-color: #fff;
	padding: 15px 15px 0;
	margin: 2px;
}
.besucherinfos ul {
	padding-left: 0; 
    list-style-position: inside;
	font-weight: bold;
	padding-bottom: 3px;
}
.besucherinfos ul li {
	list-style: none;
	padding-left: 22px;
	padding-bottom: 8px;
}
.besucherinfos ul li:before {
	content: " ";
	background-color: #0d8040;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin-left: -16px;
	float: left;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.elemente.besucherinfos {
		grid-template-columns:  1fr;
		row-gap: 20px;
	}
}

/* Ausstellerliste */

.aussteller td p, .aussteller td h3 {
	padding: 0;
}
.aussteller td h3 {
	padding-top: 10px;
}
.aussteller tr td {
	border: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
table.aussteller tbody {
	border: none;
	font-family: "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;

}
.aussteller tr {
	border-bottom: 1px solid #c1c1c1;
	border-top: 0px solid #333;
}
/* Ausstellerinfo */
.ausstellerinfo {
	grid-template-columns: 1fr 350px;
	align-items: flex-start;
}
.ausstellerinfo .kontakte {
	grid-column: 2 / 3;
	grid-row: 1;
	background-color: #e9e9e9;
	padding: 20px;
}
@media (max-width: 767px) {
	.elemente.ausstellerinfo {
		grid-template-columns:  1fr;
		row-gap: 20px;
	}
	.ausstellerinfo .kontakte {
		grid-column: 1 / 2;
		grid-row: 1;
	}
}
/* Sicherhietshinweis */

.elemente.sicherheit {
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	color: #000;
	font-size: 1.05em;
}
.elemente.sicherheit p:last-of-type {
	padding-bottom: 0;
}
.sicherheit img {
	width: 80px;
}
.sicherheit .element {
	display: grid;
	grid-template-columns: 90px 1fr;
	padding: 15px;
	background-color: #fef1c7;
	align-items: center;
}
@media (max-width: 767px) {
	.elemente.sicherheit {
		grid-template-columns:  1fr;
	}
}

@media (max-width: 450px) {
	.sicherheit .element {
		grid-template-columns:  1fr;
	}
	.sicherheit img {
		padding-bottom: 9px;
	}
}

/* Benutzerregistrieung */

#member-registration legend {
	display: none;
}
.main-top {
	background-color: #fff;
	padding: 20px 30px 0;
}
.main-top h2 {
	font-size: 40px;
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	color: #000;
	text-align: center;
}

#user-registration legend {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 20px;
}

/* Formulare */

.formulare .formContainer {
	padding-top: 20px;
}
table.timeslots {
	width: 100%;
	margin-bottom: 40px;
	font-family: "Tahoma", "Anuphan", Helvetica, Arial, Geneva, sans-serif;

}
table.timeslots td, table.timeslots th {
	border: 1px solid #afafaf;
	padding: 8px 5px;
	vertical-align: center;
	background-color: #fff;
}
table.timeslots td:first-of-type {
	white-space: nowrap;
	font-weight: bold;
}
table.timeslots th {
	background-color: #e6e6e6;
}

.formulare .form-check-input:checked {
	background-color: #0d8040;
}
.rsform-block-auswahl-datum {
	padding-left: 30px;
}
.form-label {
	font-weight: bold;
	font-size: 1.1em;
}
.form-check label {
	font-size: 1.1em;
}
.dankebox {
	background-color: #fff;
	padding: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	table.timeslots {
		border-collapse: collapse;
		overflow-x: auto;
		display: block;
		width: fit-content;
		max-width: 100%;
	}
}
/* Footer */

footer.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	background-color: #3C3C3B;
}
.footer a:hover {
	color: #afafaf;
}
.footer p {
	padding: 0 0 15px;
} 
.footer p:last-child {
	padding: 0 0 0px;
} 
.footer ul, .footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer1 .container {
	display: grid;
	grid-template-columns: 300px 1fr;
	column-gap: 40px;
	align-items: center;
}

.footer .container.adresse {
	padding-right: 0;
	padding-left: 0;
}
.footer .logos {
	text-align: center;
}
.footer .logos img {
	max-width: 170px;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 0.7;
}
.footer2 {
	background-color: #989898;
}

.logos .custom p.facebook img {
	height: 30px;
}
.logos .custom p img {
	height: 60px;
}

ul.servicenav {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
ul.servicenav li {
	display: inline-block;
	padding-left: 10px;
	font-weight: normal;
	padding-right: 10px;
}
.service ul.nav li img {
	width: 30px;
}
ul.servicenav li a {
	color: #000;
}
ul.servicenav li a:hover {
	color: #000;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.footer1 .container {
		display: grid;
		grid-template-columns:  1fr;
		column-gap: 40px;
		row-gap: 40px;
		align-items: center;
	}
	.footer .logos {
		text-align: left;
	}

}

.back-to-top-link {
	position: fixed;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	right: 20px;
	border-color: #0F8140;
	color: #0F8140;
	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;
}
.back-to-top-link:focus, .back-to-top-link:hover {
	background-color: #0F8140;
}

/* Hinweis Banner */
#hinweisbanner {
	background-color: #fff57b;
	color: #0d8040;
	text-decoration: none;
}
#hinweisbanner:hover {
	background-color: #fece78;
}
#hinweisbanner p {
	padding: 14px 8px 10px;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
#hinweisbanner p strong {
	text-transform: uppercase;
}
#hinweisbanner a {
	color: #0d8040;
	text-decoration: none;
}