
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');

body {
    background: #e36c0a;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}



/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: normal;
}

h2 {
  color: #000000;
  font-size: 35px;
  line-height: normal;
}

h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}

p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-align: justify;
}

strong, span {
  color: #878787;
  font-weight: normal;
}



/*---------------------------------------
  Buttons               
-----------------------------------------*/

.arrow-btn i {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-btn i:hover {
  background: #d7b065;
}



/*---------------------------------------
  General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

.center {text-align: center;}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.home-parallax-section {

}

#about, #work, #news, #familienberatung, #martemeo, #biographie, #trauma,#supervision, #uma, #team,
#contact, footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#about, #work, #news, #familienberatung, #martemeo, #biographie, #trauma,#supervision, #uma,#team,
#contact {
  min-height: 100%;
}

.photobox {
	box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
}

.photo {
	    margin-top: 25%;
}

/*---------------------------------------
  Pre loader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  Home section              
-----------------------------------------*/

#home {
  background: url('../images/home-logo.png') 0 0 no-repeat fixed;
  background-size: 20%;
  background-position:55% 100px !important;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 75vh;
  text-align: center;
  position: relative;
  margin: 82px 12px 0 12px;
}

.home-wrapper {
  background: rgba(250,250,250,0.8);
  padding: 32px 12px;
}


/*---------------------------------------
  About section              
-----------------------------------------*/

#about {
  padding-top: 100px;
  background: #ffffff;
}

#about .col-md-4 img {
  border-radius: 5px;
  margin-bottom: 28px;
}

#about .col-md-4 a {
  background: #e8e8e8;
  border-radius: 8px;
  color: #000000;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 40px;
}

#about .col-md-4 a:hover {
  background: #000000;
  color: #ffffff;
}

#about .about-thumb {
  background: #92d050;
  border-radius: 5px;
  padding: 42px 32px;
}

/*---------------------------------------
  News section              
-----------------------------------------*/

#news {
  background: transparent;
}

#news .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#news .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#news .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}




/*---------------------------------------
  Familienberatung section              
-----------------------------------------*/

#familienberatung {
  background: #ffffff;
}

#familienberatung .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#familienberatung .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#familienberatung .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Martemeo section              
-----------------------------------------*/

#martemeo {
  background: transparent;
}

#martemeo .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#martemeo .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#martemeo .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Biograpohie section              
-----------------------------------------*/

#biographie {
  background: #ffffff;
}

#biographie .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#biographie .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#biographie .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Trauma section              
-----------------------------------------*/

#trauma {
  background: transparent;
}

#trauma .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#trauma .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#trauma .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Supervision section              
-----------------------------------------*/

#supervision {
  background: #ffffff;
}

#supervision .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#supervision .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#supervision .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  UMA section              
-----------------------------------------*/

#uma {
  background: #transparent;
}

#uma .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#uma .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#uma .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Team section              
-----------------------------------------*/

#team {
	background:#fff;
}

#team .team-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-top: 1rem;
}

#team .person-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 5px;
    padding: 5px;
	background-color:#transparent;
}

.person-card img {
    object-fit: cover;
    margin-bottom: 1rem;
	width:200px;
	height:300px;
	background: white;
	border-radius: var(--rd, 5px);
	border-width: var(--brw, 2px);
	box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
    }

#team .name {
	font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
    background-color: #92d050;
    padding: 5px 5px 5px 20px;
    margin-left: -10%;
    margin-top: 30%;
    text-transform: uppercase;
	border-width: var(--brw, 2px);
	box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, 1));
}

#team .person-info {
      color: #333;
}

#team .qualifikation {
	font-size: 0.7em;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
	box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
}
#team .resort {
	font-size: 0.7em;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
	box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
}

#team .contact {
      margin-top: 0.7rem;
	  grid-column: span 2;
	  text-align:left;
    }
	
	
#team a {
	font-size:0.8em;
	color:#000 !important;
	transition: 0.5s;
	
}

#team .person-info img {
	padding-top:5px;
	width:1.5em;
	height:1.5em;
	box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, 0));
}
/*---------------------------------------
  Bilder section              
-----------------------------------------*/

#bilder {
  background: transparent;
}

#bilder .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#bilder .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#bilder .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}

/*---------------------------------------
  Work section              
-----------------------------------------*/

#work {
  background: #ffffff;
}

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}


/*---------------------------------------
  Contact section              
-----------------------------------------*/

#contact {
background: transparent;	
}

#contact .form-control {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #d7b065;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #3d3d3f;
  color: #ffffff;
}

#contact img {
 height: 500px;
}

/*---------------------------------------
  Imprint section              
-----------------------------------------*/



#imprint .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#imprint .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#imprint .work-thumb img {
  border-radius: 5px;
  cursor: crosshair;
}


/*---------------------------------------
  Footer section              
-----------------------------------------*/

footer {
  background: #32328c;
}

footer h4 {
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .col-md-4 .support-cus:last-child {
  /*padding-top: 12px;*/
}

footer .col-md-4 .support-cus p {
  line-height: 20px;
}

footer .newsletter .form-control {
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
  margin-bottom: 2px;
}

footer .newsletter .form-control:focus {
  border-bottom-color: #f2f2f2;
}

footer .newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
}

footer .newsletter button {
  background: #f9f9f9;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  height: 50px;
}

footer .newsletter button:hover {
  background: #d7b065;
  color: #ffffff;
}

footer .dash-line {
  border-top: 1px solid #292929;
  margin-top: 62px;
  padding-bottom: 52px;
  position: relative;
}

footer p {
	color: #fff;
	
}

/*---------------------------------------
  Social icon             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #3d3d3f;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  color: #ffffff;
  transform: scale(1.1);
}

/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {font-size: 30px;}

 #about .about-thumb {
  padding-left: 0px;
 }

 #work,#news, #familienberatung,#martemeo,#biographie,#trauma,#supervision, #bilder, #uma .work-thumb {
  margin-top: 25px;
 }
 
   #home {
	background-size: 40%;
  } 

 
}

@media (max-width: 768px) {

  h1 {
    font-size: 27px;
  }

  h2 {font-size: 25px;}

  footer .col-md-4 {
    margin-bottom: 35px;
  }

  footer .col-md-6 {
    text-align: center;
  }

  footer .copyright-text {
    padding-bottom: 12px;
  }

  #home {
	background-size: 50%;
  } 

}

@media (max-width: 580px) {

  h3 {
    font-size: 14px;
    letter-spacing: 4px;
  }

  #about .about-thumb {
    padding: 22px 12px;
    margin-top: 0px;
  }
  
}

@media (max-width: 360px) {
  #home {
    height: 85vh;
	background-size: 80%;
  } 
   

}