@font-face {
  font-family: "open_sansregular";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src:
    url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/OpenSans-Regular-webfont.woff") format("woff"),
    url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src:
    url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/OpenSans-Semibold-webfont.woff") format("woff"),
    url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lobster Two";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Lobster-Two-700italic.eot"); /* IE9 */
  src:
    url("fonts/Lobster-Two-700italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lobster-Two-700italic.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lobster-Two-700italic.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lobster-Two-700italic.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Lobster-Two-700italic.svg#LobsterTwo") format("svg"); /* Legacy iOS */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}
body,
html {
  min-height: 100vh;
}

body {
  overflow-x: scroll; /*234*/
  position: absolute;
  width: 100%;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.125rem; /* 18px */
  line-height: 1.684em;
  color: #373757;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.right {
  float: right;
}
.center {
  float: none;
  margin: 0 auto;
  display: block;
}

section {
  padding: 4em 6em;
  border-bottom: 10px solid #fff;
}

.logoa {
  display: block;
  float: left;
  width: 189px;
  height: 156px;
  text-indent: -9999px;
  background: url("../img/ABROEDEL_Logo_RGB_SVG.svg") top center no-repeat;
  text-align: center;
  justify-self: center;
  margin-top: 20px;
  margin-right: 2em;
}

a {
  transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #62607f;
}
a:hover {
  color: #f26b8f;
}

a.ghost-button {
  font-family: "open_sansregular";
  display: block;
  padding: 0.5em;
  margin: 1em auto 1em auto;
  border: 0px solid #dc7c98;
  border-radius: 36px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  background-color: #a9a6ce;
  background: linear-gradient(to right, #a9a6ce 0%, #9996be 51%, #a9a6ce 100%);
  max-width: 280px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

a.ghost-button:hover,
a.MG-button:hover {
  color: #fffcf4;
  background: linear-gradient(to right, #ac8d1a 0%, #f0c548 51%, #ac8d1a 100%);
}
a.ghost-button:active,
a.MG-button:active {
  color: #fff;
  background: linear-gradient(to right, #ac8d1a 0%, #f0c548 51%, #ac8d1a 100%);
  transform: translateY(3px);
}

h1 {
  color: #62607f;
  font-size: 2rem;
  margin: 0.5em 0;
} /*dviola*/
h6 {
  color: #42405f;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3;
  margin: 0.5rem 0;
} /*ddviola*/
h1 {
  font-family: "Lobster Two", "open_sanssemibold", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}
h3 {
  font-family: "open_sansregular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.4em;
  color: #52506f;
  margin: 0.5em 0 1em 0;
}
h1,
h3,
h6 {
  text-align: center;
}

p {
  text-align: left;
  margin-bottom: 0.5em;
}

b,
strong {
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: normal;
}

.trennung {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}

header {
  position: fixed;
  height: 176px;
  width: 100%;
  z-index: 10;
  float: left;
  background-color: #fffef7;
}

nav {
  display: block;
  width: 100%;
  background: none repeat scroll 0 0 #fffef7;
}

nav::after,
.center::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

#first-block h3:after,
#programm h3:after,
#coaching h3:after,
#termin h3:after {
  background: #a9a6ce none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 1.5em auto 0;
  position: relative;
  width: 100px;
}

#start {
  padding: 176px 0 0 0;
  position: relative;
  text-align: center;
  z-index: 2;
}



#first-block {
  background-color: #faf9ef;
  text-align: center;
  padding-top: 1em;
}

#programm {
  background: none repeat scroll 0 0 #f4f2ec;
  position: relative;
  text-align: center;
  z-index: 2;
}

#programm h2 {
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height:1.3;
  font-weight: 400;
  margin: 1.25em 0;
  text-transform: uppercase;
  padding: 1.25em 1em;
  margin-top: 0;
  background-color: #eddfd590;
  border-radius: inherit;
  color: #52506f;
}
.grid3 > div > p {
  font-size: 1rem;
  padding: 1em;
}

#contact {
  background: none repeat scroll 0 0 #fffef7;
  padding: 6em 2em;
  position: relative;
  z-index: 2;
}

footer {
  background: none repeat scroll 0 0 #62607f;
  padding: 3.5em 0;
  border-bottom: 10px solid #fff;
}
footer p,
footer a,
footer a:hover,
footer a:visited {
  color: #373757;
  font-size: 0.8em;
}

