@media all and (max-width: 1900px) {
    #node-startseite #ueber-uns .links::before {
        display: none;
    }
}

@media all and (min-width: 1300px) and (max-width: 1550px) {

    /* Allgemein */
    #main-wrapper {
        margin-top: 180px;
    }

    div.section {
        width: 1100px;
    }

    body.page-user #main-wrapper .main,
    body.page-404 #main-wrapper .main {
        width: 1100px;
        padding: 160px 0;
    }

    .titel.headline {
        font-size: 56px;
        line-height: 58px;
    }

    #overlay {
        width: 1100px;
        margin-left: -550px;
    }

    /* Einfache Seite */
    #node-page {
        padding: 160px 0;
    }

    /* Banner */
    #banner {
        height: 220px;
    }

    #banner::before,
    #banner::after {
        height: 110px;
    }

    #banner .banner-trenner {
        height: 110px;
    }

    /* Footer */
    #footer {
        padding: 100px 0;
    }

    /* Header */
    #header,
    .longer-header {
        height: 180px;
    }

    /* Startseite */
    #node-startseite #ueber-uns {
        padding-top: 274px;
    }

    #node-startseite #erfahrung {
        padding-top: 160px;
    }

    #node-startseite #kunden {
        padding-top: 180px;
    }

    #node-startseite #anfrage {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    /* Produkte Übersicht */
    #node-produkte_uebersicht .titel.headline br {
        display: none;
    }

    #produkte-uebersicht {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .swiper-container {
        width: 1100px;
    }

    /* Produkt */
    #node-produkt #einleitung {
        padding-top: 274px;
    }

    #node-produkt #produktgalerie {
        padding-top: 160px;
    }

    #node-produkt #produktgalerie .produktgalerie-slider .swiper-container {
        width: 1100px;
    }

    #node-produkt #merkmale,
    #node-produkt #vorteile {
        padding-top: 160px;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenfarben .links {
        width: 55%;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenfarben .rechts {
        width: 40%;
    }

    #bemassungen .links img {
        max-width: 500px;
    }

    #bemassungen .rechts .bemassungen-container .spalte-links,
    #bemassungen .rechts .bemassungen-container .spalte-rechts {
        width: 100%;
        clear: both;
    }

    #bemassungen .rechts .bemassungen-container .row {
        height: auto !important;
    }

    #downloads div.section {
        margin-top: 160px;
        padding-top: 160px;
    }

    #downloads .rechts {
        clear: left;
        width: 100%;
        padding-left: 0;
    }

    #downloads .rechts .row {
        width: 480px;
    }

    #downloads .titel.headline {
        margin-bottom: 80px;
    }

    #produktdetails {
        padding-top: 270px;
    }

    #produktdetails .produktdetails-slider .marker-wrapper {
        top: -80px;
    }

    #produktdetails .produktdetails-slider .marker-wrapper .produktdetail-image {
        max-height: 386px;
        max-width: 630px;
    }

    #produktdetails .produktdetails-slider .swiper-slide .titel {
        margin-bottom: 120px;
    }

    /* Unternehmen */
    #unternehmen .unternehmen-einleitungsbild {
        margin-bottom: 160px;
    }

    /* Kontakt */

    #drop {
        padding: 85px 0 30px 0;
    }

    .webform-component-jqueryupload ul li p {
        max-width: 450px;
    }


    /* URLAUBSNACHRICHT */
    #overlay.urlaubsnachricht {
        width: 1200px;
        margin-left: -600px;
        /* width: 491px;
        margin-left: -245.5px; */

    }

    #overlay.urlaubsnachricht>.content-wrapper>.content {
        height: 491px;
    }

    #overlay.urlaubsnachricht .bild {
        width: 450px;
    }

    #overlay.urlaubsnachricht .text {
        width: 750px;
    }

}

