@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
outline: none;
}


body {
padding: 0;
margin: 0;
background: #f9f9f9;
box-sizing: border-box;
font-family: 'Mulish-Medium', sans-serif;
color: #333;
font-size: 19px;
line-height: 26px;

}

#editarticle-1 
{
   display: none !important;
}


.float-end 
{
    display: none !important;
}

ul
{
   margin-left: 20px;
}


img {
  display: block;
}

/********************** FONTS ***********************/

@font-face {
  font-family: "Mulish-Regular";
  src: url("/templates/properspektiven/fonts/Mulish-Regular.woff") format("woff");
 }  

@font-face {
  font-family: "Mulish-Medium";
  src: url("/templates/properspektiven/fonts/Mulish-Medium.woff") format("woff");

}


@font-face {
  font-family: "Mulish-Bold";
  src: url("/templates/properspektiven/fonts/Mulish-Bold.woff") format("woff");

}


/********************** HEADER  ***********************/


#header {
	position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1200px;
    height: 150px;
    background: #fff;
}

@media(max-width:900px) {
#header {
	height: 120px;
	
	
    }
}


#logo {
	position: absolute;
    right: 20px;
    top: 20px;
   	width: 100%;
    max-width: 180px;
	}

@media(max-width:900px) {
#logo {
	left: 35px;
    top: 20px;
   	width: 100%;
    max-width: 180px;
    z-index: 9000;
	
	
    }
}

.logopic {
	width: 100%;
    max-width: 180px;
	}


#navigation {
	position: absolute;
    left: 20px;
	top: 115px;
	width: auto;
	height: 45px;
		}


@media(max-width:900px) {
#navigation {
	left: 0px;
	top: 50px;
    width: 100%;
	height: auto;
	
	
    }
}


#switcher {
	position: absolute;
    left: 35px;
	top: 20px;
	width: 90px;
	height: 60px;
    display: none;
    		}



@media(max-width:900px) {
#switcher  {
	left: 25px;
    top: 35px;
	
	
    }
}

/********************** SUJET  ***********************/


#sujet {
	position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    background: #ccc;
}


/********************** CONTENT ***********************/

.content {
	position: relative;
    margin: 0 auto 0;
    padding: 40px 25px 40px 25px;
    width: 100%;
    text-align: left;
    max-width: 1200px;
    height: auto;
    min-height: 500px;
    background:  #fff;
    box-sizing: border-box;
}


/********************** FOOTER***********************/


#footer {
	position: relative;
    margin: 0 auto 0;
    padding-top: 11px;
    text-align: center;
    width: 100%;
    max-width: 1200px;
	min-height: 45px;
    height: auto;
    color: #fff;
	background: #6A4595;
    font-family: 'Mulish-Medium', sans-serif;
font-size: 16px;
line-height: 20px;
    box-sizing: border-box;
	
}

.bild {
	width: 100%;
	height: auto;
	border: 0;
	
	
}


/********************** LINKS ***********************/

a:link,a:visited
{
  color: #333;
  text-decoration:underline #6A4595;

	
}

a:hover,a:active
{
  color: #6A4595;
  text-decoration:underline #6A4595;

}


a:focus {
  outline-width: 2px !important;
  outline-style: dashed !important;
  outline-color: #6A4595 !important;
}



a.footerlink:link    { color: #fff; text-decoration: none; }
a.footerlink:visited { color: #fff; text-decoration: none; }
a.footerlink:hover   { color: #fff; text-decoration: underline; }
a.footerlink:active  { color: #fff; text-decoration: underline; }



/********************** WIDGEKIT ***********************/

.uk-scope .uk-card-primary {
  background-color: #6A4595 !important;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-h3 {
	 font-size: 24px !important;
    line-height: 28px !important;
   
}

.lila {
  font-size: 24px;
   line-height: 28px !important;
    color: #6A4595 !important;
}


.uk-h4 {
  font-size: 28px !important;
  line-height: 33px !important;
    color: #6A4595 !important;
}


.uk-scope .uk-flex-middle {
  align-items: center;
    background: #F4F4F4;
}



.bg-lila {
    width: 100%;
    height: 320px;
    background-color: #6A4595;
    color: #fff;
    padding: 30px;
 
}

.orange {
    width: 100%;
    height: 320px;
    background-color: #dc8100;
    color: #fff;
    padding: 30px;
 
}


/********************** HEADLINES ***********************/


h1 {
	color: #6A4595;
    font-family: 'Mulish-Regular', sans-serif;
    font-size: 45px;
    line-height: 50px;

}


@media(max-width:900px) {
   h1 {
	font-size: 36px;
    line-height: 44px;
	
	
    }
}


h2 {
	color: #6A4595;
    font-family: 'Mulish-Regular', sans-serif;
    font-size: 28px;
    line-height: 33px;

}


@media(max-width:900px) {
   h2 {
	font-size: 22px;
    line-height: 26px;
	
	
    }
}


h3 {
	color: #6A4595;
    font-family: 'Mulish-Medium', sans-serif;
    font-size: 24px;
    line-height: 28px;

}


@media(max-width:900px) {
   h3 {
	font-size: 20px;
    line-height: 28px;
	
	
    }
}



h4 {
	color: #fff;
    font-family: 'Mulish-Regular', sans-serif;
    font-size: 24px;
    line-height: 28px;

}


@media(max-width:900px) {
   h4 {
	font-size: 20px;
    line-height: 24px;
	
	
    }
}


/********************** FÖRDERLOGO ***********************/



.bka {
	position: absolute;
    right: 10px;
    top: 3px;
    width: 226px;
    height: auto;
}


@media(max-width:750px) {
.bka {
	position: relative;
    right: 0px;
    top:0px;
    margin: 5px auto 0;
    
	
	
    }
}


.logoleiste {
	width: 100%;
    max-width: 540px;
    height: auto;
}


/********************** SEMINARE ***********************/

.uk-scope .uk-accordion {
  list-style: none;
    background: #f5f5f5;
    padding: 10px !important;
}


.uk-scope .uk-accordion-title {
  display: block;
  font-size: 26px !important;
  line-height: 33px !important;
  color: #6A4595 !important;
  overflow: hidden;
}

ul {
  list-style-type: disc;
}

.button {
  background-color: #ccc;
text-decoration: none;
  padding: 10px 40px 10px 40px;
   color: #000!important;
  font-size: 17px !important;
  transition: background-color 0.5s;
    letter-spacing: 1px;
    
}

.button:hover {
  background-color: #6A4595;
     color: #fff !important;
  
}

.button:focus,
.button:active {
  background-color: #6A4595;
  transition: none;
}