.zitat {
  padding: 1em 2em;
  margin: 0 -1em;
  border-radius: 20px;
  text-align: center;
}
#impressum p {
	font-size: 1rem;
overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  }
#impressum h4 {
	font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: normal;
  color: #42405f;
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0.5rem 0;
  text-align:left;
}
#impressum h1, #impressum h3 {
  text-align:left;
}

#impressum h3::after {margin: 1em auto 0; width:auto;}
#impressum ul {
  font-weight: normal;
  font-size: 1rem;
  margin: 0.5rem 0;
  text-align:left;
}
/* ------------------- Back to top Button  --------------------- */
.back-to-top {
  width: 60px;
  height: 50px;
  background: #ffff66 url(../img/top.png) no-repeat right 0;
  border-radius: 0 30px 30px 0;
  position: fixed;
  bottom: 100px;
  left: 0px;
  padding: 1em;
  z-index: 999;
  text-indent: -9999px;
}
.back-to-top:hover {
  background: #ffffff url(../img/top_ov.png) no-repeat right 0;
}

/* CSS animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}
.animate-in {
  opacity: 1;
  transform: translateY(0);
}



.grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
  max-width: 58em;
}
.grid3 > div {
  display: grid;
  grid-template-rows: 70px 80px 1fr;
  grid-gap: 20px;
  align-items: start;
  padding: 1rem;
  background-color: #ffffff75;
  border-radius: 20px;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  width: auto;
}



h3.claim {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.25em;
  text-align: left;
  padding: 2rem 1rem 0 1rem;
  color: #42405f;
  text-shadow: 1px 3px 9px rgba(0, 0, 0, 0.13);
  max-width: 18em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

#faq h3 {
  margin: 2em -20px 1em -20px;
  background-color: #f2eae385;
  padding: 12px 20px;
  border-radius: 20px;
}
#faq p {
  text-align: center;
  padding: 0 2em 1em;
}

#first-block > div {
  display: grid;
  max-width: 42em;
  margin: 0 auto;
  padding: 3em 0;
}
#programm > div {
  display: grid;
  max-width: 42em;
  margin: 0 auto;
  padding: 3em 0;
}
#coaching > div {
  display: grid;
  max-width: 42em;
  margin: 0 auto;
  padding: 3em 0;
}
#profil > div {
  display: grid;
  max-width: 58em;
  margin: 0 auto;
  padding: 3em 0;
}
#faq > div {
  display: grid;
  max-width: 42em;
  margin: 0 auto;
  padding: 3em 0;
}
#freebie > div {
  display: grid;
  max-width: 42em;
  margin: 0 auto;
  align-content: center;
  padding: 6em 0;
}
#contact > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 58em;
  margin: 0 auto;
  align-items: start;
  justify-items: center;
  grid-gap: 4em;
}
#termin > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 60em;
  margin: 0 auto;
  align-items: start;
  justify-items: center;
  grid-gap: 4em;
}
footer > div {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 60em;
  margin: 0 auto;
  gap: 1em;
  padding: 0 100px 200px 100px;
}
header > nav {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
}

#coaching ul {
  list-style-type: disc;
  list-style-position: outside;
}
#coaching ul li::marker {
  color: #737196;
  font-size: 1.6em;
  line-height: 1;
}


.grid2 {
  display: grid;
  grid-template-columns: 1fr;
}
.gordana {
 grid-column-start: 1;
 grid-row: 1 / 2;
}

.gordana2 {
  grid-column-start: 1;
  grid-row: 2 / 3;
  padding: 1em 2.5em;
  align-self: center;
  justify-self: center;
  backdrop-filter: none;
  border-radius: 0;
}

.gordana > img {
  object-fit: cover;
  width: 100%;
  height: 70vw;
  object-position: left top;
 
}

/* ---------------  MEDIA QUERIES  -------------------------*/

