/* pt-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/pt-sans/pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-italic - 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: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/pt-sans/pt-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-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: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/pt-sans/pt-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700italic - 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: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/pt-sans/pt-sans-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Topbar Kontaktleiste*/

.topbar-r .custom {
   display: flex;
	align-items: center;
	
}

.topbar-r .custom .kontaktbutton {
	margin: 0 10px;
}

.topbar-r .custom .kontaktbutton a {
	border: 1px solid #00523f;
	color:#00523f;
	font-weight:bold;
	border-radius: 20px;	
}

.topbar-r .custom .kontaktdaten {
	
}

.topbar-r .custom .kontaktdaten span{
	display:block;
	font-size:10pt;
	min-width:300px;
}

.topbar-r .custom .kontaktdaten span i{
	padding-top:4px;
	padding-right:5px;
	float:left;
}

@media (max-width: 992px) {
	.topbar-r {
		display:none;
	}
}

#t4-header {
	z-index:1000!important;
}

.not-at-top #t4-header.t4-sticky {
	background-color:#00523f!important;
}

.t4-megamenu .dropdown-toggle .item-caret::before {
	border-top-color: white!important;
}

.navbar-brand img.logo-img {
	max-height:50px!important;
	height:50px!important;
}

body .t4-sticky .navbar-brand.logo-image {
	visibility:hidden;
}

@media (max-width: 992px) {
	body .t4-sticky .navbar-brand.logo-image {
		visibility:visible;
	}
}

body.top-away .t4-sticky .navbar-brand.logo-image {
	display:flex;
	visibility:visible;
}

.t4-navbar.mx-auto {
	margin-left:0!important;
}

.nav-item.hidden {
	display:none;
}


/*Master Header*/
#t4-masthead {
	
}

.t4-masthead-inner {
    height:55vh;
	 background-size:cover;
	 background-position: center 60%;
}

.t4-masthead-inner,
.t4-masthead-inner h2 {
	color:white!important;  
}

.t4-masthead-detail {
	margin-top:20vh;
	max-width:1000px!important;
    text-align:center;
}

.t4-masthead-inner h2 {
	text-transform: uppercase;
	font-size:45pt;
	font-weight:bold;
	text-shadow: 0px 0px 13px #6E6E6E;
    text-align:center;
}

.t4-masthead-description {
	font-size:24pt;
	line-height:30pt;
	text-shadow: 0px 0px 13px #6E6E6E;
    text-align:center;
}

@media (max-width: 992px) {
	.t4-masthead-detail {
		margin-top:18vh;
		padding:0 20px;
	}

	.t4-masthead-inner h2 {
		font-size:30pt;
	}
	
	.t4-masthead-description {
		font-size:16pt;
		line-height:18pt;
	}
}

.t4-main-body {
	margin-bottom:0!important;
	padding-bottom:0!important;
}

/*Iconleiste*/
#t4-section-1 {
	background-color:#E7F0D3;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Umbrechen, sobald die Box 300 Pixel Breite hat */
}

.portfolio-grid div {
	/*background: #fcdbe5;*/
	background-color: transparent;
	padding: 0.5em;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#587316;
}


.article-aside {
	display:none;
}

.item-page.layout-default.no-sidebar .top-article-info,
.blog.layout_default .cols-1,
.blog-featured.layout_default .cols-1 {
	max-width:1000px!important;
}

.top-article-info {
	text-align:left!important;
}

.top-article-info .row.v-gutters {
	align-items: flex-start
}

.blog .cols-1 .item-inner,
.blog-featured .cols-1 .item-inner {
	margin-bottom:0;
	border-bottom:0;
}

.item-content {
	margin:0!important;
}

.container_bottom-article-info {
	display:none;
}

.item-page.layout-2 .top-article-info {
	margin-bottom:30px;
}

.page-header h2,
h2.module-title {
	font-size:20pt!important;
	font-weight:bold;
	color:#00523f;
	text-transform: none;
}

h2.module-title {
	padding-top:30px;
}

.t4-section {
	clear:both;
}

/*Zitate*/
.zitat-section {
	background-color:#00523f;
	padding:30px 0;
	color:white;
	text-align:center;
	font-size: 16pt;
	font-weight:bold;
	margin:0;
	min-height:160px;
}

.zitat-section .t4-section-inner {
	max-width:900px;
}

.zitat-section .t4-section-inner:before {
	content:"\02EE";
	font-family:Georgia!important;
	font-size:120pt;
	line-height:10pt;
	color:#88B426;
	width:10%;
	float:left;
	top:120px;
	position:relative;
	/*background:yellow;*/
}

.zitat-section .custom {
	position:relative;
	/*background-color:red;*/
	clear:left;
}

.zitat-section .t4-section-inner:after {
	content:"\02EE";
	font-family:Georgia!important;
	font-size:120pt;
	line-height:10pt;
	color:#88B426;
	width:10%;
	float:right;
	transform: rotate(180deg);
	margin-top:-130px;
	position:relative;
	/*background:yellow;*/
}

/*Chronoforms*/
.form-section {
	clear:both;
}

.form-section .t4-section-inner .t4-module {
	max-width:1200px;
	margin:0 auto;
}

.form-section .t4-section-inner .t4-module .module-ct {
	background-color:#E7F0D3;
	padding:50px;
}

.chronocredits {
	font-size:6pt;
	color:silver;
}

.teal {
    --h: 166!important;
    --s: 100%!important;
    --l: 16%!important;
}

}

/*Galerie*/
.galerie-section {
	background-color:#E7F0D3;
	padding-bottom:30px;
}

/*Grundrisse*/
.module_grundrisse .portfolio-grid div {
	/*background-color:#E7F0D3;*/
	text-align:left;
}

.module_grundrisse .portfolio-grid div h3 {
	margin-bottom:0;
}

/*Karte*/
.map-section {
	padding-bottom:30px;
}


/*Jobs*/
.module-jobs ul {
	padding-left:0;
}

.module-jobs li {
	list-style-type: none;
	background-color: #00523f;
	padding:10px 20px;
	height:120px;
}

.module-jobs li a {
	color:white;
}

.module-jobs.ausbildung li {
	background-color: #88B426;
}


/*Footer*/
#t4-footer {
	background-color:#00523f;
	color:white;
}

#t4-footer h4 {
	color:#88B426;
	font-weight:bold;
}

#t4-footer a {
	color:white;
}

#t4-footer li.nav-item:before {
	display:none!important;
}

#t4-footer a.nav-link span {
	text-transform: none;
}

/*Off-canvas*/
.t4-offcanvas-toggle {
	color:white!important;
}


.t4-off-canvas-header span.d-light.d-sm-block img {
	height:50px!important;
}

.t4-off-canvas-header span.d-dark {
	display:none!important;
}