html, body {
    scroll-behavior: smooth;
	transition: all 300ms
}

.section {
  position: relative;
  padding: 10px 10px;
  background-color: #fff;
}

.section.gray {
  background-color: #f1f1f7;
}

.section.gray.more-padding {
  padding-bottom: 250px;
}

.section.blue {
  padding-bottom: 160px;
  background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(25, 67, 136, 0.9)), to(rgba(25, 67, 136, 0.9))), url("../img/lernenbg.jpg");
  background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), linear-gradient(180deg, rgba(80, 100, 235, 0.7), rgba(25, 67, 136, 0.3)), url("../img/lernenbg.webp");
  background-position: 50% 100%, 0px 0px, 0% 0%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.both-padding {
    padding-top: 70px;
    padding-bottom: 200px;
    background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.button {
  display: inline-block;
  padding: 16px 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #57b9a8;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms
 }
 
 .button.w-button {
 display:inline-block;
 padding:9px 15px;
 background-color:#3898EC;
 color:white;
 border:0;
 line-height:inherit;
 text-decoration:none;
 cursor:pointer;
 border-radius:50px
 }

.top-title-text {
  margin-top: 0px;
  margin-bottom:40px;
}

.top-title-text.banner-title {
  color: #fff;
  font-size: 66px;
  line-height: 20rem;
}

.top-title-text.banner-subtitle {
  color: #fff;
  font-size: 44px;
  line-height: 5rem;
}

.line-divider.center-line {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.line-divider {
    width: 50px;
    height: 2px;
    margin-top: 0px;
    background-color: #FFFFFF;
}

.content-text {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #919197;
    line-height: 24px;
    font-size: 1.25rem;
}



.card:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.team-name {
    margin-bottom: 5px;
    color: #818187;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.job-title {
    margin-bottom: 0px;
    color: #b3b3b3;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
}

.link {
    margin-right: 5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	font-size:12px;
	color: #818187;
	opacity:0.5;
}

.bio-photo {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    z-index: 1;
    display: block;
    width: 320px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    border: 20px solid #f1f1f7;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.author-info {
    margin-bottom: 0px;
    padding: 30px 30px 20px;
    background-color: #fff;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 15%);
}

.team-title {
    margin-bottom: 5px;
    color: #818187;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.paragraph-job-title {
    margin-bottom: 0px;
    color: #b3b3b3;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
}

.icons-wrapper.with-margin {
    margin-top: -1px;
    padding: 15px 20px 15px 30px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.icons-wrapper {
    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;
}

.icons-wrapper.with-margin {
    margin-top: -1px;
    padding: 15px 20px 15px 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.icons-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.icons-title {
    margin-bottom: 0px;
    margin-left: 7px;
    font-family: Montserrat, sans-serif;
    color: #a3a3a3;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
    text-transform: none;
}

p.zitat {
	margin-bottom: 25px;
    color: #818187;
    font-size: 16px;
	font-style: italic;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: none;
}
