
.main{
	font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  word-wrap: break-word;
  
	   color:#5E5E5E;
}
.fontsmall{
	 font-size: 22px;
}
#keyvisual {
	background-image: url("../images/Start.png"); 
	height: 800px;
  width: 100%;
  overflow: hidden;
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom:500px;
 }
#logo{
	background-image: url("../images/Blume.png");
	width: 250px;
	height: 100px;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	background-position: 100% 49%;
	background-size: auto 100%;
	background-repeat: no-repeat;

	}
  
  .topnav {
  background-color: #ffffff;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #333333;
  text-align: center;
  padding: 10px;
  margin-left:4px;
  text-decoration: none;
  font-size: 17px;
}
.nav-link {
  float: left;
  display: block;
  color: #333333 !important;
  text-align: center;
  padding: 10px;
  margin-left:4px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.nav-link:hover {
  background-color: #5484A1;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #5484A1;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
.navbar-dark .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51,51,51, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#navigation_wrapper {
  max-width: 80%;
  margin: 10px auto;
}
@media only screen and (min-width: 980px) {
  #navigation_background {
    position: fixed;
    z-index: 800;
    width: 100%;
  }
}
#myTopnav {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 300px);
  visibility: visible;
  margin-left:40px;
}

#footer {
  color: #FFFFFF;
  background-color: #7F929D;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 25px 20px;
}
#footerLink
{
	color: #FFFFFF;
}

.green
{
	color:#65cdaf;
	text-align:center;
	font-size:28px;
}
.center{
	text-align:center;
}

.left{
	text-align:left;
}


.container {
    display: flex;
    align-items: top; 
	flex-wrap: wrap;
    gap: 20px; /* Abstand zwischen Bild und Text */
	padding-top:180px;
	max-width: 1340px !important;
  }
  .container img {
    max-width: 100%;
    height: auto;
  }
  .leftPart{
	  width:62%;
	  flex: 1 1 300px;
  }
  .rightPart{
	  width:38%;
	  flex: 1 1 150px;
  }
   #leftPartContact{
	width:38%;
	font-size:22px;
	flex: 1 1 400px;
}
  #rightPartContact{
	width:38%;
	font-size:22px;
	flex: 1 1 50px;
}
#wieArbeiteIchImg{
	width:30%;
}
#wasBedeutetSystemischImg{
	width:30%;
}
#Passfoto{
	width:80%;
}
.formcontrol{
	border-radius: 2px;
  padding: 11px 12px;
  background-color: rgba(59 ,64 ,64 ,0.03);
  transition: border .3s,box-shadow .3s;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
border: 1px solid rgba(59 ,64 ,64 ,0.45);
}
.owncol{
	padding: 0.3em 0;
}

.contactForm{
	padding-left:40px;
}

.tableContact{
	width:100%
}	

#formMessage{
	height:150px;
}
#buttonContact{
	font-family: Montserrat, sans-serif;
	height:50px;
}

.icon{
	width:40px;
}

nav-link.active{
	background-color: #5484A1;
}

.bold{
	font-weight: 700;
}

#Nav{
	background-color:white;
}
#Nav.scroll {
        background:#A6A6A6 ;
}
#navigation_background.scroll {
        background:#A6A6A6 ;
}