/* glb-im-web.de */ 

/*
	2024-11-01 Anpassungen für GLB
	2023-05-16 Anpassungen Slider(texte) für Mobiles
*/

@import url("webfonts.css");
@import url("menu.css");
@import url("font-awesome.min.css");

/* main - Logos, Menu etc. */

#infoheader {
	height: 60px;
	overflow: hidden;
}
#infoheader .maintextleft {
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #777;
	vertical-align: bottom;
	padding-top: 10px;
	display: inline-block;
}

#infoheader .mainphoneright img {
	float: right;
	height: 40px;
	margin-top: 3px;
	vertical-align: bottom;
}
#infoheader hr {
	margin: 0.5rem 0;
}

#logomenuheader {
	vertical-align: top;
	overflow: visible;
	position: sticky;
	position: -webkit-sticky;
	top: 0px; 
	z-index: 9000; /* lightboxoverlay ist 9999 */
	background-color: #2A9635; /* GLB-grün */
/*	background-color: rgba(255,255,255,0.95); */
	box-shadow: 0 2px 14px rgba(100,100,100,0.1),0 2px 2px rgba(100,100,100,0.1);
	box-shadow: 0 4px 4px rgba(100,100,100,0.1);
}
#logomenuheader .container {
}

#logomenuheader .navbar-text {
	width: 45%;
}

#logomenuheader .navbar-brand {
	width: 25%;
	padding-top: 10px;
	margin-right: 0;
}
#logomenuheader .navbar-text img {
/*
*/
	width: 100%;
	transition: width 0.33s;
	padding-top: 10px;
}
#logomenuheader .navbar-brand img {
	width: 50%;
	transition: width 0.33s;
	padding-top: 0px;
	float: right;
}

 /* Set the border color to the desired color */
.custom-toggler.navbar-toggler {
	border-color: #fff;
}

.logobrand {
	width: 100%;
	padding-bottom: 10px;
	display: block;
}

/* Menu collapsing beschleunigen: */
.collapsing { transition-duration: 0s; }

/***********************
 *  Typo-Allgemein     *
 ***********************/

body {
	font-family: "PT Sans",Helvetica Neue,Arial,Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #000; /* #767676; */
	text-rendering: optimizeLegibility;
}

#content {
	clear: left;
	margin-top: 2em;
	margin-bottom: 1em;
}
#content img.standard_image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

p {
	margin-bottom: 0.75rem;
}
.small {
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #0A4B8E; /* #00328c */
	margin-bottom: 0.75rem;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
.pbigsize {
	font-size: 20px;
}
.fat {
	font-weight: bold;
}
.black {
	color: #000;
}
figcaption {
	font-style: oblique;
}
b, strong {
font-weight: bold;
}
hr.h3rule1 {
	border: 1px solid #2A9635;
	opacity: 1;
}
hr.h3rule1gray {
	border: 1px solid #aaa;
	opacity: 1;
}
hr.h3rule2 {
	border: 2px solid #2A9635;
	opacity: 1;
}
hr.h3rule3 {
	border: 3px solid #2A9635;
	opacity: 1;
}

/* Tabellen */

table {
	border: none;
	background-color: #eee;
}
table th {
	background-color: #ddd;
	color: #aaa;
}
table tbody tr:nth-child(even) {
	background-color: #ddd;
}
 
/* Kontakt- und andere Formulare */

#Inputfield_kontaktdaten legend {
	font-size: 32px;
	color: #0A4B8E;
	font-weight: bold;
}

/*** Icons etc. ***/

.pdf-dl-icon {
	width: 44px;
	height: 44px;
	margin: 0 0.5em 0 0;
}
.pdfdownload {
	float: right;
}
.pdfdownload.archiv {
	float: left;
	margin-top: 8px;
}
#pdfcontent {
/*
	height: 100%;
*/
}
/*
#pdfcontent embed {
	height: 100%;
}
*/
#thepdf {
	width: 100%;
	min-height: 100vh;
	clear: left;
}
.createdate {
}
.unflex {
	display: flex;
}

/*** Links ***/

a { 
	color: #0A4B8E;
	text-decoration: none;
}
	
.container {
    max-width: 1140px; 
/*
    max-width: 1400px;
*/
}

