/* aufmacher.css */

.aufmacher .aufmacherText_NoJump {
  position: absolute;
  z-index: 1000;
}

.aufmacherSubline {
  margin-top: 8px;
}


/* styles for portrait */

.pt.aufmacher .textWidth_1_NoJump {
  width: 28.9%;
}

.pt.aufmacher .textWidth_2_NoJump {
  width: 61.7%;
}

.pt.aufmacher .textWidth_3_NoJump {
  width: 92.2%;
}

.pt.aufmacher .aufmacherPosition_1-1 {
  left: 3.9%;
  top: 3.9%;
}

.pt.aufmacher .aufmacherPosition_1-2 {
  left: 35.4%;
  top: 3.9%;
}

.pt.aufmacher .aufmacherPosition_1-3 {
  left: 66.9%;
  top: 3.9%;
}


.pt.aufmacher .aufmacherPosition_2-1 {
  left: 3.9%;
  top: 26.95%;
}

.pt.aufmacher .aufmacherPosition_2-2 {
  left: 35.4%;
  top: 26.95%;
}

.pt.aufmacher .aufmacherPosition_2-3 {
  left: 66.9%;
  top: 26.95%;
}


.pt.aufmacher .aufmacherPosition_3-1 {
  left: 3.9%;
  top: 50%;
}

.pt.aufmacher .aufmacherPosition_3-2 {
  left: 35.4%;
  top: 50%;
}

.pt.aufmacher .aufmacherPosition_3-3 {
  left: 66.9%;
  top: 50%;
}


.pt.aufmacher .aufmacherPosition_4-1 {
  left: 3.9%;
  top: 73.05%;
}

.pt.aufmacher .aufmacherPosition_4-2 {
  left: 35.4%;
  top: 73.05%;
}

.pt.aufmacher .aufmacherPosition_4-3 {
  left: 66.9%;
  top: 73.05%;
}


/* styles for landscape */
.ls.aufmacher .aufmacherTextCenter {
  text-align: center;
}

.ls.aufmacher {
  position: relative;
}


.ls.aufmacher .textWidth_1_NoJump {
  width: 20.125%;
}

.ls.aufmacher .textWidth_2_NoJump {
  width: 44.15%;
}

.ls.aufmacher .textWidth_3_NoJump {
  width: 68.175%;
}

.ls.aufmacher .textWidth_4_NoJump {
  width: 92.2%;
}

.ls.aufmacher .aufmacherPosition_1-1 {
  left: 3.9%;
  top: 3.9%;
}

.ls.aufmacher .aufmacherPosition_1-2 {
  left: 27.925%;
  top: 3.9%;
}

.ls.aufmacher .aufmacherPosition_1-3 {
  left: 51.95%;
  top: 3.9%;
}

.ls.aufmacher .aufmacherPosition_1-4 {
  left: 75.975%;
  top: 3.9%;
}


.ls.aufmacher .aufmacherPosition_2-1 {
  left: 3.9%;
  top: 35.4%;
}

.ls.aufmacher .aufmacherPosition_2-2 {
  left: 27.925%;
  top: 35.4%;
}

.ls.aufmacher .aufmacherPosition_2-3 {
  left: 51.95%;
  top: 35.4%;
}

.ls.aufmacher .aufmacherPosition_2-4 {
  left: 75.975%;
  top: 35.4%;
}


.ls.aufmacher .aufmacherPosition_3-1 {
  left: 3.9%;
  top: 66.9%;
}

.ls.aufmacher .aufmacherPosition_3-2 {
  left: 27.925%;
  top: 66.9%;
}

.ls.aufmacher .aufmacherPosition_3-3 {
  left: 51.95%;
  top: 66.9%;
}

.ls.aufmacher .aufmacherPosition_3-4 {
  left: 75.975%;
  top: 66.9%;
}

/* stil leben quadrat */

.aufmacher div.stilLebenLabelHeader, 
.aufmacher div.stilLebenLabel {
  position: absolute;
  height: 150px;
  width: 150px;
  left: 0%;
  top: 0%;
  z-index: 3000;
}

