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

.forTabs {
    font-family: Poppins, sans-serif;
    color: #818187;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
    text-transform: uppercase;
}

img {
    border: 0;
}


img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
	
	font-family: Poppins, sans-serif;

    display: block;
    //font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    //font-weight: bold;
}


p {
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #919197;
    line-height: 24px;
    font-weight: 400;
	 font-size: 16px;
	
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

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

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

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

.section.blue {
  padding-bottom: 160px;
  background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 39, 92, 1)), to(rgba(25, 67, 136, 0.3))), url("../img/kursebg.jpg");
  background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), linear-gradient(180deg, rgba(3, 39, 92, 0.9), rgba(25, 67, 136, 0.3)), url("../img/kursebg.jpg");
  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: 48px;
  line-height: 8rem;
}

.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: #f1f1f7;
    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.add-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icons-wrapper.with-margin {
    margin-top: -1px;
    padding: 15px 20px 15px 30px;
    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: #FFFFFF;
    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;
}


.courses-title:hover {
    color: #57b9a8;
}

.courses-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Montserrat, sans-serif;
    color: #212127;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: none;
}

.courses-title.big {
    font-size: 28px;
    line-height: 30px;
}

.big {
    color: blue;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
}

.author-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;
}

.author-page-photo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.courses-page-wrapper {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
}


.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
	font-family: Poppins, sans-serif;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
}
.w-tab-menu {
    position: relative;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-top: 15px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ededed;
  background-color: #fff;
  color: #919197;
  font-size: 10px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.tab-link-2.w--current {
  background-color: #fafafa;
}

.tab-image {
  margin-right: 7px;
}


.w-tabs {
    position: relative;
}
.w-tabs:before, .w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}



.w-richtext:before, .w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-richtext:after {
    clear: both;
}

.dropdown-menu {
	min-width: max-content;
}

.align-left {
    position: relative;
    text-align: left;
}



.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: 0;
}

.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 rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.row-flex {
    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;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-row:before, .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}


.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-6 {
    width: 50%;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.itemcell {
	min-width:2rem;
	max-width:2rem;
	text-align:center;
	
}

@media screen and (max-width: 767px)
.icons-content.in-courses-page {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



