@charset "UTF-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "tahoma", sans-serif;
    font-style: normal;
	scroll-behavior: smooth;
	}


/* Ab hier Formatwechsel*/

@media  (orientation: portrait){

/*Font-Stile Portrait*/

.h1 {font-family: "century-gothic"; font-size: 62px; line-height: 1.2; font-weight: 700; color: #4CBBB8;}
.h2 {font-size: 45px; line-height: 1.4; font-weight: 400; color: #000000;}
.h3 {font-family: "century-gothic"; font-size: 60px; line-height: 1.3; font-weight: 700; color: #4CBBB8;}
.h4 {font-family: "century-gothic"; font-size: 45px; line-height: 1.3; font-weight: 700; color: #4CBBB8;}
.h5 {font-size: 36px; line-height: 1.4; font-weight: 400; color: #000000;}
.h6 {font-family: "century-gothic"; font-size: 50px; line-height: 1.2; font-weight: 700;}
.p {font-size: 36px; line-height: 1.4; font-weight: 400; color: #000000; text-decoration: none;}
.pb {font-size: 36px; line-height: 1.4; font-weight: 700; color: #000000;}

	
.h3 {margin-bottom: 20px;}
.h4 {margin-bottom: 20px;}


/*Links im Fließtext*/

.p a {font-size: 36px; line-height: 1.4; font-weight: 400; color: #000000; text-decoration: none;}
.p a:hover {font-size: 36px; line-height: 1.4; font-weight: 400; color: #4CBBB8; text-decoration: none;}
.p a:active {font-size: 36px; line-height: 1.4; font-weight: 400; color: #000000; text-decoration: none;}

.pb a {font-size: 36px; line-height: 1.4; font-weight: 700; color: #000000; text-decoration: none;}
.pb a:hover {font-size: 36px; line-height: 1.4; font-weight: 700; color: #4CBBB8; text-decoration: none;}
.pb a:active {font-size: 36px; line-height: 1.4; font-weight: 700; color: #000000; text-decoration: none;}


/*Trennlinie*/

.linie {width: 100%; height: 2px; margin-top: 60px; margin-bottom: 60px; background-color: #4CBBB8;}


#hauptcontainer {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}


/*Subnavigation*/

#subnavigation {
    background-color: #FFFFFF;
    height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	}

.style-subnav ul {
	font-size: 36px;
	font-weight: 400;
	list-style-type: none;
	text-align: center;
	}

.style-subnav li {
	display: inline;
	padding: 20px;
	}


/*Header: Logo und Hauptnavigation*/

#header {
	background-color: #FFFFFF;
    height: auto;
	width: 100%;	
	padding-bottom: 50px;
	}

.style-logo {
    width: 475px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	}

.style-nav ul {
	font-size: 50px;
	text-align: center;
	list-style-type: none;
	padding-top: 10px;
	}

.style-nav li {
	display: block;
	padding: 20px;
	}


/*Imagebilder Portrait*/

#image-allgemein {
	width: 100%;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("../bilder/gpv_image_team-besprechung_portrait.jpg");
	background-position: center;
	background-size: cover;
	}

#image-ueber-uns {
	width: 100%;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("../bilder/gpv_image_ueber-uns_portrait.jpg");
	background-position: center;
	background-size: cover;
	}

#image-mitglieder {
	width: 100%;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("../bilder/gpv_image_mitglieder_portrait.jpg");
	background-position: center;
	background-size: cover;
	}


/*Startseite*/
	
#intro {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 70px;
	}

#lebensbereiche {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    background-color: #EEEEEF;
	height: auto;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	}

.icons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 150px;
	grid-row-gap: 100px;
	padding-left: 100px;
	padding-right: 100px;
	}

.icons-box {
	width: 350px;
	height: auto;
	}

.icons-text {
	width: 350px;
	height: auto;
	font-size: 45px;
	line-height: 1.3;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	}

.newsbereich {
    height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 70px;
	}


/*Veranstaltungen und Archiv*/

.veranstaltungen {
    height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 70px 140px 70px;
	}


/*BAG Logo*/

#bag-container {
    background-color: #F8F8F8;
    height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 60px;
	}

.style-bag-logo img {
	height: 140px;
	width: auto;
	float: none;
	}

.style-bag-text {
	color: #000000;
	line-height: 1.4;
	}

.nofloat {
	clear: both;
	}


/*Footer*/

#footer {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 100px
	}

.grid-container-footer{
	grid-template-columns: 100%;
	grid-template-rows: 30% 45% 25%;
	row-gap: 50px;
	}

.footer-logo {
	width: 275px;
	}

.footer-text {
	font-size: 32px;
	color: #000000;
	line-height: 1.4;
	}

.footer-text a {
	color: #000000;
	text-decoration: none;
	}

.footer-text a:hover {
	color: #000000;
	text-decoration: none;
	}

.footer-copyright {
	text-align: left;
	font-size: 28px;
	}


/*Headline und Text*/

#headline {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 70px;
	}

#text {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 70px 140px 70px;
	}

.liste {
	font-size: 36px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
	margin-left: 36px;
    list-style-position: outside;
	}


/*Mini-Navigation*/

#mini-nav {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 70px 140px;
	}

.style-mini-nav ul {
	font-size: 32px;
	line-height: 1.6;
	text-align: left;
	list-style-type: none;
	float: left;
	}

.style-mini-nav li {
	font-weight: 400;
	text-decoration: none;
	display: inline;
	padding-right: 35px;
	}

.style-mini-nav ul li a {
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: inline;
	}

.style-mini-nav ul li a:hover {
	font-weight: 400;
	text-decoration: none;
	color: #4CBBB8;
	}


/*Angebote*/

#angebot-head {
	height: 260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 70px;
	}

.angebot-icon img {
	width: 180px;
	margin-right: 40px;
	float: left;
	}

.angebot-headline {
	padding-top: 60px;
	}

#angebot-bubble {
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 25px;
	}

