@charset "utf-8";
/* CSS Document */
/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v22-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v22-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v22-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v22-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v22-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-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: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v22-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v22-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	font-family: 'Poppins' !important;
}
#sp-main-body {
  padding: 50px 0 !important;
}
#sp-header {
	margin-top:30px;
	background: transparent !important;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1) !important;
}
.article-details .article-header h1, .contact h1, .page-header h1, #sp-title h1 {
	font-size: clamp(2rem, 2.8vw, 3rem) !important;
	font-family: 'Poppins';
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #074ad4;
	}
.article-header h2 {
	font-size: 2rem !important;
	font-family: 'Poppins';
	font-weight: 400;
	text-align: center;
}
.article-header h2 .hr-droid {
	display:none;
}

#sp-header .container{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 99px;
	border: 3px solid #0080ff;
}
.hr-droid {
  /*display: flex;*/
	position: relative;
	padding-bottom: 0px;
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(0,0,0,0), rgba(0,0,0), rgba(0,0,0,0));
    border-image-slice: 1;
    width:100%;
	bottom: 30px;
}
.hr-line {
  width: 100%;
  position: relative;
  margin: 20px 0px;

}

.flugzeug img {
  position: relative;
  background: transparent;
  top: 27px;
  width: 60px;
  height: 53px;
	left: 35%;
  
}
/*.article-header {
	margin-top: 40px;
}*/

.article-details .article-full-image {
  width: 1000px;
  text-align: ;  margin: 0 auto;
}
/************ Aufstiegszeiten Startseite ***********/
/*#mod-custom143 {
  z-index: 1;
  position: relative;
  margin-top: -130px;
}*/
#mod-custom143 h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 190%;
  color: #033aa9;
  padding-bottom: 10px;
}

.newslist .newstitle {
	font-size: 120%;
	font-weight: 700;
}
/***************   Menü    *******************/
.sp-megamenu-wrapper {
 margin: 0px auto;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Poppins', sans-serif !important;
  text-decoration: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
		font-size: 18px;
}
 .sp-megamenu-parent > li.active > a::before {
  /* Set the font for this icon style */
  font: var(--fa-font-solid);
  /* Set the weight for this icon style */
  font-weight: 900;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: '\f533';
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 35%;
}
.sp-megamenu-parent > li > a:hover::before {
  font: var(--fa-font-solid);
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  content: '\f533';
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 50%;
  animation: slideIn 2s ease 0s 1 normal forwards;
}
@keyframes slideIn {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 85% !important;
}
.sp-dropdown-inner {
	border-radius: 10px;
  	border: 2px solid #0080ff;
	background: rgba(207, 221, 238, 1) !important;
}
.sp-dropdown-inner::before {
	font: var(--fa-font-solid);
	font-size: 18px;
  	font-weight: 900;
 	-webkit-font-smoothing: antialiased;
 	content: '\f04b';
	color: #0080ff;
 	opacity: 1;
 	position: absolute;
 	top: -15px;
  	left: 15%;
	transform: rotate(-90deg);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-bottom: 1px solid #b2b2b2;
}
 .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Poppins', sans-serif !important;
  text-decoration: none;
  font-size: 16px;
}
/****************** End Menü ******************/

/****************** Blocks *****************/
#sp-blocks {
  position: relative;
  margin-top: -50px;
  z-index: 1;
  margin-bottom: 0px;
}
#sp-blocks .container {
	padding: 15px !important;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);

}
#sp-blocks .container-inner {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#sp-blocks .sp-module {
	padding-left:50px;
}
#sp-blocks .sp-module::before{
 	content: url("../images/aeroplane-v.png");
 	position: absolute;
	margin-left: -50px;
	width: 30px !important;
}

#sp-position1 {
	border-right: 1px solid #ccc;
  	padding-right: 15px;
}

.sp-module-title {
	font-family: 'Poppins', sans-serif !important;
	font-size: 150%;
	color: #033aa9;
	padding-bottom: 10px;
	border-bottom: 2px dotted #074ad4;
}
/****************** End Blocks *****************/

