html, body {
  font-style: sans-serif;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

/* FONTS */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); *\
Import über head in Browser durch mögliche Abmanhnung

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.ttf');
}

/* COOKIE POPUP */

#cookie-popup {
  font-family: 'Montserrat' , sans-serif;
  font-weight: 300;
  text-align: center;
  color: #000;
  background: #fff;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px;
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }

#cookie-popup button {
  background-color: Transparent;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

#cookie-popup a {
  color: #1d2c33;
}

#cookie-popup.hidden {
  display: none;
}

/* NAV BAR */

.logo {
  padding-left: 40px;
}

.number {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #333;
  padding-right: 40px;
}

.nav-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-container > *:last-child {
  white-space: nowrap;
  text-align: right;
}

nav {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #333;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  padding: 0px 100px 0px 0px;
  text-decoration: none;
}

.li-last {
  padding-right: 0px;
}

li a {
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid #AFC901;
}

li a:hover {
  color: #1d2c33;
  transition: 0.3s;
}

.icon-tel {
  margin-bottom: -6px;
}

/* Main */

#main p{
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 16px
}

#main {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#a-f {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #AFC901;
}

.bodyoverlay {
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 0%, 0.78);
  z-index: 1000;
  position: fixed;
  transition: all 0.5s;
  margin-top: 15px;
}

.box-main {
  height: 6px;
  width: 100%;
  background-color: #AFC901;
  margin-top: -2px;
}

.image2 {
  position: absolute;
  right: 300px;
  top: 30%;
}

.main img {
  display: block;
}


#mobile-main {
  display: none;
}

/* HOME CONTAINER */

.home-container {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
}

.home-container h2 {
  font-size: 25px;
  margin-bottom: -1px;
  font-weight: 400;
}

.box-home {
  margin: 0 auto;
  height: 2px;
  width:110px;
  background-color: #AFC901;
  margin-bottom: 50px;
}

.container-hometxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  margin-right: 30px;
}

.text {
  width: 50%;
  font-family: 'Montserrat' , sans-serif;
  font-weight: 300;
  font-size: 21px;
  text-align: left;
  color: #1d2c33;
}

/* WERDEGANG */

.werdegang-container {
  text-align: center;
  margin-bottom: 50px;
}

.box-werdeg {
  margin: 0 auto;
  height: 2px;
  width:310px;
  background-color: #AFC901;
  margin-top: -20px;
  margin-bottom: 65px;
}

.werdegang {
  background-color: #f7f7f7;
  height: 500px;
}

.werdegang h2  {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.timeline-container {
  margin-top: -100px;
}

#timeline-vert {
  display: none;
}

/* ANIMATIONEN  */

.animate {
  animation: monitorIn 1s ease-in-out forwards;
  opacity: 1;
}
.animate1 {
  animation: monitorIn 1s ease-in-out forwards;
  opacity: 1;
}
.animate2 {
  animation: monitorIn 0.9s ease-in-out forwards;
  opacity: 1;
}
.animate3 {
  animation: monitorIn 1.1s ease-in-out forwards;
  opacity: 1;
}
.animate4 {
  animation: monitorIn 1.3s ease-in-out forwards;
  opacity: 1;
}
.animate5 {
  animation: monitorIn 1.5s ease-in-out forwards;
  opacity: 1;
}

/* ANIMATION */

@keyframes monitorIn {
  0%{
    /* -webkit-transform: rotateY(5deg) translateY(-30px) skewY(-5deg);
    transform: rotateY(5deg) translateY(-30px) skewY(-5deg); */
    opacity: 0;
  }
  100%{
    /* -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg); */
    opacity: 1;
  }
}


/* FAMILIENRECHT */


.familienrecht-container {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 150px;
}

.familienrecht-container h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 2px;
}

.box-famr {
  margin: 0 auto;
  height: 2px;
  width:260px;
  background-color: #AFC901;
}

.familienrecht-container h3 {
  font-size: 21px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 2px;
  text-align: left;
}

.famr-main {
  width: 60%;
  margin: 0 auto;
  margin-top: 70px;
}

.famr-main-grid {
  margin: 0 auto;
  margin-top: 90px;
  display: grid;
  grid-template-rows:100px 100px 100px;
  grid-template-columns:1fr 1fr 1fr;
  font-family: 'Montserrat' , sans-serif;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  grid-column-gap: 20px;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  left: 20%;
  right: 20%;
}
/*Grid Item Top */

.grid-item-t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  left: 20%;
  right: 20%;
}

.grid-item-tr1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  left: 20%;
  right: 20%;
}

.grid-item-tr2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  left: 20%;
  right: 20%;
}


.grid-item-tr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  left: 20%;
  right: 20%;
}

.txt-g {
  /* margin-top: 10%; */
}


.box-grid {
  height: 1px;
  width: 80%;
  background-color: #000;
}