#angebot-text {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 70px 70px 70px;
	}

	
/*back und next Button*/

#back {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 70px 70px;
	}

.back-icon img {
	width: 120px;
	}

#back-text {
	width: 120px;
	font-size: 36px;
	color: #4CBBB8;
	text-align: center;
	}


/*Mitglieder*/

.mitglied-logo {
	width: 400px;
	height: auto;
	margin-bottom: 20px;
	float: none;
	}

.mitglied-kontakt {
	width: 100%;
	height: 100%;
	text-align: left;
	}

#kontakt {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 35px 70px 0px;
	}


/*Login*/

#login-text {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 70px 70px;
	}

#buttons-login {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 70px 70px;
	margin-top: 70px;
	margin-bottom: 100px;
	}

.button-start {
	height: auto;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 150px;
	float: none;
	}

.button-login {
	height: auto;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	float: none;
	}

.button-start a, .button-login a {
	padding: 45px;
	border-radius: 25px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-color: #4CBBB8;
	}

.button-start a:hover, .button-login a:hover {
	padding: 45px;
	border-radius: 25px;
	color: #FFFFFF;
	background-color: #586562;
	transition: 0.5s;
	}


/*Informationen und Protokolle*/

#protokolle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	}

.protokoll-icons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 150px;
	grid-row-gap: 100px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 150px;
	}

.protokoll-icons-box {
	width: 350px;
	height: auto;
	}

.protokoll-icons-text {
	width: 350px;
	height: auto;
	font-size: 34px;
	line-height: 1.3;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	}

	
/*Archiv*/

#archiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	}

.archiv-icons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 125px;
	grid-row-gap: 100px;
	padding-left: 100px;
	padding-right: 100px;
	}

.archiv-icons-box {
	width: 300px;
	height: auto;
	}

.archiv-icons-text {
	width: 300px;
	height: auto;
	font-size: 50px;
	line-height: 1.3;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	}

}