.aufmacher div.stilLebenLabelHeader div.stilLebenSquare,
.aufmacher div.stilLebenLabel div.stilLebenSquare {
  border: 1px solid #000;
  height: 150px;
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headerSquare {
	height: 190px;
	display: none;
}

.headerSquare div.stilLebenLabelHeader {
  top: 20px;
  left: 20px;
}

/* JUMPS */

/* smaller then 768px */
@media screen and (max-width:767px)
{
  .aufmacher .aufmacherText_Jump {
    margin: 0px 20px 20px 20px;
  }
	
	.aufmacher.portraitJump .aufmacherText_Jump {
	  text-align: center;
	}
	
	.aufmacher.portraitJump .aufmacherText_Jump span[style] {
	    color: inherit !important;
	}
	
  .aufmacher.portraitJump.headerSquare {
      display: block !important;
  }
  
   .aufmacher.portraitJump div.stilLebenLabel {
      display: none;
   }
}

/* bigger then 768px */
@media screen and (min-width:768px)
{
	.aufmacher.portraitJump {
	  position: relative;
	}
	
	.aufmacher.portraitJump .aufmacherText {
	  position: absolute;
	  z-index: 1000;
	}
	
	.pt.aufmacher.portraitJump .textWidth_1 {
	  width: 28.9%;
	}
	
	.pt.aufmacher.portraitJump .textWidth_2 {
	  width: 61.7%;
	}
	
	.pt.aufmacher.portraitJump .textWidth_3 {
	  width: 92.2%;
	}
	
	.ls.aufmacher.portraitJump .textWidth_1 {
	  width: 20.125%;
	}
	
	.ls.aufmacher.portraitJump .textWidth_2 {
	  width: 44.15%;
	}
	
	.ls.aufmacher.portraitJump .textWidth_3 {
	  width: 68.175%;
	}
	
	.ls.aufmacher.portraitJump .textWidth_4 {
	  width: 92.2%;
	}
}


/* smaller then 1024px */
@media screen and (max-width:1023px)
{
	.aufmacher .aufmacherText_Jump {
    margin: 0px 20px 20px 20px;
  }
  
  .aufmacher.landscapeJump .aufmacherText_Jump {
    text-align: center;
  }
  
  .aufmacher.landscapeJump .aufmacherText_Jump span[style] {
      color: inherit !important;
  }
  
  .aufmacher.landscapeJump.headerSquare {
      display: block !important;
  }
  
   .aufmacher.landscapeJump div.stilLebenLabel {
      display: none;
   }
}

/* bigger then 1024px */
@media screen and (min-width:1024px)
{
  .aufmacher.landscapeJump {
    position: relative;
  }
  
  .aufmacher.landscapeJump .aufmacherText {
    position: absolute;
    z-index: 1000;
  }
  
  .pt.aufmacher.landscapeJump .textWidth_1 {
    width: 28.9%;
  }
  
  .pt.aufmacher.landscapeJump .textWidth_2 {
    width: 61.7%;
  }
  
  .pt.aufmacher.landscapeJump .textWidth_3 {
    width: 92.2%;
  }
  
  .ls.aufmacher.landscapeJump .textWidth_1 {
    width: 20.125%;
  }
  
  .ls.aufmacher.landscapeJump .textWidth_2 {
    width: 44.15%;
  }
  
  .ls.aufmacher.landscapeJump .textWidth_3 {
    width: 68.175%;
  }
  
  .ls.aufmacher.landscapeJump .textWidth_4 {
    width: 92.2%;
  }
}

/* bigger then 701px */
@media screen and (orientation:landscape) and (min-width:701px)
{
  .aufmacher.kindleJump {
    position: relative;
  }
  
  .aufmacher.kindleJump .aufmacherText {
    position: absolute;
    z-index: 1000;
  }
  
  .pt.aufmacher.kindleJump .textWidth_1 {
    width: 28.9%;
  }
  
  .pt.aufmacher.kindleJump .textWidth_2 {
    width: 61.7%;
  }
  
  .pt.aufmacher.kindleJump .textWidth_3 {
    width: 92.2%;
  }
  
  .ls.aufmacher.kindleJump .textWidth_1 {
    width: 20.125%;
  }
  
  .ls.aufmacher.kindleJump .textWidth_2 {
    width: 44.15%;
  }
  
  .ls.aufmacher.kindleJump .textWidth_3 {
    width: 68.175%;
  }
  
  .ls.aufmacher.kindleJump .textWidth_4 {
    width: 92.2%;
  }
}

/* smartphones portrait and landscape mode */
@media only screen and (orientation:landscape) and (max-width : 700px) {
	
	.margin .aufmacher {
		margin: 0px -10px;
	}
	
	.aufmacher div.stilLebenLabelHeader {
		position: relative;
		margin: 0 auto;
	}
	
  .aufmacher .aufmacherText_Jump {
    margin: 0px 20px 20px 20px;
  }
  
  .aufmacher.kindleJump .aufmacherText_Jump {
    text-align: center;
  }
  
  .aufmacher.kindleJump .aufmacherText_Jump span[style] {
      color: inherit !important;
  }
  
  .aufmacher.kindleJump.headerSquare {
      display: block !important;
  }
  
   .aufmacher.kindleJump div.stilLebenLabel {
      display: none;
   }
  
}

@media screen and (orientation:portrait) and (min-width:570px)
{
    .aufmacher.kindleJump {
        position: relative;
    }

    .aufmacher.kindleJump .aufmacherText {
        position: absolute;
        z-index: 1000;
    }

    .pt.aufmacher.kindleJump .textWidth_1 {
        width: 28.9%;
    }

    .pt.aufmacher.kindleJump .textWidth_2 {
        width: 61.7%;
    }

    .pt.aufmacher.kindleJump .textWidth_3 {
        width: 92.2%;
    }

    .ls.aufmacher.kindleJump .textWidth_1 {
        width: 20.125%;
    }

    .ls.aufmacher.kindleJump .textWidth_2 {
        width: 44.15%;
    }

    .ls.aufmacher.kindleJump .textWidth_3 {
        width: 68.175%;
    }

    .ls.aufmacher.kindleJump .textWidth_4 {
        width: 92.2%;
    }
}

/* smartphones portrait and landscape mode */
@media only screen and (orientation:portrait) and (max-width : 569px) {

    .margin .aufmacher {
        margin: 0px -10px;
    }

    .aufmacher div.stilLebenLabelHeader {
        position: relative;
        margin: 0 auto;
    }

    .aufmacher .aufmacherText_Jump {
        margin: 0px 20px 20px 20px;
    }

    .aufmacher.kindleJump .aufmacherText_Jump {
        text-align: center;
    }

    .aufmacher.kindleJump .aufmacherText_Jump span[style] {
        color: inherit !important;
    }

    .aufmacher.kindleJump.headerSquare {
        display: block !important;
    }

    .aufmacher.kindleJump div.stilLebenLabel {
        display: none;
    }

}