/* COACHING  */

.coaching-container {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 200px;
}

.container-coa {
  display: grid;
  justify-content: center;
}

.grid-container-coa {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.coaching-container h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 2px;
}

.box-coa {
  margin: 0 auto;
  height: 2px;
  width:210px;
  background-color: #AFC901;
}

.coaching {
  margin-top: 50px;
  overflow: hidden;
  height: 850px;
}

.coaching h2 {
  margin: 0 auto;
  width: 150px;
  font-size: 26px;
  font-weight: normal;
  border-bottom: 2px solid #7EE081;
  margin-bottom: 50px;
}

.rightcoa {
  float: right;
  margin-top: 100px;
}



.lefttxt {
  overflow: hidden;
  margin-top: 80px;
}

.lefttxt h3 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #62A87C;
}

.lefttxt p {
  margin: 35px 0 ;
  font-weight: 300;
  font-size: 20px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  align-content: center;
  justify-items: center;
  margin-top: 40px;
}

.column {
}

.bnt-contact a {
  width: 300px;
  border-radius: 30px;
  padding: 15px;
  background-color: #462255;
  color: #E2E2E2;
  text-decoration: none;
  box-shadow: 0px 2px 18px -8px rgba(0,0,0,0.92);
  transition: 0.3s
}

.bnt-contact a:hover {
  background-color: #e71b1b;
  color: #fff;
}


/* KONTAKT  */

.kontakt-container {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 100px;
}

.kontakt-container h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
}

.box-coa {
  margin: 0 auto;
  height: 2px;
  width:210px;
  background-color: #AFC901;
}

.kont-item {
  display: flex;
  justify-content: center;
}

.kont-item form {
  text-align: left;
  display: block;
  margin-top: 100px;
  width: 80%;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 20px;
}

.kont-item p {
  margin-bottom: 10px;
}

.box-send {
  height: 1px;
  width: 200px;
  background-color: #AFC901;
  margin-bottom: 50px;
}

.kont-item label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}

form input {
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 10px;
  padding-left: 10px;
  height: 30px;
  font-family: 'Montserrat' , sans-serif;
  font-size: 16px;
  font-weight: 200;
}

form input:focus {
  border: 1px solid #9bad20;
  outline-color: #9bad20;
}

form textarea {
  width: 100%;
  height: 250px;
  border: 1px solid  #adadad;
  border-radius: 10px;
  padding-left: 10px;
  font-family: 'Montserrat' , sans-serif;
  font-weight: 200;
  padding-top: 10px;
  font-size: 16px;
}

form textarea:focus {
  border: 1px solid #9bad20;
}


.btn-signup-nwl {
  width: 102%;
  height: 35px;
  background-color: inherit;
  border-radius: 5px;
  border: 2px solid #AFC901;
  cursor: pointer;
  color: #000;
  font-family: 'Montserrat' sans-serif;
  font-size: 17px;
}

.btn-signup-nwl:hover {
  background-color: #AFC901;
  transition: 0.3s;
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
}

.kont-item2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-konttext {
  margin-top: 100px;
}

.container-konttext h2{
  font-weight: 400;
  letter-spacing: 0.46em;
  color: #9bad20;
}

.container-konttext p {
  font-size: 19px;
}

/* IMPRESSUM UND DISCLAIMER  */

.refs-imp {
 text-align: center;
 margin: 0 auto;
 margin-bottom: 10px;
}

.refs-imp a {
  font-size: 14px;
  color: #242424;
  text-decoration: none;
  font-family: 'Montserrat' , sans-serif;
}

@media only screen and (max-width: 1630px) {
  .logo > img {
    width: 250px;
  }

  .rightcoa > img {
    width: 550px;
  }

  .coaching-container {
    margin-bottom: 140px;
  }

  .bnt-contact {
    margin-top: 70px;
  }

}

@media only screen and (max-width: 1410px) {
  .rightcoa > img {
    width: 500px;
  }

  .logo {
    display: none;
  }

  .number {
    display: none;
  }

  .nav-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    height: 80px;
  }

  .nav {
    width: 100%;
  }
}

@media only screen and (max-width: 1410px) {
  .lefttxt h3 {
    font-size: 23px;
  }

  .lefttxt p {
    font-size: 18px;
  }

  .column:first-child img {
    width: 50px;
  }
  .column:nth-child(2) img {
    width: 65px;
  }
  .column:last-child img {
    width: 60px;
  }

  .container-coa {
    width: 580px;
  }

  .lefttxt {
    margin: 0 auto;
    width: 550px;
    margin-top: 80px;
  }

  .text {
    font-size: 18px;
  }
}


@media only screen and (max-width: 1200px) {
  .map-header iframe{
    height: 350px;
  }

  #svg-hor {
    width: 90%;
  }
}