#breadcrumb {
	font-size: 12px;
	margin-top: 16px;
}

/* Bilder */

.align_right {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 50%;
}
.align_left {
	float: left;
	margin: 0 1em 1em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

/* Listen */
.homeinfospalte ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.homeinfospalte ul li {
	line-height: 18px;
}
.homeinfospalte ul li::before {
  content: "";
  border-color: transparent #AF1E00; /* glb-red triangle */
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
  color: red;
}

/*** Suchfeld im Header ***/

#navisearchbar {
	width: 100%;
	display: flex;
	flex-direction: row;
/*	justify-content: start; */
	justify-content: space-between;
	align-items: flex-start; 
}

.navbar {
	align-items: start;
}

.navbar #searchfield {
	margin-left: auto;
	margin-right: 0;
	float: right;
	width: 300px;
}

#navbar-search{
	margin-top: 0.5em;
	margin-left: auto;
	width:100%;
	max-width:300px;
	padding-left: 2px;
	border:1px solid rgba(255, 255,255, 0.25);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background-color: rgba(255, 255,255, 0.1);
}

#navbar-search > div:nth-child(1){
display:table-cell;
width:100%;
}

#navbar-search > div:nth-child(2){
display:table-cell;
}

#navbar-search input[type="text"]{
width:100%;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:0;
background-color: transparent;
}
#navbar-search input[type="text"]::placeholder {
	color:#fff;
}

#navbar-search input[type="submit"]{
	width:38px;
	outline:none;
	cursor:pointer;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	border:0;
	background:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../../images/search.png');
}
#navbar-search input:focus {
	background: rgba(255, 255,255, 0.5);
}

/*** Ende Suchfeld ***/

/***********************
 *        Footer       *
 ***********************/

#footer{
	font-size:small;
	color:#ffffff;
	padding:15px;
	background-color:#2A9635; /* GLB Grün */
/*
	background:radial-gradient(circle,rgba(56,68,75,1)0%,rgba(35,43,48,1)100%); 
*/
	overflow: hidden;
}

#footer a {
/*	text-decoration: underline; */
	display: inline-block;
	border-bottom: #a8d1a8 1px solid;
	color:#ffffff;
}

#footer-table{
display:table;
max-width: 1140px;
/* 
width:965px;
*/
margin-left:auto;
margin-right:auto;
}

#footer-row{
display:table-row;
}

#footer-cell1{
display:table-cell;
width:33%;
}

#footer-cell2{
display:table-cell;
padding-right:15px;
padding-left:15px;
width:33%;
}

#footer-cell3{
display:table-cell;
width:33%;
}
#footer-cell3 ul li {
	display: inline-block;
	margin: 0 1em 0 0;
}

#footer h3 {
	color: #fff;
	font-size: small;
}

#footer hr{
border-top:solid 1px #fff;
}

#footer ul{
list-style:none;
margin:0;
padding:0;
margin-top:5px;
}

/***********************
 *      Startseite     *
 ***********************/

.infobox {
	margin-bottom: 1em;
}
.startpage_headgreen,
.headgreen,
.headgray
 {
	padding: 4px;
	background-color: #2A9635;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 8px 0;
	overflow: hidden;
}
.headgreen,
.headgray
{
	font-size: 18px;
	clear: left;
}
.headgray {
	background-color: #999;
}

/***********************
 * Startseite-Slider   *
 ***********************/

.carousel-caption {
	background-color: rgba(0,0,0,0.35);
	color: #fff;
	font-size: 24px;
/*	font-weight: bold; */
}
.slider-head h2 {
	color: #ffd727; /* glb-gelb */
	font-size: 56px;
	font-style: oblique;
	font-weight: bold;
}
#carouselOrionSlider,
#carouselOrionSlider .carousel-item 
{
	max-height: 500px;
	min-height: 200px;
	width: 100%;
}
#carouselOrionSlider .carousel-item img {
	max-height: 500px;
	object-fit: cover;
	min-height: 200px;
	width: 100%;
}

.container.spezialist {
	text-align: center;
	margin-top: 40px;
}
.container.spezialist img {
	margin: 0 auto;
	border-radius: 100%;
}
.container.spezialist .card {
	border: none;
}

