
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

p {

margin-top: 1px;
margin-bottom: 1px;

}


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

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

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

}


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

}

body {
padding: 0;
margin: 0;
font-family: 'Mulish-Regular', sans-serif;
background: #fff url("../images/hintergrund.png") no-repeat;
background-size: cover;
font-size: 1.2em;
line-height: 26px;
color: #574C42;


}


/********************** HEADER  ***********************/
#header {
	position: relative;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1700px;
	height: 160px;
   
  
	}

@media (max-width:700px) {
    
#header {
	height: 100px;
	
}
    
}

/********************** LOGO ***********************/

#logo {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 270px;
	height: 90px;
    text-align: right;
 
	}


@media (max-width:700px) {
    
#logo {
top: 30px;
	
}
    
 
}


.logopic {
	width: 100%;
	max-width: 273px;
	height: auto;
	
}


@media (max-width:700px) {
    
.logopic {
	
    width: 100%;
	max-width: 200px;
	height: auto;
	
}
    
 
}

/********************** NAVIGATION  ***********************/

#navigation {
	position: absolute;
	top: 85px;
    left: 120px;
    width: auto;
    height: auto;
    background: #fff;
  
	}




@media (max-width:1300px) {
    
#navigation {
   top: 53px;
    left: 40px;
   
}
    
 
}


/********************** LISTE  ***********************/

ul {
	margin-left: 20px;
  
	}


li {
	margin-top: 7px;
  
	}


/********************** QUICKLINK ***********************/



#telefon {
	position: absolute;
    position: fixed;
    width: 55px;
    height: 82px;
    border-radius: 20px 0 0 0;
    background: #138679 url("../images/telefon.png"); background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px;
    cursor: pointer;
    right: 0;
    top: 350px;
    z-index: 50000;

}


@media (max-width:700px) {
    
#telefon {
top: 200px;
    
}
  
}


#mail {
	position: absolute;
    position: fixed;
    width: 55px;
    height: 82px;
    border-radius: 0 0 0 20px;
    background: #138679 url("../images/mail.png"); background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px;
    cursor: pointer;
    right: 0;
    top: 422px;
    z-index: 50000;

}


@media (max-width:700px) {
    
#mail {
top: 272px;
 
 }
    
 
}


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

#sujet {
	position: relative;
	margin: 0 auto 0;
	width: 100%;
	
	height: auto;
    min-height: 550px;
	text-align: center;
    background: transparent;
    	
}


/********************** BILD ***********************/


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


/********************** HINTERGRUNDBILDER ***********************/


#bg-start {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-wir.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}




@media (max-width:1750px) {
    
#bg-start {
height: 850px;

}
   
}

@media (max-width:1550px) {
    
#bg-start {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-start {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}


@media (max-width:700px) {
    
#bg-start {
 background-size: 250%;
overflow: hidden;
height: 800px;

    
    

}
   
}



/********************** WEITERBILDUNG ***********************/


#bg-bildung {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-bildung.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-bildung {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-bildung {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-bildung {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-bildung {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  





/********************** ANGEBOTE ***********************/


#bg-angebote {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-angebote.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-angebote {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-angebote {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-angebote {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-angebote {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  


/********************** WOHNEN ***********************/


#bg-wohnen {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-wohnen.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-wohnen {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-wohnen {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-wohnen {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-wohnen {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  







/********************** KARRIERE ***********************/


#bg-karriere {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-karriere.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-karriere {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-karriere {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-karriere {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-karriere {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  




/********************** AKADEMIE ***********************/


#bg-akademie {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-akademie.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-akademie {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-akademie {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-akademie {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-akademie {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  

/********************** VIELFALT ***********************/


#bg-vielfalt {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-vielfalt.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-vielfalt  {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-vielfalt  {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-vielfalt  {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-vielfalt  {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  


/********************** LEICHTER LEBEN ***********************/


#bg-leichter-leben {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-leichter-leben.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-leichter-leben {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-leichter-leben  {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-leichter-leben  {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-leichter-leben {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  


/********************** EASY KIDS ***********************/


#bg-easykids {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-easykids.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-easykids {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-easykids  {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-easykids  {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-easykids {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 } 

/********************** ERSTHELFER ***********************/


#bg-ersthelfer {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-erste-hilfe.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-ersthelfer  {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-ersthelfer {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-ersthelfer  {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-ersthelfer  {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  



/********************** ÜBER UNS ***********************/


#bg-wir {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-ueber-uns.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}