@media only screen and (max-width: 1100px) {
  .container-konttext p {
    font-size: 17px;
  }

  .rightcoa > img {
    width: 430px;
  }
}

@media only screen and (max-width: 1050px) {
  .lefttxt h3 {
    font-size: 20px;
  }

  .lefttxt {
    width: 350px;
  }

  .lefttxt p {
    font-size: 16px;
  }

  .column:first-child img {
    width: 40px;
  }
  .column:nth-child(2) img {
    width: 52px;
  }
  .column:last-child img {
    width: 48px;
  }

  .row {
    width: 460px;
  }

  .container-coa {
    width: 400px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-container-coa {
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
  }

  .lefttxt {
    margin-top: 20px;
  }

  .rightcoa > img {
    width: 380px;
  }

  .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-content: center;
    justify-items: center;
    margin-top: 40px;
    width: 660px;
  }

  .column:first-child img {
    width: 65px;
  }
  .column:nth-child(2) img {
    width: 85px;
  }
  .column:last-child img {
    width: 80px;
  }

  .lefttxt h3 {
    font-size: 23px;
  }

  .lefttxt p {
    font-size: 18px;
  }

  .lefttxt {
    width: 450px;
  }

  #iframe-map {
    height: 300px;
  }

  .gird-kont-container {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 870px)  {
  nav li {
    padding: 0px 50px 0px 0px;
  }

  #timeline-hor {
    display: none;
  }

  #timeline-vert {
    margin-top: -50px;
    display: block;
  }

  #timeline-vert svg {
    width: 95%;
  }

  .werdegang {
    height: 700px;
  }

  .text {
    font-size: 16px;
  }

}

@media only screen and (max-width: 750px) {
  .familienrecht-container h3 {
    font-size: 20px;
    margin: 0 auto;
  }

  .famr-main {
    width: 500px;
  }
}

@media only screen and (max-width: 670px) {

  nav {
    display: none;
  }

   .shownav{
    z-index: 5000;

  }

  .navalign {
    display: block;
    text-align: center;
    height: 450px;
    transition: 0.2s;
    background-color: #fff;
  }

  .nav ul:first-child {
    margin-top: 10px;
  }
  .navlialign {
    z-index: 5000;
    display: block;
    padding: inherit;
    padding-top: 80px;
    padding-bottom: 0px;
  }


  /* BURGER BUTTON */
#nav-icon3 {
  text-align: left;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 5000;
  margin: 0px auto;
  margin-top: 18px;
}

#nav-icon3 span {
display: block;
position: absolute;
height: 6px;
width: 100%;
background: #000;
border-radius: 3px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 5000;
margin: 0px auto;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* END BURGER BUTTON */

.logo {
  display: block;
  right: 15px;
  top: -5px;
  position: absolute;
  z-index: 10000;
}

.main img {
  display: none;
}

.image > img {
  width: 180px;
}

  .column:first-child img {
    width: 50px;
  }
  .column:nth-child(2) img {
    width: 65px;
  }
  .column:last-child img {
    width: 60px;
  }

  .row {
    width: 460px;
  }

}

@media only screen and (max-width: 590px) {
  .famr-main-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px 100px 100px 100px;
  }

  .grid-item-tr {
    border-top: none;
  }

}

@media only screen and (max-width: 510px) {
  .famr-main h3{
    font-size: 18px;
    text-align: center;
  }

  .famr-main-grid {
    grid-template-columns: 250px;
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px 50px 50px;
    row-gap: 10px;
  }

  .grid-item-tr1 {
    border-top: 1px solid #b4b4b4;
  }

  .grid-item-tr2 {
    border-top: none;
  }

  .container-konttext p {
    font-size: 16px;
  }

  .container-konttext h2 {
    font-size: 23px;
  }
  .rightcoa > img {
    width: 350px;
  }

  .famr-main {
    width: 100%;
}
}

@media only screen and (max-width: 460px) {

  .column:first-child img {
    width: 42px;
  }
  .column:nth-child(2) img {
    width: 55px;
  }
  .column:last-child img {
    width: 50px;
  }

  .row {
    margin: 0 auto;
    margin-top: 30px;
  }

  .werdegang {
    height: 550px;
  }

  #timeline-vert {
    margin-top: -120px;
  }

  .row {
    grid-template-columns: 1fr;
    width: 250px;
  }

  .lefttxt {
    width: 350px;
  }

  .container-hometxt {
    display: block;
    text-align: center;
  }

  .image {
    margin: 0;
  }

  .text {
    margin: 0 auto;
    width: 70%;
    margin-top: 20px;
    font-size: 17px;
  }

  .image > img {
    width: 220px;
}
}

@media only screen and (max-width: 400px) {
  .container-coa {
    width: 100%;
  }

  .rightcoa > img {
    width: 330px;
}
}
