/* FontAwesome */
@font-face {
    font-family: 'Font Awesome 5 Brands Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.eot'); /* IE9 Compat Modes */
    src: local(''), url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/fa-brands-400.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/fa-brands-400.woff') format('woff'), /* Modern Browsers */ url('../webfonts/fa-brands-400.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/fa-brands-400.svg') format('svg'); /* Legacy iOS */
}
/* merriweather-regular - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/merriweather-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/merriweather-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/merriweather-v28-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/merriweather-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/merriweather-v28-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-italic - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/merriweather-v28-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/merriweather-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/merriweather-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/merriweather-v28-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/merriweather-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/merriweather-v28-latin-italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v26-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/raleway-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v26-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v26-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v26-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/raleway-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v26-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v26-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
body {
    font-family: 'Raleway', sans-serif;
    background-color: #000;
    color: #e2af50;
    line-height: 1.5;
    font-size: 18px;
    max-width: 1600px;
    margin: 0 auto;
}
.h-100 {
    min-height: 100% !important;
    height: auto !important;
}
a {
    color: #e2af50;
}
a:hover, a:focus, a:active {
    color: #f7f4b9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}
#backtotop {
    background: url(../images/backtotop.png) no-repeat center center;
    background-size: contain;
    border: 0;
    bottom: 10px;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 40px;
    z-index: 300;
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}
/* Button */
.btn-zurueck {
 background: rgb(187,134,60);
background: -moz-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb863c",endColorstr="#aa753f",GradientType=1); 
    border-radius: 0;
    font-weight: bold;
    margin: 20px 0;
    padding: 7px 25px;
}
.btn-zurueck:focus, .btn-zurueck:hover {
    opacity: 0.8;
}
/* View Footer */
.view-footer {
    margin-top: 50px;
}
/* Tabelle */
.table {
    color: inherit;
}
.table th, .table td {
    border-top: 1px solid;
}
.table thead th {
    border-bottom: 1px solid;
}
/* Slider */
#block-views-block-slider-block-1 {
    margin: 15px -15px 30px;
}
.carousel-caption {
    display: none;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 15px;
    left: auto;
    z-index: 10;
    padding: 10px 10%10px 25px;
    color: #000;
    text-align: left;
    font-size: 1rem;
 background: rgb(187,134,60);
background: -moz-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb863c",endColorstr="#aa753f",GradientType=1); 
}
.carousel-caption h6 {
    margin-bottom: 0;
    font-size: 1rem;
}
.carousel-item img {
    min-height: 200px;
    object-fit: cover;
}
/* Artikel */
.content {
    padding: 20px 0;
}
.background-img {
    background: url("../images/bg-gold.png");
    background-size: auto 70%;
    ;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
}
.field--name-field-leistungen-bild, .artikel .field--name-field-artikel-bild {
    text-align: center;
    margin: 15px 0;
}
/* Galerie */
.view-galerie .views-row {
 background: rgb(187,134,60);
background: -moz-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb863c",endColorstr="#aa753f",GradientType=1); 
    margin-bottom: 15px;
    padding: 10px;
}
.galerie-item {
    height: 100%;
    display: block;
}
.galerie-item:hover {
    text-decoration: none;
    opacity: 0.8;
}
.galerie-item-titel {
    color: #000;
    hyphens: auto;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 10px;
}
.field--name-field-galerie-bilder {
    columns: 2;
    gap: 10px;
}
.field--name-field-galerie-bilder .field__item {
    margin-bottom: 10px;
}
/* Ausbildungen + Leistungen */
.view-leistungen .view-content, .view-ausbildung .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.view-leistungen h3, .view-ausbildung h3 {
    flex-basis: 100%;
    margin-top: 30px;
}
.view-leistungen .views-row, .view-ausbildung .views-row {
    width: 100%;
 background: rgb(187,134,60);
background: -moz-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb863c",endColorstr="#aa753f",GradientType=1); 
    color: #000;
    padding: 15px;
}
.view-ausbildung .views-field-field-ausbildung-zielgruppe {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.view-leistungen .views-field-view-node, .view-ausbildung .views-field-view-node {
    display: none;
}
.view-leistungen a, .view-ausbildung a, .view-leistungen a:active, .view-ausbildung a:active, .view-leistungen a:focus, .view-ausbildung a:focus, .view-leistungen a:hover, .view-ausbildung a:hover {
    color: #000 !important;
    text-decoration: none;
}
.field--name-field-ausbildung-preis-ind, .field--name-field-ausbildung-preis-gruppe, .view-leistungen .views-field-field-leistungen-preis, .view-leistungen .views-field-field-leistungen-preis-sitzung, .view-ausbildung .views-field.views-field-field-ausbildung-preis-ind, .view-ausbildung .views-field.views-field-field-ausbildung-preis-gruppe {
    text-align: right;
}
.field--name-field-ausbildung-preis-ind, .field--name-field-ausbildung-preis-gruppe {
    justify-content: flex-end;
}
.field--name-field-leistungen-preis .field__item, .view-leistungen .views-field-field-leistungen-preis .field-content {
    display: inline-block;
}
.field--name-field-leistungen-preis:after {
    content: '€';
    display: inline-block;
}
.field--name-field-ausbildung-zielgruppe {
    display: inline-block;
}
.field--name-field-ausbildung-zielgruppe:before {
    content: 'für ';
    margin-left: 10px;
}
.node--type-ausbildung h1 {
    display: inline-block;
}
.field--name-field-ausbildung-technik {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.field--name-field-ausbildung-technik > .field__item {
 background: rgb(187,134,60);
background: -moz-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
background: linear-gradient(90deg, rgba(187,134,60,1) 0%, rgba(200,152,47,1) 1%, rgba(205,165,92,1) 6%, rgba(209,178,128,1) 9%, rgba(249,242,213,1) 15%, rgba(245,228,197,1) 21%, rgba(255,255,237,1) 31%, rgba(255,239,208,1) 40%, rgba(250,240,220,1) 49%, rgba(255,229,179,1) 58%, rgba(255,255,237,1) 73%, rgba(245,220,173,1) 79%, rgba(249,242,213,1) 84%, rgba(221,189,139,1) 90%, rgba(214,184,129,1) 93%, rgba(182,125,49,1) 99%, rgba(170,117,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb863c",endColorstr="#aa753f",GradientType=1); 
    color: #000;
    padding: 10px;
}
.field--name-field-ausbildung-technik .field--name-field-techniken-bild {
    margin-bottom: 10px;
}
/* Footer */
footer {
    position: relative;
    margin-top: 100px;
}
footer .region-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .navbar-nav {
    margin: 0 -5px;
    padding: 0;
}
footer .navbar-nav .nav-link {
    padding: 2px 5px;
}
#block-views-block-partner-block-1 {
    flex-basis: 100%;
    border-bottom: 2px solid;
    padding: 20px;
    margin-bottom: 30px;
    margin: 0 15px 30px;
}
.view-partner .view-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}
.view-partner .views-row {
    width: calc(50% - 7.5px);
    text-align: center;
}
.view-partner .view-content .views-row img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.view-partner .view-content .views-row img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.view-instagram.view-display-id-block_1 {
    border: solid;
    border-width: 3px 0 3px 0;
}
.view-instagram .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.view-instagram .views-row {
    width: calc(33% - 2.3px);
}
.instagram-hinweis {
    transform: rotate(-2deg);
    display: flex;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 15px;
    order: 1;
}
.instagram-hinweis h4 {
    order: 2;
}
.instagram-arrow {
    width: 120px;
    margin-right: 0;
    margin-top: 25px;
    transform: scaleX(-1) rotate(20deg);
}
#block-kontaktfooter, #block-adressefooter, #block-pasiodesign-footer, #block-socialmedia {
    display: flex;
    margin: 0 15px;
    margin-bottom: 15px;
    flex-basis: 100%;
}
#block-adressefooter:before, #block-kontaktfooter:before, #block-pasiodesign-footer:before, #block-socialmedia:before {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: -5px;
}
#block-adressefooter:before {
    background-image: url("../images/location.png");
}
#block-kontaktfooter:before {
    background-image: url("../images/contact.png");
}
#block-pasiodesign-footer:before {
    background-image: url("../images/info.png");
}
#block-socialmedia:before {
    background-image: url("../images/social_media.png");
}
#block-socialmedia .navbar-nav .nav-item:first-child:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands Regular";
    font-weight: 400;
    margin: 5px 3px;
    position: absolute;
}
#block-socialmedia .navbar-nav .nav-item:nth-child(2):before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands Regular";
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
}
#block-socialmedia .navbar-nav .nav-link {
    margin-left: 20px;
}
@media (min-width: 576px) {
    /* Galerie */
    .view-galerie .view-content {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .view-galerie .views-row {
        width: calc(50% - 7.5px);
    }
    .field--name-field-galerie-bilder {
        columns: 3;
    }
    /* Ausbildung */
    .view-leistungen .views-row, .view-ausbildung .views-row {
        width: calc(50% - 7.5px);
        max-width: 400px;
    }
    .field--name-field-ausbildung-preis-ind, .field--name-field-ausbildung-preis-gruppe {
        display: flex;
        justify-content: flex-end;
    }
    .field--name-field-ausbildung-technik {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .field--name-field-ausbildung-technik > .field__item {
        width: 33%;
    }
    /* Footer */
    .view-instagram .views-row {
        width: calc(33% - 1.4px);
    }
    .view-partner .views-row {
        width: 30%;
    }
    footer .region-footer {
        justify-content: space-around;
    }
    footer .region-footer2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 5%;
        gap: 5px;
    }
    #block-kontaktfooter, #block-pasiodesign-footer {
        width: calc(60% - 5px);
        flex-basis: auto;
        margin: 0;
        margin-bottom: 15px;
    }
    #block-adressefooter, #block-socialmedia {
        width: calc(40% - 30px);
        flex-basis: auto;
        margin: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    /* Content */
    .content {
        margin: 0 calc(5% - 15px);
    }
    /* Artikel */
    .artikel .field--name-field-artikel-bild {
        width: 40%;
        float: left;
    }
    .artikel .field--name-field-global-inhalt-o-abschnitt {
        width: 60%;
        float: left;
        padding-right: 25px;
    }
    /* Leistungen */
    .node--type-leistungen {
        display: flex;
        flex-wrap: wrap;
    }
    .node--type-leistungen h1, .node--type-leistungen h2 {
        flex-basis: 100%;
    }
    .node--type-leistungen .node__content {
        width: 60%;
        padding-right: 25px;
    }
    .field--name-field-leistungen-bild {
        width: 40%;
        margin: 0;
    }
    /* Galerie */
    .view-galerie .view-content {
        display: flex;
        gap: 10px;
    }
    .view-galerie .views-row {
       width: calc(33% - 5px);
    }
    .field--name-field-galerie-bilder {
        columns: 4;
    }
    /* Slider */
    .carousel-caption {
        display: block;
    }
    /* Footer */
    #block-views-block-partner-block-1 {
        padding: 20px 0;
        margin: 0 5% 30px;
    }
    .view-instagram .view-content {
        flex-wrap: nowrap;
    }
    .instagram-hinweis {
        top: -5px;
        left: 5%;
    }
    .instagram-hinweis h4 {
        order: 1;
    }
    .instagram-arrow {
        margin-left: 15px;
        margin-top: 15px;
        transform: scaleX(1) rotate(10deg);
        order: 2;
    }
    #block-kontaktfooter, #block-pasiodesign-footer {
        width: calc(60% - 5px);
        flex-basis: auto;
        margin: 0;
    }
    #block-adressefooter, #block-socialmedia {
        width: calc(40% - 30px);
        flex-basis: auto;
        margin: 0;
    }
}
@media (min-width: 992px) {
    /* Artikel */
    .artikel .field--name-field-artikel-bild {
        width: 30%;
    }
    .artikel .field--name-field-global-inhalt-o-abschnitt {
        width: 70%;
    }
    .field--name-field-ausbildung-technik {
        justify-content: flex-start;
    }
    .field--name-field-ausbildung-technik > .field__item {
        width: 25%;
    }
    .view-galerie .views-row {
        width: calc(25% - 7.5px);
    }
    .field--name-field-galerie-bilder {
        columns: 5;
    }
    /* Footer */
    .view-partner .views-row {
        width: auto;
    }
    .view-partner .view-content {
        flex-wrap: nowrap;
        gap: 40px;
    }
    #block-adressefooter, #block-socialmedia {
        width: auto;
        margin-left: 0 !important;
    }
    #block-kontaktfooter, #block-pasiodesign-footer {
        width: auto;
        margin-right: 0 !important;
    }
}
@media (min-width: 1200px) {
    /* Slider */
    .carousel-caption {
        top: 45px;
        font-size: 1.6rem;
    }
    .carousel-caption h6 {
        font-size: 1.6rem;
    }
    .content {
        padding: 50px 0;
    }
    /* Node */
    .field--name-field-ausbildung-technik > .field__item {
        width: 20%;
    }
}
@media (min-width: 1400px) {
    .view-galerie .views-row {
      width: calc(20% - 8px);
    }
}
@media (min-width: 1600px) {
    /* Content */
    .content {
        margin: 0 calc(10% - 15px);
    }
    /* Footer */
    .instagram-hinweis {
        left: 10%;
    }
    footer .region-footer2 {
        margin: 0 10%;
    }
    #block-views-block-partner-block-1 {
        margin: 0 5% 30px;
        padding: 20px 5%;
    }
}