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

/*
 Theme Name:   WP-Bootstrap-starter Child
 Description:  Child Theme
 Template:     wp-bootstrap-starter
 Version:      1.0
 Text Domain:  wp-bootstrap-starter-child
*/

 
.slider {
  position: relative;
  overflow: hidden;
  display: none;
}

.slide {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}


/* --- ALLGEMEIN --- */
/* --- ALLGEMEIN --- */
/* --- ALLGEMEIN --- */

body {
	letter-spacing: 0;
	margin: 0 0 0 0;
    max-width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: none;
	font-optical-sizing: auto;
	scroll-behavior: smooth;
	background-color: red;
}

#btn-switch-to-projects {
position: absolute;
top: 25px;
right: 2%;
height: 35px;
width: 185px;
border-radius: 4px;
font-weight: 600;
font-size: 20px;
line-height: 1;
}

#btn-switch-to-projects {
background: white;
color: red;
}

.fas {
	font-size: 16px;
}
.button-wrap {
	display: block;
}


/* --- TYPO ALLGEMEIN --- */
/* --- TYPO ALLGEMEIN --- */
/* --- TYPO ALLGEMEIN --- */

p {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight:400;
	line-height: 1.4;
	color: white;
	margin-top: 0;
    margin-right: 0px;
    margin-bottom: 1.6em;
    margin-left: 0px;
	}

h1, h2, h3, h4, h5, h6, h7 {
	color: white;
	}

a, a:hover, a:active {
	color: white;
	text-decoration: underline;
	}

.flexed { 
	display: flex; 
	flex-wrap : nowrap;
	flex-direction: row;
	justify-content: space-between;
	-ms-flex-pack:justify;
	align-content:flex-start;
    -ms-flex-line-pack:start;
	padding-bottom: 20px;
	}

.post-entry {
	padding-top: 5px;
	}

.flexed-2 { 
	display: flex; 
	flex-wrap : nowrap;
	flex-direction: row;
	justify-content: space-between;
    -ms-flex-pack:justify;
	align-content:center;
    -ms-flex-line-pack:start;
	padding-bottom: 20px;
}

.flexitem-img {
	max-width: 10.5%;
	height: auto;
	}


/* --- HEADER --- */
/* --- HEADER --- */
/* --- HEADER --- */

.header-grid {
  	display: block;
  	width: 100%;
	margin-top: 14px;
  	padding-left: 2%;
  	padding-right: 2%;
  	padding-bottom: 60px;
	z-index: 9999;
}

.logo-grid {
	display: block;
}

.logo-grid img {
	width: 300px;
	height: auto;
	max-width: 300px;
}

.grid-container {
display: block;
position: absolute;
left: 0;
width: 100%;
padding-left: 2%;
padding-right: 2%;
}

.text-grid3 {
 display: block;
}


/* --- FOOTER --- */
/* --- FOOTER --- */
/* --- FOOTER --- */

#footer-container {
    width: 96%;
	background: red;
	color: white;
	font-size: 85%;
}
 
@media screen and (min-width:851px) { 
.page-id-158 #footer-container { 
	position: fixed;
    bottom: 0;
	}
}


/* --- @MEDIA --- */
/* --- @MEDIA --- */
/* --- @MEDIA --- */

@media screen and (max-width:1250px) {
	.fxi_img_7 {display: none;}
	.flexitem-img {max-width: 14%;}
}

@media screen and (max-width:1150px) {
	.fxi_img_6 {display: none;}
	.flexitem-img {max-width: 17%;}
}

@media screen and (max-width:1023px) {
	.fxi_img_5 {display: none;}
	.flexitem-img {max-width: 20%;}
}


/* -------------- EINSPALTIG ---------------*/
@media screen and (max-width:850px) {

.fxi_img_4 {
	display: none;
	}
	
.flexitem-img {
	max-width: 28%;
	}
	
.logo-grid img {
	width: 45%;
	height: auto;
	max-width: 45%;
	}
	
#contacts, .flexed { 
	display: block; 
	align-content: unset;
	}

#footer-container {
	font-size: 110%;
	}

.flexitem {
		margin-bottom: 5px;
	}
	
.header-grid {
 	padding-bottom: 40px;
	margin-top: 0;
	padding-top: 0;
	position: fixed;
	top: 0;
	left:0;
	background-color: red;
	}

.grid-container {
	margin-top: 150px;
	}
	
.text-grid3 {
	display: block;
	float: left;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	}

.full-grid {
    display: block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	}

}

@media screen and (max-width:768px) {
	
.flexed-2 {
		display: none;
}
	
.slider {
	display: block;
	max-width: 96%;
	margin-left: 2%;
	height: 600px;
	}
	
.grid-container {
	margin-top: 100px;
	}
	
.page-id-158 .text-grid3 {
	padding-top: 5px;
	padding-left: 2%;
	margin-bottom: 0px;
	}

.page-id-158 #footer-container {
	padding-left: 2%;
	}
}