.homeinfospalte {
	background-color: #FDEED1;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/**********************
 *   Termine-Seiten   *
 **********************/

.abstimmung.tab,
.termindatum,
.terminzeit,
.terminanlass,
.terminort
{
	background-color: #eee;
	border-bottom: 1px #fff solid;
}
.headtab {
	font-style: oblique;
	background-color: #2A9635;
	color: #fff;
}
.startpage .headtab {
	font-style: oblique;
	background-color: #ddd;
	color: #000;
}
/* nur für Mobiles:
.terminanlass.tab:before {
	font-weight: bold;
	font-style: oblique;
	content: "Anlass: ";
}
*/
.terminort.tab:before {
	font-family: "FontAwesome";
	color: #999;
	content: "\f041 ";
}
.terminzeit.tab:before {
	font-family: "FontAwesome";
	color: #999;
	content: "\f017  ";
}
.termindatum.tab:before {
	font-family: "FontAwesome";
	color: #999;
	content: "\f073  ";
}

/***************************
 *   Abstimmungen-Seiten   *
 **************************/

.headtab.abstimmung {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
.tab.abstimmung.legend {
	font-style: oblique;
	font-weight: normal;
	text-align: left;
}
/**********************
 * Produktübersichten *
 **********************/

#topimage {
}

#topimage.widepic {
}
#topimage.widepic img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	object-fit: cover;
	object-position: 50% 50%;
}
#prodlist {
	margin-top: 2em;
	vertical-align: top;
}
#prodlist .product {
	display: inline-block;
	vertical-align: top;
}
#prodlist .product h3 {
	text-align: center;
}
#prodlist .product p {
	color: rgb(118, 118, 118);
}

/*******************
 * Artikelseiten   *
 *******************/

.articletags {
	margin-bottom: 6px;
}
.articletags ul {
	list-style-type: none;
	display: inline;
	padding-left: 1em;
}
.articletags li {
	display: inline;
	padding: 2px 4px;
	border: #2A9635 1px solid;
	border-radius: 4px;
	margin-left: 3px;
}
.articletitleimage {
	max-width: 100%;
}

/* Artikelliste   */

.articlelisttype {
	display: inline-block;
	width: 130px;
	color: #fff;
	background-color: #2A9635;
	padding: 2px 3px;
	font-size: 12px;
	margin-right: 8px;
}
.articlelistimage {
	max-width: 95%;
	margin-right: 5%;
	float: left;
}
.one-article {
	float: left;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
/*
	border-bottom: #999 1px dotted;
*/
}
.one-article.gs .inner {
	background-color: #D8E9F2;
	overflow: hidden;
	padding-top: 0.5em;
	padding-left: 0.5em;
}
.articlelist .one-article h3 {
	font-size: 20px;
	display: inline;
}
.art_imagebox {
	display: inline-block;
	float: left;
	max-width: 30%;
}
.art_textbox {
	display: inline-block;
	float: left;
	max-width: 70%;
}
.one-article.gs .art_textbox {
	height: 400px;
	overflow: auto;
}
.jahrehinweis {
	color: #777;
	font-size: 12px;
}

/*******************************
 * GLB-Fraktion / Mitglieder   *
 *******************************/

.mitgliedrubrik {
	display: inline-block;
	width: 8em;
	font-style: oblique;
}
.mitgliedimage {
	margin-bottom: 1em;
}
.dl_descr.tab,
.dl_size.tab,
.dl_link.tab
{
	background-color: #eee;
	border-bottom: 1px #fff solid;
}
.loginform label {
	width: 300px;
}
.loginform label span {
	display: inline-block;
	width: 80px;
}
.loginform label input {
	border: #ccc 1px solid;
}
/* Frontend Admin Links (Mitgliederinfos etc) */
.someadminlink {
	padding: 5px 8px;
	border: #198754 1px solid;
	border-radius: 4px;
	margin: 5px;
	display: inline-block;
}

/******************************
 *   Beitrittsformular div    *
 ******************************/

.formh {
	height: 4em;
}

/*******************
 *   Pagination    *
 *******************/

.MarkupPagerNav {
  clear: both;
  margin: 1em 0;
  font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 7px 12px;
  color: #777;
  background: #fff;
  margin-right: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px #d2e4ea solid;
  border-radius: 5px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #2A9635;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #777;
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}
/*******************
 *  Bildergalerie    *
 *******************/