/******** Mitgliedschaft ***********/
.button-width-1 .mod_jmg_sidebar_button_position_1.mod_jmg_button_size_fa-lg {
  left: -40px;
  width: 45px !important;
  height: 211px !important;
}

.mod_jmg_sidebar_wrapper.click.open .mod_jmg_sidebar_button_1 .mod_jmg_sidebar_button i::before {
  content: url( "../../../images/mitglied.png") !important;
}

.mod_jmg_sidebar_container {
	background: #ffffff !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
	margin-top: 0px !important;
	padding: 10px 20px 30px 40px !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mod_jmg_sidebar_container a:hover {
	color: #fff;
}.mod_jmg_sidebar_container a {
	color: #fff;
}
.mod_jmg_sidebar_1 .mod_jmg_sidebar_container {
	min-height: 211px;
}
.mod_jmg_sidebar_button_position_2, .mod_jmg_sidebar_wrapper.open .mod_jmg_sidebar_button_position_2 {
	margin-top: 172px !important;
}
.mod_jmg_sidebar_2 .mod_jmg_sidebar_container {
	margin-top: 214px !important;
	padding: 0px 20px 0px 40px !important;
}
.mod_jmg_sidebar_2 .mod_jmg_sidebar_container p {
	height: 38px;
	display: table-cell;
	vertical-align: middle;
}

.mod_jmg_sidebar_2 .mod_jmg_sidebar_container a {
	color: #333;
}
.mod_jmg_sidebar_2 .mod_jmg_sidebar_container a:hover {
	color: #999;
}

.mod_jmg_sidebar_button, .mod_jmg_sidebar_button_extern {
  border-top-left-radius: 30px 30px !important;
  border-bottom-left-radius: 30px 30px !important;
}
.btn-auf {
	padding: 10px;		  
	color: #fff;
	background-color: #074ad4;
	border: none;
	border-radius: 30px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
}

/******** Ende Mitgliedschaft ***********/

.btn-gal {
	padding: 10px;		  
	color: #fff;
	background-color: #074ad4;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
}

.btn-gal:hover {
	background-color: #3a6cd3;
	color: #fff;
}

/*********** Wetter App ***********/
[id^='day'] {
	left: 40% !important;
}
[id^='js_weather-chart-'] {
	left: 40% !important;
	top: 50% !important;
	background: #fff !important;
}
.js_weather-misc3 {
	background: #fff !important;
	color: #252525 !important;
}
.js_weather-misc3 table {
	margin: 0 auto;
}
.js_weather-misc3 h3{
	font-weight: 500 !important;
	padding: 10px 0px 20px;
	color: #0345BF !important;
}

.js_weather-misc3  td div{
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	text-align:center;
}
.js_weather-middle, .js_weather-td-misc {
 	 color: #252525 !important;
  	font-weight: 500 !important;
}
.js_weather-misc3 tr td:first-child {
    display: none;
	}

.js_weather-misc3 .js_weather-middle tr td:first-child {
    display: block;
	}
.js_weather-time {
	padding-bottom: 10px;
}
.js_weather-title {
	font-size: 20px;
	color: #033aa9;
}
.js_weather-center, .js_weather-table, .js_weather-temperature-big2, .js_weather_min-temperature {
	color: #000000 !important;
}

/*********** Ende Wetter App ***********/

#mod-custom144 p {
	text-align:center;
}
#Schwanstetten_z704 span:nth-child(1){
  font-size: 26px;
  margin-bottom: 30px;
}
#Schwanstetten_z704{
	font-size: 20px;
}

/************* Tabelle *************/
/*.tb-scroll {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.tb-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.tb-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}*/


.bordered {
	background: #ffffff;
	margin: 0 auto !important;
	border:10px solid #ffffff;
	border-radius: 20px 20px 20px 20px;
	border-collapse: separate;
	 -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.38);
	 -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.38);
	 box-shadow: 5px 5px 35px 0px rgba(0,0,0,0.38);
	 margin-bottom: 50px !important;
}
.bordered tr:hover {
	 background:#f3f3f3;
	 -o-transition:all 0.1s ease-in-out;
	 -webkit-transition:all 0.1s ease-in-out;
	 -moz-transition:all 0.1s ease-in-out;
	 -ms-transition:all 0.1s ease-in-out;
	 transition:all 0.1s ease-in-out
}
.bordered p {
	 margin:0 !important;
	 padding:0 !important
}
.bordered td {
	 border:1px solid #ddd;
	 padding:10px;
	 text-align:left
}
.bordered tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.bordered tr:nth-child(odd):hover {
  background-color: #f3f3f3;
}

