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

.snow {
	background-color: #C0E1FF !important;

	background-image: 
    url('../img/schnee1.webp'),
    url('../img/schnee2.webp'),
    url('../img/schnee3.webp');

	-webkit-animation: schnee 25s linear infinite;
	-moz-animation: schnee 25s linear infinite;
	-ms-animation: schnee 25s linear infinite;
	animation: schnee 15s linear infinite;
	
}

.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.webp");
  background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), linear-gradient(180deg, rgba(80, 100, 235, 0.5), 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"), linear-gradient(180deg, rgba(80, 100, 235, 0.9), rgba(25, 67, 136, 0.9)), url("../img/lernenbg.jpg");
	background-image: url("../img/5a96fa86ab8769000139544f_shape-2.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(80, 100, 235, 0.5)), to(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;
}

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

.section.gray.perfect-pixel {
    padding-top: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.section.gray {
    background-color: #f1f1f7;
}

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

.align-center {
    text-align: center;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.paragraph-biger {
    font-size: 17px;
    line-height: 26px;
}
.event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #0d6efd;
    background-image: none;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
}

.data-tag {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
}

.event-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.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: 0px;
    text-decoration: none;
    text-transform: none;
}

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

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

p {
    display: block;
    //margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.event-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 10px 50px -10px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}
.dropdown-menu {
	min-width: max-content;
}

.progress {
float: left;
text-align:center;
}
.progress-bar {
font-weight:bold;
}

.bg-info {
	text-align:center;
}



.carousel-indicators .active {
    opacity: 1;
    background-color:darkblue;
}

.carousel-caption {
    position: absolute;
    //right: 25%;
    bottom: 1rem;
    //left: 25%;
    padding-top: 0.5rem;
    padding-bottom:0.5rem;
    text-align: center;
	background-color:lightgrey;
	color:white;
	border-radius:10px;
}

.spinner-wrapper {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.75;
	transition: all 0.2s;
}

.cardimage-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width:50%;
}

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

@media screen and (max-width: 614px){
	h1 {

		word-wrap: break-word;
	}

	.top-title-text.banner-title {
		color: #fff;
		line-height: 5rem; 
		font-size: 33px; 
	}
	
	.top-title-text.banner-subtitle {
		color: #fff;
		font-size: 22px;
		line-height: 5rem;
		//font-weight: bold;
	}
}

@media screen and (max-width: 259px){
	h1 {

		word-wrap: break-word;
	}

	.top-title-text.banner-title {
		display:none;
		color: #fff;
		line-height: 5rem; 
		font-size: 33px; 
	}
	
	.top-title-text.banner-subtitle {
		color: #fff;
		font-size: 33px;
		line-height: 5rem;
		font-weight: bold;
	}
}

	@keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
		