@charset "UTF-8";
/* CSS Document Module */

/*############ Top Headline + Image #############*/
/* mobil */

@media (min-width: 300px) {

.top-headline-image {display: block; width: 100%;}
    
.top-headline-text {width: 88%; padding: 5%; float: right}
    
}

@media (min-width: 760px) {
    
.top-headline-image {display: block; width: 100%; position: relative; top: 0; z-index: 9}
 
.top-headline-text {width: 38%; padding: 5%; float: right}
    
}

.top-headline-text h1, .top-headline-text h2 {color: #FFFFFF; line-height: 100%; padding: 5px 0; margin: 0}

.top-headline-text h3, .top-headline-text p {color: #000000; line-height: 100%; padding: 5px 0; margin: 0}

.top-headline-text li {color: #000000; line-height: 100%;}

.top-headline-text li {
    list-style-type: none;
}

.top-headline-text li {     
    position: relative;
    left: -30px;
    background-size: 20px;   
    background-image: url("list-haken.png");   
    background-repeat: no-repeat;   
    padding-left: 30px;
    background-position: left center;
    vertical-align: middle;
}


    
/*############ Header Image #############*/

.header_image{margin: 0;}

.img-top-container {
  position: relative;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.img-top-image {
  display: block;
  width: 100%;
  height: auto;
}

.img-top-overlay {

}

.img-top-text {
  background: rgba(255,255,255,0.8);
  color: white;
  width: 80%;
  font-size: 20px;
  margin: 40px auto 0 auto;
  padding: 10px 5%;
  text-align:center;
  border-radius: 0px;
  /*text-shadow: 3px 3px 4px #000000 ;*/
}

.img-top-text p {
  color: rgba(0,0,0,1.00);
}

.img-top-text h1 {
  color: rgba(59,164,212,1.00);

}

.img-top-text h2 {
  color: rgba(59,164,212,1.00);

}

.img-top-text h3 {
  color: rgba(88,88,90,1.00);
  font-weight: 500;
}

.img-top-text button {
  color: rgba(88,88,90,1.00);
  clear:both;
  margin:20px 0 20px 0;
  padding: 20px 26px;
  background-color: rgba(238,174,80,1.00);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 30px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
	transform: translateZ(0);
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
  -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
	transition-property: color, background-color;
   }
  
.img-top-text button:hover 
 {
  color: #fff;
  background-color: rgba(0,0,0,1);
  border-color: #333;
  outline: 0; }



@media (min-width: 960px) {
    
.img-top-text p {
  color: rgba(0,0,0,1.00);
}
    
.img-top-text h1 {
  color: rgba(59,164,212,1.00);
}
    
.img-top-text h2 {
  color: rgba(59,164,212,1.00);
}

.img-top-text h3 {
  color: rgba(0,0,0,1.00);
  font-weight: 500;
}
    
.img-top-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;  
text-align: center
}
    
.header_image{margin: 0; position: relative; top: -0; z-index: 9}
    
.img-top-text {
  background: rgba(255,255,255,0.8);
  width: 560px;
  position: relative;
  top: 50%;
  margin: auto;
  padding: 20px 40px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align:left;
  border-radius: 0px;
  /*text-shadow: 3px 3px 4px #000000 ;*/
}    
    

    
}

@media (min-width: 1200px) {
    
.img-top-text p {
  color: rgba(0,0,0,1.00);
}
    
.img-top-text h1 {
  color: rgba(59,164,212,1.00);
}
    
.img-top-text h2 {
  color: rgba(59,164,212,1.00);
}

.img-top-text h3 {
  color: rgba(88,88,90,1.00);
  font-weight: 500;
}
    
.img-top-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;  
text-align: center
}
    
.header_image{margin: 0; position: relative; top: 0; z-index: 9}
    
.img-top-text {
  background: rgba(255,255,255,0.8);
  width: 560px;
  position: relative;
  top: 50%;
  margin: auto;
  padding: 20px 40px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align:left;
  border-radius: 0px;
  /*text-shadow: 3px 3px 4px #000000 ;*/
}    
    
.img-top-text button {
  color: rgba(88,88,90,1.00);
  clear:both;
  margin:20px 0 20px 0;
  padding: 20px 26px;
  background-color: rgba(238,174,80,1.00);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 30px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
	transform: translateZ(0);
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
  -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
	transition-property: color, background-color;
   }
  
.img-top-text button:hover 
 {
  color: #fff;
  background-color: rgba(0,0,0,1);
  border-color: #333;
  outline: 0; }
    
}

/*############ Headline top #############*/

.headline-top h1 {color: rgba(255,255,255,1.00); text-align: center; padding: 30px 0}

/*###################### Bild + Text + Ausrichtung ################*/

/* mobil */
@media (min-width: 300px) {
	
/* Bild Ausrichtung */
    
.img_none {display: none}
	
.img_left {display: block; width:100%; margin: 1% 1% 2% 1%;}
	
.img_right {display: block; width:100%; margin: 1% 1% 2% 1%;;}
	
.img_top {display: block; width:100%; clear: both; margin: 0 0 2% 0;}
	
}

/* 1024 */
@media (min-width: 960px) {
	
/* Bild Ausrichtung */
	
.img_left {width:48%; float: left; margin: 1% 2% 2% 0;}
	
.img_right {width:48%; float: right; margin: 1% 0 4% 2%;}
	
.img_top {width:100%; clear: both; margin: 0 0 2% 0;}
	
.img_none {display: none}

}

/*----------------- Back to top -----------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(../../media/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*######################### img-work ######################*/

.img-work-container {
  position: relative;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.img-container {
  position: relative;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
}

.img-work-image {
  display: block;
  width: 100%;
  height: auto;
}

.img-work-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.img-work-container:hover .img-work-overlay, .img-container:hover .img-work-overlay {
  opacity: 0.8; cursor: pointer; 
}

.img-work-text {
  color: white;
  font-size: 20px;
  position: relative;
  top: 50%;
  padding: 0 10% 0 10%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align:center;
  opacity: 1;
}

/* mobil */
@media (min-width: 300px) {

.img-work-container {
  position: relative;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

.img-work-text h2{
font-family: 'Oxygen', sans-serif;
font-size:18px;
font-weight:400;
color:#FFFFFF;
 opacity: 1;
}

.img-work-text p{

font-size:14px;
font-weight:400;
color:#FFFFFF;
 opacity: 1;
}

}


/*########### Artikel Vorschau Text ##############*/

@media (min-width: 960px) {

.teaser-text {height: 270px; width: 90%; padding: 5%;}
    
    .article-1 p {font-size: 18px !important;}
    
    .article-2 p {font-size: 15px !important;}
    
    .article-1 h2 {font-size: 30px !important;}
    
    .article-2 h2 {font-size: 22px !important;}
    
}




