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

    body {
        background-image: url('../img/body-bg-480.jpg');
    }

    .head h2 {
        font-size: 18px;
    }

    .head h2 span {
        display: block;
    }

}

/* XS */
@media screen and (max-width: 767px) {
    header .magenta,
    header .magenta:before {
        height: 250px;
    }

    header .logo img {
        height: 50px;
        width: auto;
    }

    header nav ul {
        position: absolute;
        z-index: 100;
        top: 50px;
        left: 0;
        margin: 0;
        width: 200%;
        background: #646463;
        background: rgba(100, 100, 99, .9);
    }

    header nav ul li {
        text-align: center;
        width: 100%;
        line-height: 50px;
        border-top: 1px solid #9c9c9a;
    }

    header nav ul li a,
    header nav ul li:hover a {
        text-decoration: none;
    }

    header nav ul li:hover {
        background: #ba0549;
    }

    #vorschauBereiche .wrapper b {
        font-size: 20px;
        margin-top: 60px;
    }

    header .cap {
        top: 120px;
        width: 400px;
        margin-left: -200px;
    }

    header .cap h2 {
        font-size: 12px;
    }

    .head .line {
        opacity: 0;
    }

    ul.icons li img {
        width: 88%;
    }

}

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

    body {
        background-image: url('../img/body-bg-992.jpg');
    }

    header .container {
        width: 100%;
    }

    header .magenta:after {
        display: none;
    }

}

/* SM */
@media (min-width: 768px) {

    header nav ul {
        display: block;
        padding-top: 25px;
        width: 90px;
        border-right: 1px solid #FFF;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
        line-height: 22px;
    }

    header .cap {
        top: 120px;
        width: 720px;
        margin-left: -360px;
    }

    header .cap h2 {
        font-size: 18px;
    }

    footer,
    footer.bottom {
        margin: 0;
    }

    footer {
        margin: 20px 0 0 0;
    }

    .head .line {
        opacity: 1;
        margin-top: 40px;
    }

    .punkte {
        width: 100%;
        left: 0;
    }

    .punkte:after {
        margin: 0 5px;
    }

    ul.icons {
        margin-bottom: 24px;
    }

    ul.icons i {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    ul.icons li img {
        width: auto;
    }

    .seite h1 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .seite h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .seite h2:after {
        max-width: 80%;
    }

    .box + .box {
        margin-top: 0;
    }

    .owl-stage-outer {
        height: 270px;
    }

    .owl-carousel {
        height: 330px;
    }

    .zweiSpalten {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
        -moz-column-gap: 30px; /* Firefox */
        column-count: 2;
        column-gap: 30px;
        line-height: 1.4em;
    }

}

/* MD */
@media (min-width: 992px) {

    header {
        height: 165px;
        padding-top: 40px;
    }

    header.start {
        height: 474px;
    }

    header .logo {
        margin-top: -4px;
        padding-right: 0;
    }

    header .logo img {
        padding-bottom: 4px;
    }

    header nav ul {
        padding-top: 25px;
        width: 90px;
        border-right: 1px solid #FFF;
        margin: 0;
    }

    header .cap {
        width: 750px;
        top: 130px;
        margin-left: -375px;
    }

    header .cap h2 {
        font-size: 20px;
    }

    footer.main {
        height: 200px;
        padding-top: 50px;
        margin-top: 60px;
    }

    footer.bottom {
        height: 30px;
    }

    .seite {
        margin-top: 70px;
    }

    .seite h1 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .tpl-start .seite h1 {
        margin-bottom: 40px;
    }

    .seite h1.punkte {
        margin-right: -10px;
    }

    .seite h2 {
        font-weight: 400;
        font-size: 18px;
    }

    .owl-stage-outer {
        height: 270px;
    }

    ul.icons {
        padding-left: 0;
        margin-bottom: 16px;
    }

    ul.icons i {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .box + .box {
        margin-top: 0;
    }

}

/* LG */
@media (min-width: 1200px) {
    ul.icons {
        padding-left: 0;
        margin-bottom: 24px;
    }

    ul.icons i {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .owl-stage-outer {
        height: 300px;
    }
}

/*iPad Mini In Portrait*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
    .owl-carousel {
        height: 310px;
    }

    ul.icons i {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    footer {
        position: relative;
        margin-top: 30px;
    }
}

/*iPad Mini In Landscape*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
    .owl-carousel {
        height: 260px;
    }

    .owl-stage-outer {
        height: 230px;
    }
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .owl-carousel {
        height: 260px;
    }

    .owl-stage-outer {
        height: 230px;
    }
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .owl-carousel {
        height: 460px;
    }

    .owl-stage-outer {
        height: 400px;
    }
}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .owl-carousel {
        height: 230px;
    }

    .owl-stage-outer {
        height: 201px;
    }
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .owl-carousel {
        height: 400px;
    }

    .owl-stage-outer {
        height: 363px;
    }
}

/*iPhone 5 Portrait*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {

    .owl-carousel {
        height: 220px;
    }

    .owl-stage-outer {
        height: 190px;
    }
}

/*iPhone 5 Landscape*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {
    .owl-carousel {
        height: 350px;
    }

    .owl-stage-outer {
        height: 319px;
    }

    footer {
        position: relative;
    }
}

/*iPhone 2G-4S In Portrait & Landscape*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .owl-carousel {
        height: 201px;
    }

    .owl-stage-outer {
        height: 170px;
    }

    ul.icons i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

/*iPhone 2G-4S In Landscape*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
    .owl-carousel {
        height: 300px;
    }

    .owl-stage-outer {
        height: 265px;
    }
}

/*Galaxy S5*/
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}