.my-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.lb-data .lb-caption {
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 13px;
	color: #999;
}
/* ALT - Suckow
h1.producttitle {
	color: #00328c;
	text-align: center;
}
h2.productsummary {
	padding: 0 20%;
	font-size: 22px;
	color: rgb(118, 118, 118);
	font-weight: 300;
	text-align: center;
}
.titleproduktzusatz {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	color: #aaa;
	font-size: 28px;
	position: relative;
	top: -20px;
	left: 0px;
}
#productmainimage img {
	width: 100%;
}

/* sticky in-page navigation *
#navbar-product {
	overflow: visible;
	position: sticky;
	position: -webkit-sticky;
	top: 93px; /* 40px für Google Translate Menubar, 0px sonst *
	z-index: 1000;
}

.prodinfoblock {
	margin-top: 1.25em;
}

#moreinfoblock {
	background-color: #eef4f7;
	padding: 5px 10px;
}

#moreinfoblock ul {
	list-style: none;
	padding-left: 0;
}
#moreinfoblock ul li:before {
	font-size: 85%;
	color: #ffaa55;
	content: "▶︎ ";
	padding-left: -1em;
}

#slider .flex-viewport {
	max-height: 700px;
}

#slider .flex-viewport li img {
	width:100%;
	object-fit: cover;
	object-position: center center;
	max-height: 640px;
}
#slider .flex-viewport li .sliderimgdescr {
	margin-top: 8px;
}

#prodcarousel .flex-viewport {
	max-height: 140px;
}

#prodcarousel .flex-viewport li img {
	width:210px;
	object-fit: cover;
	object-position: 50% 50%;
}

#imagecarousel.flexslider .slides img {
	height: 157px !important;
	object-fit: cover;
	object-position: center center;
}

@media screen and (max-width:1020px) {
	#footer-table {
		width:100%;
	}
}
*/

	/**************************
	 * Smartphone-Anpassungen *
	 **************************/
@media screen and (max-width:550px) {
	h1 {
		font-size: 24px;
	}
	h2	{
		font-size: 20px;
	}
	h3	{
		font-size: 18px;
	}
	#Inputfield_kontaktdaten legend {
		font-size: 22px;
	}
	.pbigsize {
		font-size: 16px;
	}

	.footer-links li {
		display: inline-block;
		padding: 3px 5px;
		border: #fff 1px solid;
		border-radius: 5px;
		margin: 4px;
		border-bottom: none;
		background-color: rgba(255,255,255,0.3); 
	}
	#footer a {
		border-bottom: none;
	}
	#footer-cell1,#footer-cell2,#footer-cell3 {
		display:block;
		padding-right:0;
		padding-left:0;
		width:100%;
	}
	#footer-cell1,
	#footer-cell2 {
		padding-bottom:15px;
	}
	/***********************
	 *        Slider       *
	 ***********************/
	.carousel-caption {
		bottom: 0.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;	}
	.carousel-caption h2 {
		font-size: 24px;
	}
	.carousel-caption p {
		font-size: 13px;
	}
}

/* X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/
	.headtab {
		display:block;
	}
	.terminort.tab:before {
		content: "";
	}
	.terminzeit.tab:before {
		content: "";
	}
	.termindatum.tab:before {
		content: "";
	}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	#logomenuheader .navbar-text {
		width: 65%;
	}
	#logomenuheader .navbar-brand img {
		width: 75%;
	}
	.align_left,
	.align_right {
		max-width: 100%;
	}
	img {
		width: 100%;
	}
	/**********************
	 *      Termine       *
	 **********************/

	.headtab {
		display:none;
	}
	.terminort,
	.dl_link.tab
	{
		border-bottom: 4px #fff solid;
	}
	.termindatum
	{
		font-weight: bold;
	}
	.terminort.tab:before {
		font-family: "FontAwesome";
		color: #999;
		content: "\f041 ";
	}
	.terminzeit.tab:before {
		font-family: "FontAwesome";
		color: #999;
		content: "\f017  ";
	}
	.termindatum.tab:before {
		font-family: "FontAwesome";
		color: #999;
		content: "\f073  ";
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
}