@media all and (min-width: 1050px) and (max-width: 1299px) {

    /* Allgemein */
    #main-wrapper {
        margin-top: 180px;
    }

    div.section {
        width: 850px;
    }

    body.page-user #main-wrapper .main,
    body.page-404 #main-wrapper .main {
        width: 850px;
        padding: 100px 0;
    }

    .titel.headline {
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 35px;
    }

    .js .slidein {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    #overlay {
        width: 850px;
        margin-left: -425px;
    }

    #overlay>.content-wrapper>.content {
        margin: 70px;
    }

    #overlay>a.close {
        top: 22px;
        right: 22px;
    }

    /* Banner */
    #banner {
        height: 220px;
    }

    #banner::before,
    #banner::after {
        height: 110px;
    }

    #banner .banner-trenner {
        height: 110px;
    }

    #banner a .banner-text i {
        font-size: 40px;
        top: -10px;
    }

    /* Footer */
    #footer {
        padding: 100px 0;
    }

    /* Header */
    #header,
    .longer-header {
        height: 180px;
    }

    #header .region-header ul.menu li {
        margin-left: 35px;
    }

    #header .region-header ul.menu li a {
        font-size: 14px;
    }

    #header #logo {
        width: 150px;
    }

    #header a.jetzt-anfragen-header {
        margin-left: 35px;
    }

    /* Einfache Seite */
    #node-page {
        padding: 100px 0;
    }

    .spalte {
        width: 100%;
    }

    .spalte.spalte-1 {
        margin-bottom: 30px;
    }

    /* Black Box */
    .black-box {
        bottom: 0;
        width: 190px;
        height: 110px;
        font-size: 16px;
        line-height: 20px;
    }

    #node-startseite #produkte-slider .produkte-slider-nav {
        padding-right: 0;
    }

    /* Startseite */
    #node-startseite #produkte-slider .titel-container {
        bottom: 32px;
        left: 32px;
    }

    #node-startseite #produkte-slider .titel-container .slogan {
        font-size: 22px;
        line-height: 22px;
    }

    #node-startseite #ueber-uns {
        padding-top: 264px;
    }

    #node-startseite #ueber-uns .links {
        width: 100%;
        margin-bottom: 50px;
    }

    #node-startseite #ueber-uns .rechts {
        width: 100%;
        padding-left: 0;
    }

    #node-startseite #ueber-uns .links .icon-box {
        right: auto;
        left: 0;
    }

    #node-startseite #ueber-uns .rechts .body {
        margin-bottom: 40px;
    }

    #node-startseite #erfahrung {
        padding-top: 150px;
    }

    #node-startseite #erfahrung .titel.headline {
        margin-bottom: 35px;
    }

    #node-startseite #erfahrung .body {
        width: 100%;
        margin-bottom: 65px;
    }

    #node-startseite #erfahrung .erfahrung-slider .slider-nav {
        display: none;
    }

    #node-startseite #kunden {
        padding-top: 150px;
    }

    #node-startseite #kunden div.section {
        padding: 100px;
    }

    #node-startseite #kunden .links {
        width: 100%;
        margin-bottom: 65px;
        padding-right: 0;
    }

    #node-startseite #kunden .kunden-slider {
        width: 100%;
        padding-left: 0;
    }

    #node-startseite #anfrage {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #node-startseite #anfrage .rechts .body {
        margin-bottom: 40px;
    }

    /* Kontakt */
    #kontakt .kontakt-einleitung .kontakt-einleitung-kontaktdaten .kontakt-einleitung-kontaktdaten-inner {
        padding: 0 48px;
    }

    #kontakt .kontakt-einleitung .oeffnungszeiten .item-oeffnungszeiten-tag {
        min-width: 75px;
    }

    #kontakt .kontakt-einleitung .black-box {
        bottom: -55px;
    }

    #kontakt #formular {
        padding-bottom: 125px;
        padding-top: 125px;
        margin-top: 56px;
    }


    #drop {
        padding: 118px 0 45px 0;
    }

    #drop .icon-upload {
        font-size: 50px;
        margin-left: -25px;
        top: 45px;
    }

    .webform-component-jqueryupload ul li p {
        max-width: 335px;
    }

    #kontakt #formular form.webform-client-form .webform-component--persoenliche-daten .form-item {
        width: 46%;
    }

    #kontakt #formular form.webform-client-form .form-item.webform-component--persoenliche-daten--unternehmen,
    #kontakt #formular .webform-component--persoenliche-daten>.fieldset-wrapper .webform-component--persoenliche-daten--zusaetzliche-anmerkungen {
        width: 96% !important;
    }


    /* Produkte Übersicht */
    #node-produkte_uebersicht .titel.headline br {
        display: none;
    }

    #produkte-uebersicht {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    #produkte-uebersicht .body {
        margin-bottom: 65px;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .swiper-container {
        width: 850px;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .swiper-slide .produkt-image-container .icon-box {
        display: none;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .swiper-slide {
        width: 559px;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .swiper-slide .titel {
        font-size: 35px;
        line-height: 43px;
    }

    #produkte-uebersicht .produkte-uebersicht-slider .nav {
        top: 97px;
    }

    /* Unternehmen */
    #unternehmen .unternehmen-einleitungsbild,
    #unternehmen .unternehmen-galerie,
    #unternehmen .unternehmen-content {
        margin-bottom: 125px;
    }

    /* Produkt */
    #node-produkt #varianten-slider .titel {
        bottom: 28px;
        left: 32px;
    }

    #node-produkt #einleitung {
        padding-top: 264px;
    }

    #node-produkt #produktgalerie {
        padding-top: 150px;
    }

    #node-produkt #produktgalerie .produktgalerie-slider .swiper-container {
        width: 850px;
    }

    #node-produkt #produktgalerie .produktgalerie-slider .swiper-slide {
        width: 559px;
    }

    #node-produkt #produktgalerie .produktgalerie-slider .nav {
        top: 97px;
    }

    #node-produkt #produktgalerie .body {
        margin-bottom: 47px;
    }

    #node-produkt #varianten-slider .varianten-slider-nav {
        padding-right: 0;
    }

    #node-produkt #merkmale,
    #node-produkt #vorteile {
        padding-top: 150px;
    }

    #node-produkt #einleitung .links {
        width: 100%;
        margin-bottom: 50px;
    }

    #node-produkt #einleitung .rechts {
        width: 100%;
        padding-left: 0;
    }

    #node-produkt #einleitung .links .icon-box {
        right: auto;
        left: 0;
    }

    #node-produkt #merkmale .links {
        width: 100%;
    }

    #node-produkt #merkmale .links .titel.headline {
        margin-bottom: 50px;
    }

    #node-produkt #merkmale .rechts {
        width: 100%;
        padding-left: 0;
    }

    #node-produkt #merkmale .rechts .row .titel {
        width: 200px;
        max-width: 200px;
    }

    #node-produkt #vorteile .titel.headline {
        margin-bottom: 50px;
    }

    #node-produkt #vorteile .produktvorteile .row {
        width: 33.3333333%;
    }

    #node-produkt #vorteile .produktvorteile .row:nth-child(4n) {
        border-right: 1px solid #ccc;
    }

    #node-produkt #vorteile .produktvorteile .row:nth-child(3n) {
        border-right: none;
    }

    #produktdetails {
        padding-top: 150px;
    }

    #produktdetails .produktdetails-slider .marker-wrapper {
        top: -25px;
    }

    #produktdetails .produktdetails-slider .marker-position .tooltip {
        padding: 6px 8px;
    }

    #produktdetails .produktdetails-slider .marker-position .tooltip .tooltip-number {
        margin-right: 3px;
    }

    #produktdetails .produktdetails-slider .marker-wrapper .produktdetail-image {
        max-height: 260px;
        max-width: 425px;
    }

    #produktdetails .produktdetails-slider .swiper-slide .titel {
        margin-bottom: 100px;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenaufbau .rechts {
        width: 60%;
        padding-left: 50px;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenaufbau .links {
        width: 40%;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .platteneigenschaften .platteneigenschaften-container .row .row-inner {
        padding: 0;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenfarben .links {
        width: 100%;
        margin-bottom: 50px;
    }

    #produktdetails .produktdetails-slider .swiper-slide.detail-slide .plattenfarben .rechts {
        width: 50%;
        float: left;
        clear: both;
    }

    #bemassungen {
        padding-top: 197px;
    }

    #bemassungen .titel.headline {
        margin-bottom: 60px;
    }

    #bemassungen .links img {
        max-width: 425px;
    }

    #bemassungen .rechts {
        padding-left: 100px;
    }

    #bemassungen .rechts .titel {
        margin-bottom: 20px;
    }

    #bemassungen .rechts .bemassungen-container .row {
        height: auto !important;
    }

    #bemassungen .rechts .bemassungen-container .spalte-links,
    #bemassungen .rechts .bemassungen-container .spalte-rechts {
        width: 100%;
        clear: both;
    }

    #bemassungen .rechts .bemassung-info {
        font-size: 13px;
        line-height: 21px;
    }

    #downloads {
        margin-bottom: 150px;
    }

    #downloads div.section {
        margin-top: 150px;
        padding-top: 150px;
    }

    #downloads .rechts {
        clear: left;
        width: 100%;
        padding-left: 0;
    }

    #downloads .rechts .row {
        width: 390px;
    }

    #downloads .titel.headline {
        margin-bottom: 80px;
    }


    /* URLAUBSNACHRICHT */
    #overlay.urlaubsnachricht {
        width: 940px;
        margin-left: -470px;
        /*width: 385px;
        margin-left: -192.5px; */
    }

    #overlay.urlaubsnachricht>.content-wrapper>.content {
        height: 385px;
    }

    #overlay.urlaubsnachricht .bild {
        width: 352px;
    }

    #overlay.urlaubsnachricht .text {
        width: 588px;
    }

}