@charset "UTF-8";
/*	################################################################



    font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;
	
	primary green:  		04645c    	4,100,92
	secondary turkis		00a4b7		0,164,184


/*

## Table of Contents

* 01 - General
* 02 - Typography
* 03 - Navbar
* 04 - Content
* 05 - Sections
* 06 - Lity Lightbox
* 07 - Social Media Icons

*/

/** 01 - General *********************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Ubuntu:400,700&display=swap');
html, body{
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  font-size: 1em;
  padding-top: 100px;
  color: #262627;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .01em;
  position: relative;
  background: #f5f5f5 url('../images/textilepattern.jpg');
}

a, .trans, a > *, .kurs-box .txtbox, .kurs-box .txtwrapper, .team-member, header .navbar-nav {
	-webkit-transition: all 320ms ease-in-out;
	-moz-transition: all 320ms ease-in-out;
	-ms-transition: all 320ms ease-in-out;
	-o-transition: all 320ms ease-in-out;
	transition: all 320ms ease-in-out;
}


a {
  color: #262627;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #99ca46;
  text-decoration: none;
}

.bgcolor {
	background-color: #99ca46;
	color: #50535b;
}

main {
  /*min-height: calc(100vh - 10rem);*/
  margin-bottom: 75px;
}

main img, figure {
	max-width: 100%;
	height: auto;
	margin: 0;
}
main ul{
  margin-left: 0;
  padding-left: 15px;
}
footer .footer {
  border-top: 1px solid #f1f1f1;
}

header.top + main {
  margin-top: 92px;
}
	.context{
  	  text-align: center;
	}

@media screen and (min-width: 768px){
  	.container{
	  max-width: 1140px;
	}
	.context{
  	  text-align: center;
	}
}

