/*!
 * Start Bootstrap - Grayscale v5.0.6 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
	font-size: 120%;
	padding: 0.75rem;
	color: #6D6D6D;
	border: 1px solid #6d6d6d;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
	color: #161616;
	font-weight: normal;
	padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
	background-color: #EDEDEA;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
	padding: .5rem 0;
	color: rgba(255,255,255,0.87);
  }
  #mainNav .nav-link {
	-webkit-transition: none;
	transition: none;
	padding: 2rem 1.5rem;
	color: rgba(77,74,63,1.00);
  }
  #mainNav .nav-link:hover {
	color: rgba(151,146,127,1.00);
  }
  #mainNav .nav-link:active {
	color: rgba(103,103,103,1.00);
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
	color: #585548;
	padding: 1.5rem 1.5rem 1.25rem;
	border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
	color: #969280;
  }
  #mainNav.navbar-shrink .nav-link:active {
	color: #817D6A;
  }
  #mainNav.navbar-shrink .nav-link.active {
	color: #807C69;
	outline: none;
	border-bottom: 0.25rem solid #969280;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:rgba(168,164,148,1.00);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.headline{
	background-color: #97927F;
	margin: auto ,;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
	font: 2rem Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
}
.pweiss {
	color: white;
	font-weight: normal;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-top: 0px;
}
.backcont{background-color: antiquewhite;}
.praxis{
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 15px;
}
.abstandmenu{margin-top:30px; }
.abstandmenu2{
	margin-top: 70px;
}
.abstandohnebild{
	margin-top: 85px;
}
.abstandohnebild2{
	margin-top: 100px;
}
.farbe{
	background-color: rgba(197,185,174,0.38)
}
.linie{border-top: thin solid white;}
.logobild {display: flex; 
    justify-content: center; 
    align-items: center;
	
	background-color:#969280;}
.masthead {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 35rem;
	padding: 15rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.3)), color-stop(75%, rgba(22, 22, 22, 0.7)), to(#161616)), 
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: #969280;
}
.bildericons{
	font: 400 normal 16px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	align-content: center;
	background-color: rgba(184,148,124,0.47);
	text-align: center;
	color: #626262;
	padding: 15px 0px;
	margin: 0px;
    }

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
	height: 100vh;
	padding: 0;
	background-color: #969280;
  }
  .masthead h1 {
	font-size: 6.5rem;
	line-height: 5.5rem;
	letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}
.mehrbutton{
	border: thin solid #86816E;
	padding: 5px;
	width: 85px;
	height: 35px;
}
.linie{border-top: medium solid #97927F}
.teaserkasten{
	font-size: 1,rem;
	color: #625F52;
}
.teaserlinie{border: thin #FFFFFF solid;}
.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
	background-color: #777362;
}

.btn-primary:hover {
	background-color: #625F53;
}

.btn-primary:focus {
	background-color: #B2AFA2;
	color: white;
}

.btn-primary:active {
	background-color: #807B65 !important;
}

.about-section {
	padding-top: 10rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
	background-position: bottom;
	background-color: #FFFFFF;
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
	padding-top: 0rem;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 5rem; */
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
	padding: 0 0 0 3rem;
	border-left: 0.5rem solid #969280;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
	border-color: #969280;
	border-width: .25rem;
	width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-signup.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
	padding-top: 2rem;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 0; */
	background-color: rgba(249,234,211,0.55);
}

.contact-section .card {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0.25rem solid #97927F;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
	border-color: rgba(151,146,127,1.00);
	border-width: 0.25rem;
	width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
	/* [disabled]font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	/* [disabled]letter-spacing: 0.0625em; */
	width: auto;
}

a {
	color: #705B4D;
}

a:focus, a:hover {
	text-decoration: none;
	color: #625F53;
}

.bg-black {
	background-color: rgba(237,236,233,1.00) !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
	color: #97927F !important;
	font-size: 2rem;
}
.table {
	color: #625F52;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}
footer {
	padding: 5rem 0;
	background-color: rgba(151,146,127,1.00);
}