@media screen and (max-width: 480px) {
  body {
    font-size: 1rem;
  } /* 16px */
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.063rem;
  } /* 17px */
  header {
    position: relative;
  }
  .right {
    float: none;
  }
  .zitat {
    padding: 1em 2em;
  }  
  h3.claim {
    color: #62607f;
  }
  .gordi {
    float: none;
    margin: auto;
	display:block;
  }
  footer > div {
    display: block;
  }
  #contact > div {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  section {
    padding: 4em 2em;
  }
  
  
 

}
@media screen and (min-width: 769px) {
.grid2 {
grid-template-columns: 1fr 1fr;
}

.gordana {
 grid-column: 1 / span 2;
 grid-row: 1 / 2;
}

.gordana2 {
  grid-column-start: 2;
  grid-row: 1 / 2;
  padding: 1em 2.5em;
  align-self: center;
  justify-self: start;
  backdrop-filter: contrast(110%) blur(13px);
  border-radius: 36px;
  margin: 1em 1em 1em -2em;
}

.gordana > img {
object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left top;
 }
}

@media screen and (max-width: 850px) {
  #termin > div {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 980px) {
  /* Mobil Menu*/
  nav {
    display: block;
    cursor: pointer;
    line-height: 2;
  }
  .top-nav {
    position: fixed;
    top: 0;
    z-index: 10;
    left: -100%;
    width: 100% !important;
    bottom: 0;
    background: none repeat scroll 0 0 #8e8ab1;
    overflow-y: auto;
    transition: left 0.2s ease-in-out 0s;
  }
  .top-nav > ul {
    height: auto;
    width: 100%;
    overflow: auto;
    position: relative;
    top: 60px;
    z-index: 999;
    padding: 0;
  }
  .top-nav li {
    float: none;
    list-style: none outside none;
    padding: 0;
  }
  .top-nav li a {
    color: #fffef7;
    display: block;
    padding: 1.25rem 0.625rem;
    text-align: center;
    text-decoration: none;
    background: none repeat scroll 0 0 #8e8ab1;
  }

  .top-nav li a:hover {
    background: #7f7c9e;
  }
  .top-nav li.active-item a {
    background: #b9b6de;
  }

  body.show-menu {
    overflow: hidden;
  }

  .show-menu .top-nav {
    left: 0;
    right: 60px;
  }

  .nav-text {
    color: #fffef7;
    display: inline-block;
    margin-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 #62607f;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 50;
    padding-top: 15px;
  }
  .nav-text:after,
  .nav-text:before,
  .nav-text span {
    background-color: #fff;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    margin: 6px auto;
    width: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .show-menu .nav-text:before {
    transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg);
  }
  .show-menu .nav-text:after {
    transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg);
  }
  .show-menu .nav-text span {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@media screen and (min-width: 981px) {
  .nav-text {
    display: none;
  }
  header > nav {
    grid-template-columns: 1fr 2fr;
  }
  .grid3 > div.last {
    grid-column-start: 2;
  }
  .gordi {
    float: left;
    margin: 0 4em 2em -1em;
    shape-margin: 4em;
    shape-outside: url("../img/Gordana__uebermich.png");
  }
  .logoa {
    float: none;
    margin-right: 0;
  }

  .top-nav ul {
    background: url("../img/navibg.png") center/contain no-repeat;
    padding: 0 0.5em;
    margin-right: 4vw;
  }
  .top-nav li {
    float: left;
    list-style: none outside none;
    cursor: pointer;
  }
  .top-nav li a {
    display: block;
    border-top: 2px solid #62607f;
    color: #62607f;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2.1em 1.2em 2.5em;
    transition: all 0.2s linear 0s;
  }
  .top-nav li a:hover,
  .top-nav li.active-item a {
    border-top: 2px solid #dc7c98;
    color: #dc7c98;
    background: none repeat scroll 0 0 #fffef7;
    position: relative;
  }
  .top-nav li a.MG-button {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 99;
    font-family: "open_sansregular";
    display: block;
    padding: 0.5em 1em 0.5em 1.5em;
    margin: 0;
    border: 0;
    border-radius: 36px 0 0 36px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    background-color: #f26b8f;
    background: linear-gradient(to right, #f26b8f 0%, #e15a7e 51%, #f26b8f 100%);
    transition:
      background 0.3s ease 0s,
      transform 0.2s ease 0s;
  }
  .top-nav li a.MG-button:hover,
  .top-nav li a.MG-button:active {
    color: #fffcf4;
    background: linear-gradient(to right, #ac8d1a 0%, #f0c548 51%, #ac8d1a 100%);
  }
  .top-nav li.active-item a.MG-button {
    background: linear-gradient(to right, #ac8d1a 0%, #f0c548 51%, #ac8d1a 100%);
  }
}