/**! 02. Typography *********************************************************************************/
h1,h2,h3,h4,h5,h6{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

h1{
  color: #dc68a3;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: -0.4px;
}
h2{
  color: #99ca46;
  font-weight: 700;
  font-size: 1.8em;
}
h3{
  color: #dc68a3;
  font-weight: 400;
  font-size: 1.75em;
}
h4{
  color: #99ca46;
  font-weight: 400;
  font-size: 1.3em;
}
h5{
  font-weight: 400;
  font-size: 1.1em;
}
.subline, .subheadline, .subtitle {
	margin-top: 0;
}
.newsrow h3, .newsrow h4, .newsrow h5, .newsrow h6, .offer-wrapper h4, .offer-wrapper h5, .offer-wrapper h6, .offer-wrapper h3 {
	text-align: left;
}
.date{
  color: #b2b2b2;
  font-size: 1em;
}
.btn, a.btn {
    display: inline-block;
    font-weight: 400;
    color: #99ca46;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #99ca46;
    padding: .375rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
      	font-family: 'Indie Flower', cursive;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover, .btn:active, a.btn:hover, a.btn:active{
  background: #dc68a3;
  color: #FFF;
} 

.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #99ca46;
    border-color: #99ca46;
}

.btn-primary:hover, .btn-primary:active, a.btn-primary:hover, a.btn-primary:active {
    color: #fff;
    background-color: #dc68a3;
    border-color: #dc68a3;
}


.btn-secondary:hover {
    color: #fff;
    background-color: #99ca46;
    border-color: #99ca46;
}
.btn-secondary.dropdown-toggle{
  background-color: #fff;
  border-color: #FFF;
  color: #99ca46;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{
    color: #99ca46;
    background-color: #FFF;
    border-color: #99ca46;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

/***BTn im Appfooter **/
.btn.btn-bordered{
  border: 1px solid #FFF;
  color: #FFF;
  margin: 10px 0;
}
.btn.btn-bordered:hover{
  border: 1px solid #FFF;
  background: #FFF;
  color: #99ca46;
}


main .dropdown-menu{
    color: #fff;
    background-color: #99ca46;
    border-color: #99ca46;
}
main .dropdown-item:focus, main .dropdown-item:hover{
      color: #fff;
    background-color: #dc68a3;
    border-color: #dc68a3
}
.contentheader{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.category{
  display: block;
  margin: 10px 0;
  color: #99ca46;
  font-weight: 500;
}

/**! 03. Navbar *************************************************************************************/



/**! 04. Content *********************************************************************************/
.siteimage{
  width: 100vw;
  min-height: 50vh;
  position: relative;
  background-color: #99ca46;
  color: #FFF;
  padding: 0;
  display: block;
  text-align: center;  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 86px;
}

.siteimage .slick-content{
  padding: 1.8rem 3rem;
  z-index: 10;
  background: #dc68a3;
  color: #FFF;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  display: inline-block;

}


.siteimage .slick-content span{
  font-weight: 400;
  font-size: 0.8em;
}

section.download{
  margin:  0 0 30px 0;
  padding: 30px;
  color: #FFF;
  background: #99ca46;
  font-size: 1.2em;
}
section.download .btn-bordered{
  font-size: 1.1em;
  letter-spacing:0.01em ;
}

.subpage-box {
  margin-bottom: 30px;
  text-align: center;
}
.subpage-box a figure{
  position: relative;
  z-index: 10;
  display: inline-block;
  border:  1px solid #FF94D1;
}
.subpage-box a:hover figure{
  border:  1px solid #cdd959;
}

.subpage-box a .txtwrapper, .subpage-box a:link .txtwrapper{
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 4px 5px;
  margin: -35px auto 0 auto;
  background: #FF94D1;
background: -moz-linear-gradient(-45deg,  #FF94D1 0%, #DC56A3 100%);
background: -webkit-linear-gradient(-45deg,  #FF94D1 0%,#DC56A3 100%);
background: linear-gradient(135deg,  #FF94D1 0%,#DC56A3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF94D1', endColorstr='#DC56A3',GradientType=1 );
  color: rgba(255,255,255, 1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
    	font-family: 'Indie Flower', cursive;
    	font-size: 1.3em;
    	bottom: 0;
    	font-weight: bold;
}
.subpage-box a .txtwrapper span{
	border: 1px dashed #FFF;
	padding: 4px 12px 2px 12px;
	 display: block;	 
  	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
.subpage-box a:hover .txtwrapper{
  background: #cdd959;
background: -moz-linear-gradient(-45deg,  #cdd959 0%, #bac948 100%);
background: -webkit-linear-gradient(-45deg,  #cdd959 0%,#bac948 100%);
background: linear-gradient(135deg,  #cdd959 0%,#bac948 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd959', endColorstr='#bac948',GradientType=1 );
}
.overview  .subpage-box:nth-child(3) a .txtwrapper{
  
}
@media screen and (max-width: 991px) {
	body{
	  padding-top: 160px;
	}
  .siteimage .slick-content{
	  position: absolute;
	  bottom: -90px;
	  left: 0;
	  right: 0;
	  }
}

@media screen and (min-width: 992px) {
	  siteimage .slick-content{
	  padding: 1.8rem 3rem;
	  z-index: 10;
	  background: #00a4b7;
	  color: #FFF;
	  font-size: 1.6em;
	  font-weight: 500;
	  text-align: center;
	  line-height: 1.2em;
	  display: inline-block;
	  margin: 0 auto;
	}
		.siteimage{
	  min-height: 40vh;
	  padding-top: 18vh;
	  padding-bottom: 18vh;
	  }
}

@media screen and (min-width: 992px){
  	.teaser-wrapper-home .txtwrap{
	  padding: 0 30px;
	}
	.subline, .subheadline, .subtitle {
		margin-top: 0;
		margin-bottom: 2em;
	}


}
@media screen and (min-width: 1240px){
	.siteimage{
	  min-height: 50vh;
	  padding-top: 22vh;
	  padding-bottom: 22vh;
	  }
}


@media screen and (min-width: 992px){
	.course_one .kursitem:nth-child(odd){
	  display: none;
	}
	.course_two{
	  display: block;
	}
	.course_two .kursitem:nth-child(even){
	  display: none;
	}
}

.slick-prev, .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  display: block;
  padding: 4px 16px 6px 11px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  border: rgba(255, 255, 255, 1) !important;
  color: #dc68a3;
  border-radius: 40px;
  -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.slick-prev:hover, .slick-next:hover {
  background-color: #99ca46;
  border: #99ca46;
  color: #FFF;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
    padding: 4px 11px 6px 16px;
}

.slick-prev::before, .slick-next::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}

.slick-prev::before {
  content: '\f100';
}

.slick-next::before {
  content: '\f101';
}
ul.slick-dots{
  list-style-image: none;
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
ul.slick-dots li{
  display: inline-block;
  padding: 5px 2px;
}
ul.slick-dots li button{
  width: 5px;
  height: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #dc68a3;
  border: none;
  overflow: hidden;
  text-indent: -1000px;
  -moz-transform: scale(.7);
-webkit-transform: scale(.7);
-o-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
}
ul.slick-dots li.slick-active button{
  background: #99ca46;
}








/** 05 - Hero Carousel *********************************************************************************/
/**! 05. Sections *********************************************************************************/

section {
  padding: 4rem 0;
}
h3.sectionheadline{
  font-weight: 500;
  color: #99ca46;
  text-align: center;
}
h5.subtitle{
  text-align: center;
}
/*.section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

.section:last-of-type {
  padding-bottom: 0;
}*/


.ug-textpanel, .ug-textpanel-title{
	font-family: "Ubuntu", sans-serif;
	font-weight: 400 !important;
}



@media screen and (min-width: 769px) {
  .sliderwrapper .slick-slider .slick-slide {
    padding: 20vh 0;
  }
  .offerbox{
  padding: 2em;
  display: inline-block;
}
}


