/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {

.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 0 !important;
	left: 0;
	margin-left: 0;
}

.primary-container-background .primary-container {width: 100%;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {


}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}
#header {
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-pre {
  height: 90px;
}
.home-post {
  height: 20px;
}
.unterseiten-pre {
  height: 40px;
	margin-bottom: -60px;
}
.unterseiten-post {
  height: 20px;
}
}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {
#header {
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-pre {
  height: 80px;
}
.home-post {
  height: 20px;
}
.unterseiten-pre {
  height: 40px;
	margin-bottom: -55px;
}
.unterseiten-post {
  height: 20px;
}
	
}
@media only screen and (max-width: 380px) {
h2 {
	font-size: 24px;
	letter-spacing: 6px;

}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
#header {
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-pre {
  height: 80px;
}
.home-post {
  height: 20px;
}
.unterseiten-pre {
  height: 40px;
	margin-bottom: -55px;
}
.unterseiten-post {
  height: 20px;
}	
}