@media (max-width:1750px) {
    
#bg-wir {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-wir {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-wir {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-wir {
 background-size: 250%;
overflow: hidden;
    height: 600px;
  
    

}
 }  




/********************** KONTAKT ***********************/


#bg-kontakt {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-kontakt.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-kontakt {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-kontakt {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-kontakt {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-kontakt {
 background-size: 250%;
overflow: hidden;
    height: 800px;
 
    

}
 }  


/********************** SOZIALBEGLEITUNG ***********************/


#bg-sozialbegleitung {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-sozialbegleitung.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-sozialbegleitung {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-sozialbegleitung {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-sozialbegleitung {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-sozialbegleitung {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  



/********************** PHILOSOPHIE ***********************/


#bg-philosophie {
	position: relative;
    top:0;
    left:0;
    width: 100%;
	height: 900px;
    background-image: url("../images/sujets/sujet-philosophie.jpg"); background-repeat: no-repeat;
    background-size: 100%;
    
    	
}


@media (max-width:1750px) {
    
#bg-philosophie {
height: 700px;

}
   
}

@media (max-width:1550px) {
    
#bg-philosophie {
 background-size: 80%;
overflow: hidden;
    height: 600px;

}
   
}


@media (max-width:1150px) {
    
#bg-philosophie {
 background-size: 150%;
overflow: hidden;
    height: 900px;

}
   
}

@media (max-width:700px) {
    
#bg-philosophie {
 background-size: 250%;
overflow: hidden;
    height: 450px;
    

}
 }  




/********************** SUJET HEADLINE ***********************/


.sujet-headline {
	position: absolute;
    top: 15%;
    right: 15%;
    width: 800px;
    height: auto;
    color: #138679;
    font-family: 'Mulish-Bold';
    font-size: 3.4em;
    line-height: 80px;
    text-align: left;
   
    
}


@media (max-width:1750px) {
    
.sujet-headline {
top: 20%;
    right: 7%;
  
}
    
 
}


@media (max-width:1550px) {
    
.sujet-headline {
font-size: 2.4em;
    line-height: 55px;
    top: 25%;
    right: 7%;
    width: 730px;
   
    
   
}
    
 
}

@media (max-width:1150px) {
    
.sujet-headline {
font-size: 2.6em;
    line-height: 45px;
    left: 25px;
    top: 80%;
    width: 90%;
   
}
    }


@media (max-width:700px) {
    
.sujet-headline {
font-size: 1.8em;
    line-height: 40px;
    padding-left: 0px;
    top: 400px;
    width: auto;
    box-sizing: border-box;
   
}
    
 
}


.sujet-subheadline {
	 color: #138679;
    font-family: 'Mulish-Bold';
    font-size: 20px;
    line-height: 28px;
   
    
}


@media (max-width:1550px) {
    
.sujet-subheadline {
    
font-size: 20px;
line-height: 30px;
   
}
   
}


@media (max-width:700px) {
    
.sujet-subheadline {
    
font-size: 20px;
line-height: 26px;
   
}
   
}


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

.content {
	position: relative;
	margin: 0 auto 0;
    padding: 50px 0px 50px 0px;
	text-align: left;
	width: 100%;
	max-width: 1300px;
    height: auto;
    min-height: 300px;
   
	
		
}


/* tablet breakpoint */
@media (max-width:1400px) {
    
.content {
  padding: 30px 25px 30px 25px;

}
    
 
}

.hintergrund-full {
	position: relative;
	margin: 30px auto 30px;
    width: 100%;
	max-width: 1920px;
    height: auto;

}


/*********************** WK ***********************/
.uk-scope .uk-h3, .uk-scope h3 {
  font-size: 24px !important;
  line-height: 26px !important;
color: #138679 !important;
    font-family: 'Mulish-Bold' !important;
    padding-top: 15px !important;
}


.uk-scope .uk-link, .uk-scope a {
  color: #97C346 !important;
    font-family: 'Mulish-Bold' !important;
 cursor: pointer;
    text-decoration: underline !important;
}


.uk-scope em {
  color: #007C53 !important;
}


.uk-scope .uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}


.uk-scope .uk-padding {
  padding: 0 30px 0 0 !important;
}

.uk-scope .uk-h4, .uk-scope h4 {
     font-family: 'Mulish-Regular' !important;
    color: #007C53 !important;
  font-size: 1.2em !important;
  line-height: 1.4;
    margin-bottom: 0 !important;
}


.uk-scope .uk-text-left {
 font-size: 0.9em !important;
}