.bordered th {
	 background-color:#f5f5f5;
	/* background-image:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	 background-image:-webkit-linear-gradient(top, #ccc, #eee);
	 background-image:-moz-linear-gradient(top, #ccc, #eee);
	 background-image:-ms-linear-gradient(top, #ccc, #eee);
	 background-image:-o-linear-gradient(top, #ccc, #eee);
	 background-image:linear-gradient(top, #ccc5, #eee);
	 -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;
	 -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;
	 box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;*/
	 border:1px solid #ccc !important;
	 font-family: 'Poppins', sans-serif;
	color: #8dc63f;
	 letter-spacing:1px;
	 font-size:155%;
	 font-weight:normal;
	 padding:10px 5px;
}

.bordered2 {
	width:90%;
	background: #ffffff;
	margin: 0 auto !important;
	border:10px solid #ffffff;
	border-radius: 20px 20px 20px 20px;
	border-collapse: separate;
	 -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.38);
	 -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.38);
	 box-shadow: 5px 5px 35px 0px rgba(0,0,0,0.38);
	 margin-bottom: 50px !important;
}
.bordered2 tr:hover {
	 background:#f3f3f3;
	 -o-transition:all 0.1s ease-in-out;
	 -webkit-transition:all 0.1s ease-in-out;
	 -moz-transition:all 0.1s ease-in-out;
	 -ms-transition:all 0.1s ease-in-out;
	 transition:all 0.1s ease-in-out
}
.bordered2 p {
	 margin:0 !important;
	 padding:0 !important
}
.bordered2 td {
	 border:1px solid #ddd;
	 padding:10px;
	 text-align:left
}
.bordered2 tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.bordered2 tr:nth-child(odd):hover {
  background-color: #f3f3f3;
}

.bordered2 th {
	 background-color:#f5f5f5;
	/* background-image:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	 background-image:-webkit-linear-gradient(top, #ccc, #eee);
	 background-image:-moz-linear-gradient(top, #ccc, #eee);
	 background-image:-ms-linear-gradient(top, #ccc, #eee);
	 background-image:-o-linear-gradient(top, #ccc, #eee);
	 background-image:linear-gradient(top, #ccc5, #eee);
	 -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;
	 -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;
	 box-shadow:0 1px 0 rgba(255, 255, 255, .8) inset;*/
	 border:1px solid #ccc !important;
	 font-family: 'Poppins', sans-serif;
	 color: #074ad4;
	 letter-spacing:1px;
	 font-size:130%;
	 font-weight:normal;
	 padding:10px 5px;
}
/************* Ende Tabelle *************/

/************* Phoca *************/
.pg-category-box {
  padding:0em !important ;
  width: 350px;
}

.pg-category-box-description {
	display: none;
}
.pg-item-box-icons-box a:nth-child(2){
  display:none !important;
}
.pg-categories-items-box {
	justify-content: center !important;
}

/************* Ende Phoca *************/
#cookiehintsubmit, #cookiehintsubmitno {
  background: #3074fe !important;
}

#cookiehintsubmit:hover, #cookiehintsubmitno:hover {
  background: #578cf9 !important;
    background-image: none;
}
@media (max-width: 992px){
	#sp-header {
  		padding: 10px 45px 0px 45px !important;
	}
	#sp-logo { 
		width: 25%;
	}
	#sp-menu { 
		width: 75%;
	}
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  		font-size: 16px;
	}
	#sp-blocks {
		margin: -30px 0px 0px 0px !important;
	}
	[id^='day'] {
	left: 25% !important;
	}
	[id^='js_weather-chart-'] {
	left: 10% !important;

	}
}