.uk-scope .uk-card-primary.uk-card-body, .uk-scope .uk-card-primary > :not([class*="uk-card-media"]), .uk-scope .uk-card-secondary.uk-card-body, .uk-scope .uk-card-secondary > :not([class*="uk-card-media"]), .uk-scope .uk-light, .uk-scope .uk-overlay-primary {
  color: #574C42 !important;
}


.uk-scope .uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid rgba(255,255,255,1) !important;
    border-top-color: rgba(102, 102, 102, 0.4);
    border-right-color: rgba(102, 102, 102, 0.4);
    border-bottom-color: rgba(102, 102, 102, 0.4);
    border-left-color: rgba(102, 102, 102, 0.4);
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: background-color,border-color;
}



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



#footer {
	position: relative;
	margin: 0 auto 0;
    padding: 10px;
	text-align: center;
	width: 100%;
	height: auto;
    min-height: 40px;
    background: #ACA299;
    color: #fff;
    font-size: 0.8em !important;
    box-sizing: border-box;
			
}

/* Boxen am Bildschirm ausblenden */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    clip: rect(0, 0, 0, 0) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}


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

a:link,a:visited
{
  color: #138679;
  text-decoration:underline;
    font-family: 'Mulish-Medium';
	
}

a:hover,a:active
{
  color: #138679;
  text-decoration:underline;
    font-family: 'Mulish-Medium';
}


a:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #138679;
}


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

h1 {
	color: #138679;
    font-family: 'Mulish-Medium';
    font-size: 2.2rem;
    line-height: 20px;
    
}


h1::before {
    content: url("../images/quadrat.svg");
    background-size: 45px 45px;
    width: 45px; 
    height: 45px;
    display: inline-block;
    padding-right: 15px;
    
}




@media(max-width:700px) {
   h1 {
	font-size: 1.6em;
    line-height: 33px;
	
	
    }
}


h2 {
	color: #138679 !important;
    font-family: 'Mulish-Medium';
    font-size: 1.6rem;
    line-height: 35px;
    
}



@media(max-width:700px) {
h2 {
	font-size: 1.6rem;
    line-height: 2rem;
	
    
	
    }
}

.spacer {
	height: 30px;
     
}




h3 {
	color: #574C42;
    font-family: 'Mulish-Medium';
    font-size: 1.2rem;
    line-height: 25px;
    
}


h6 {
	    line-height: 18px;
    margin-top: 20px;
    
}


.weiss {
  color: #fff !important;
}

.liste-weiss {
  color: #fff !important;
    font-family: 'Mulish-Medium' !important;
    font-size: 1.2rem;
    line-height: 25px;
    
}



.headline-negativ {
	color: #fff;
    font-family: 'Mulish-Medium';
    font-size: 2.8rem;
    line-height: 20px;
    
}


.headline-negativ::before {
    content: url("../images/quadrat-negativ.svg");
    background-size: 45px 45px;
    width: 45px; 
    height: 45px;
    display: inline-block;
    padding-right: 15px;
    
}




@media(max-width:700px) {
 .headline-negativ {
	font-size: 1.6em;
    line-height: 33px;
	
	
    }
}


.zitat {
	color: #138679 !important;
    font-family: 'Mulish-Regular';
    font-size: 1.6rem;
    line-height: 35px;
    text-align: center;
    font-style: italic;
    
    
        
    
}


@media(max-width:700px) {
.zitat {
	line-height: 30px;
    font-size: 1.4rem;
	
	
    }
}


.zitat-bg {
	background: #f7f7f7;
    padding: 30px;
    border-radius: 7px;
 
}


/********************** BUTTONS ***********************/
.button-negative {
  background-color: #97C346;
  padding: 13px 30px 13px 30px;
  border-radius: 5px;
    font-family: 'Mulish-Bold', sans-serif;
     color: #fff !important;
    font-size: 15px !important;
    transition: background-color 1s;
    text-decoration: none !important;
    
}



.button-negative:hover {
  background-color: #fff;
  
}

.button-negative:focus,
.button-negative:active {
  background-color: #2a4c69;
  transition: none;
}


.button-positiv {
  background-color: #97C346;
  padding: 13px 30px 13px 30px;
  border-radius: 5px;
    font-family: 'Mulish-Bold', sans-serif;
     color: #fff !important;
    font-size: 15px !important;
    transition: background-color 1s;
    text-decoration: none !important;
    
}



.button-positiv:hover {
  background-color: #138679;
    color: #fff !important;
  
}

.button-positiv:focus,
.button-positiv:active {
  background-color: #138679;
  transition: none;
}


