/* CSS Lisa Salvador --------------------------------------------- */
/* ----------------- --------------------------------------------- */

/* TEMPORÄR ------------------------------------------------------ */
.bordertemp {
    border: 2px dotted red;
}

/* FONTS LOKAL EINBINDEN -------------------------------------------*/
/* PT Sans Narrow web-regular - latin */
/* only Modern Brows */
/* pt-sans-narrow-700 - latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/pt-sans-narrow-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/pt-sans-narrow-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* pt-sans-narrow-regular - latin */
  @font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/pt-sans-narrow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/pt-sans-narrow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  


/* LOKALE RESETS ---------------------------------------------------*/

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

/* Bilder auf Div-Breite 100 Prozent -------- */
img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
}

/* MAUSZEIGER --------------------------------- */
/*body {cursor: url(../../images-pic/cursor-stichfaden.png), auto;}*/
/*body a {cursor: url(../../images-pic/cursor-cross-16.png), auto;}*/
/*nav a , nav input, nav li {cursor: url(../../images-pic/cursor-cross-16.png), auto !important;}*/
    


/* Linkunterstreichung entfernen */
a {
    text-decoration: none;
}

/* Listenpunkte + Unterstreichungen entfernen -------------------- */
ul, li {    list-style-type: none;}


/* Hyperlinks Farben ändern */
a {    text-decoration: none;}

/* Unterstreichung entfernen */
a:link {    color: rgb(115, 118, 119);}
a:visited {    color: rgb(180, 180, 181);}

/*  HAUSFARBEN -------------------------------------------------- */
.farbe-hks92-100przt {
    background-color: rgb(115, 118, 119); /* Hausfarbe GRAU HKS 92 */
}

.farbe-hks92-50przt {
    background-color: rgb(180, 180, 181); /* Hausfarbe 50% GRAU HKS 92 */
}

.farbe-hks17-100przt {
    background-color: rgb(121, 24, 63); /* Hausfarbe ROT HKS 17 */
}

/* TYPOGRAFIE ALLGEMEIN ----------------------------------------- */

/*  Schriftgrößen skalieren ------------------------------------ */
/* https://kulturbanause.de/blog/fliessend-skalierende-texte-und-schriftgroessen-mit-css-calc/ */

body {
    scroll-behavior: smooth;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    background-color: white;
}

h1, h2, h3, h4, p, li, a, summary, .filter .btn {
    font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
}

h1, h2, h3, h4, p, li, a, summary {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    letter-spacing: 0.08em;
	 line-height: 1.35;
}

h1 {
    color: rgb(180, 180, 181);    /* ROT Hausfarbe */
    text-transform: uppercase;	
    margin-bottom: 1em;
}

h2 {
    color: rgb(180, 180, 181);    /* ROT Hausfarbe */
    text-transform: uppercase;
	margin-top: 1.5em;
    margin-bottom: 1em;
}


#impressum h3  {
	margin-top: 1.5em;
}

#impressum h3  {
	margin-top: 1em;
}

p {
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
	 color: rgb(33, 33, 33);
}




/* Typo speziell ------------------- */

h1, h2, h3, h4 {
	/* position: relative; */
   padding-left: 0em;
}


span.merker {
    font-weight: bolder;
}

/* Rubriken, normalerweise mit Links */
p.rubrik {
    /*font-weight: bold;*/
    position: relative;
    margin-bottom: 0.5em;
}

p.rubrik a, p.exlink a {
    position: relative;
}

/* Interne  und externe Links */
p.rubrik a:before, p.exlink a:before {    
    content: ">";
    position: absolute;
    bottom: 0;
    right: -0.7em;
    opacity: 1;
    -webkit-transform: scaleY(1.6);
            transform: scaleY(1.6);
}

.rubrikaktiv {
    font-weight: bold;
	margin-top: -0.3em;
    margin-bottom: 0.5em;
    color: rgb(121, 24, 63); /* Hausfarbe ROT HKS 17 */
}

/* Nicht realiserte Rubriken */
p.deaktiv {
    color: rgb(222, 222, 222) !important;
    /* blass */
}

p.material {
    margin-bottom: 1em;
}

/* Label, Gruss Mühldorf */
p.gruss {
    margin-top: 2em;
     margin-bottom: 3em;
}

p.gruss img {
    min-width: 5em;
    max-width: 7em;
    margin-left: -7%;
}

/* Link zu höherer Ebene */
p.backlink {
    margin-top: 2em;
    text-indent: -0.4em;

    color: rgb(99, 99, 99);
}

p.backlink a {
    position: relative;
    color: rgb(133, 133, 133);
    margin-left: 0.4em;

}

p.backlink a:before {
    content: "<";
    position: absolute;
    top: 0.1em;
    left: -0.3em;
    opacity: 1;
}

/* Bildunterschriften, Kleidernamen Bildtexte */
p.model {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    padding-left: 0em;
    /*border-left: 12px solid rgb(141,24,63);*/
    color: black;
    /* TEMP */
    background-color: white;
}

/* Bilderrahmen-Symbol DEAKTIVIERT */
 p.modelXXXX:after {
    content: " ";
    position: absolute;
    top: 0.2em;
    left: 0em;
    width: 0.4em;
    height: 0.7em;
    background-color: whitesmoke;
    border: 2px solid lightgrey;
} 


span.betont {
    display: inline-block;
    /* border-top: 1px solid grey; */
    letter-spacing: 0.12em;
}
/* Detailinfos ausklappen Akkordion  ---------------------------------------- */
details {
    /*background: #eee; */
    /*border: 1px solid #666; */
   /* border-radius: 3px;*/
    margin-bottom: 0.5rem;
}

summary {
    /*background: #666; */
   /* color: #fff; */
    cursor: pointer; 
   /* padding: 1rem;*/
}

.akkordeon-inhalt {
    padding: 1rem 1rem 1px 0.5rem;
}

details[open] summary {
   color: rgb(180, 180, 181); 
}

/* Triangle gegen +/- austauschen */
summary {
   list-style: none; /* Triangle not shown */
}
/* Style für Webkit-Browser */
summary::-webkit-details-marker {
   display: none; /* Triangle not shown */
}
summary::after {
   padding-left: .45rem;
   content: '[+] '; /* Instead of Triangle closed */
}
details[open] summary::after {
   padding-left: .45rem;   
   content: '[–] '; /* Instead of Triangle open */
}

/* Der verzögerungseffekt */
details[open] summary ~ * {
    -webkit-animation: sweep .7s ease-in-out;
            animation: sweep .7s ease-in-out;
}

@-webkit-keyframes sweep {
  0%    {opacity: 0; margin-left: -20px}
  100%  {opacity: 1; margin-left: 0px}
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -20px}
  100%  {opacity: 1; margin-left: 0px}
}
/* WRAPPER ------------------------------------------------------ */
/* siehe Navigation */



/* LAYOUT   ------------------------------------------------ */
main {
    z-index: -5;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 3em;
    /* background-color: rgb(255,255,255);*/
}

/* Container volle Breite für Bilderspalten */
.fullwidth, .fullwidthblog {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* ABSTAND UNTERHALB der SPALTEN */
main > div {
    margin-bottom: 1em;
}

/* ABSTAND TEXT von FOTO */
main > div > img {
    margin-bottom: 0.5em;
}

/* Fotobreite innerhalb Spalten */
img.rechts70przt {
    width: 75%;
    min-width: 75%;
    margin-left: 25%;
}

img.links60przt {
    width: 60%;
    min-width: 60%;
    margin-left: 0%;
}

img.halbhalb {
    width: 49%;
    min-width: 49%;
    height: auto;
    float: left;
}

img.halbhalbgenau {
    width: 50%;
    min-width: 50%;
    height: auto;
    float: left;
}

img.dritteldrittel {
    width: 32%;
    min-width: 32%;
    height: auto;
    float: left;
}



/* Blograster Blogseite -------------------------------------- */
#blog .fullwidth {
    padding-bottom: 2em;
}

/* horizontale Linie */
#blog hr, .hr-presse {
	position: relative;
	width: 100%;
	border-bottom: 2px solid grey;
    margin-left: 19%;
    margin-top: 3em;
	margin-bottom: 2em;
}

#blog hr:before, .hr-presse:before {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: -1px;
	width: 2px;
	height: 30px;
	background-color: grey;
}

/* Linken Rand für Layout einziehen */
#blog .fullwidth .spalte-37-2 {
	margin-left: 21%;	
}

#blog main div:first-of-type .spalte-37-2 {
		margin-left: 0%;
}



.blograster img {
    border: 1px solid grey;
    float: left;
    margin-bottom: 10px;
}


/* Bildgrößen einstellen */
.blograster .imgdrittel {
    width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    height: auto;
    margin-left: 10px;
}

.blograster .imghalb {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 10px) / 2);
    height: auto;
    margin-left: 10px;
}

/* Ränder entfernen */
.blograster img:first-of-type,
.blograster .keinrandlinks {
    margin-left: 0px;
}


/* Bilder im Blog tiefer setzen */
#blog .spalte-40-0 {
    padding-top: 3.1em;
}

/* EINZELSEITEN: Übersichten (Filter-Seite ---------------------- */
/*  ------------------------ ------------------------------------ */


.uebersicht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*  margin-bottom: 4%; */
}

.uebersicht div {
    position: relative;
    width: 24%;
    border: 8px solid rgb(199, 199, 199);
    /* border-bottom: 0; */
    background-color: rgb(199, 199, 199);
    margin-bottom: 4%;
}

.uebersicht div img {
    width: 50%;
    min-width: 50%;
    float: left;
}

.uebersicht p {
    position: absolute;
    bottom: -2px;
    left: 3px;
    padding: 0px 0 0 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

/* EINZELSEITEN: TITEL ------------------------------------ */

#titel .wrapper {
    height: 100%;
    min-height: 200px;
    /*border: 2px solid yellow;*/
}

#titel main.titelfoto {
    height: 70%;
    min-height: 200px;
}

#titel .titelfoto div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    background-image: url(../images/dummytitel.jpg);
    background-position: center center;
    /*border: 2px dotted red;*/
}

/* Logo Animation im Bild */
#titel .titelfoto div img {
    display: block;
    height: 4%;
    width: auto;
    opacity: 0;
    /*animation: 5s ease-out 0s 1 zoomtologo;*/
}

/* Decker */
#titel .titelfoto div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    background-color: rgb(255, 255, 255);
    /*animation: 5s ease-out 0s 1 fadeimage;*/
}




/* Logo */
@-webkit-keyframes zoomtologo {
    0% {
        -webkit-transform: scale(33) translate(26%, -10%);
                transform: scale(33) translate(26%, -10%);
        opacity: 1;
    }

    40% {
        -webkit-transform: scale(33) translate(26%, -10%);
                transform: scale(33) translate(26%, -10%);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1) translate(0%, 0%);
                transform: scale(0.1) translate(0%, 0%);
        opacity: 1;
    }
}
@keyframes zoomtologo {
    0% {
        -webkit-transform: scale(33) translate(26%, -10%);
                transform: scale(33) translate(26%, -10%);
        opacity: 1;
    }

    40% {
        -webkit-transform: scale(33) translate(26%, -10%);
                transform: scale(33) translate(26%, -10%);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1) translate(0%, 0%);
                transform: scale(0.1) translate(0%, 0%);
        opacity: 1;
    }
}

/* Decker */
@-webkit-keyframes fadeimageXXXX {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeimageXXXX {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* EINZELSEITEN: Collection ------------------------------------ */

.rasterdrittel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 21%;
}

.rasterdrittel div {
    width: 33.3%;
    margin-bottom: 1rem;
    padding-right: 1rem;
}

/* Feld für verschlüsselte Mail-Adresse xxxxxxxxxxxxxxxx */
form.emailform {
    background-color: transparent;
    border: none;
    outline: none;
}

/* chrome input fehler hack            */
form.emailform div {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

input.mailfeld {
    display: block !important;
    /* für chrome */
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    min-width: 100%;
    text-align: left;
    margin: 3px 0 3px 0;
    background-color: transparent;
    border: none;
    outline: none;
    border-width: 0px;
}

p.smalltext {
    font-size: 0.8em;
}

/* EINZELSEITE KONTAKT */
.sociallogo img {
    min-width: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 1em;
    border: 1px solid red;
}

/* EINZELSEITEN PRESSE --------------*/
p.pressename {
    letter-spacing: 0.2em;
}

#blog main img:hover {
    /* position: absolute; */
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
}


/* FILTERSEITE  --------------------------------------------------- */

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    width: 79%;
    margin-left: 21%;
}


.filter .column {
    width: 32.33%;
    margin-left: 1%;
    margin-top: 1em;
    border-bottom: 1px solid grey;
}


#myBtnContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.filter button {
    display: block;
    width: 20%;
    margin-right: 1em;
    font-family: 'PT Sans Narrow', sans-serif;
    /* font-weight: bolder; */
    background-color: white;
    border: 1px solid grey;
}

.filter .active {
    color: white;
    background-color: rgb(141, 24, 63);
    /* Hausfarbe rot */
}

.filter a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.filter img {
    /*splay: block;*/
    width: 50%;
    min-width: 50%;
}

.filter p {
    /* text-align: left;*/
    width: 100%;
    padding-top: 7px;
}

/* The "show" class is added to the filtered elements */

.filter .column {
    display: none;
}

.filter .show {
    display: block;
}




/* Akkordeon -------------------------------------- */
#akkordeon:not(:target) .inhalt,
#akkordeon:not(:target) .hide,
#akkordeon:target .show {
    display: none;
}

#akkordeon:target .inhalt {
    display: block;
}



.show, .show p,
.hide {
    /* padding:10px; */
    /* background: rgb(254, 164, 0); */
    /*box-shadow:none!important;*/
    color: rgb(33,33,33);
    /* font-weight:bold; */
}

.show:hover,
.hide:hover {
    /* background: rgb(255, 214, 118); */
    color: rgb(133,133,133) !important;
    -webkit-transition: 0.2s all ease-in-out !important;
    transition: 0.2s all ease-in-out !important;
}

.show:hover p,
.hide:hover p {
    color: rgb(166,166,166) !important;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

/* FOOTER --------------------------------------- */
footer {
    z-index: 5;
    height: 70px;
    background-color: rgb(255, 255, 255);
}

/* FOOTER NAVI ---------------------------- */
footer {
    text-align: center;
}

footer ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 35px;
}

footer li {
    position: relative;
    float: left;
    padding: 10px 0 15px 0;

}

footer li a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    border-left: 2px solid grey;
    padding-left: 5px;
    padding-right: 7px;
    color: black;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: 2s -webkit-transform ease-out;
    transition: 2s -webkit-transform ease-out;
    transition: 2s transform ease-out;
    transition: 2s transform ease-out, 2s -webkit-transform ease-out;
}

footer p {
    font-size: 1rem;
    margin-bottom: 3em;
    padding: 1em 1em;
    border-top: 1px solid black;
}
footer li:first-of-type a {
    border-left: 0px solid black;
}

footer span {
    display: inline-block;
}

/* Animation Links im Footer */

footer li:hover a span {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
	color: rgb(180, 180, 180);
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
footer li:hover a span {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
	color: rgb(33,33,33);
}



/* HILFSKLASSEN ------------------------------------- */
.abstandoben {
    margin-top: 2em;
}

.abstandobenklein {
    margin-top: 1rem;
}

.abstandausgleich {
    margin-top: 4.9em;
}

.abstandausgleich9 {
    margin-top: 9.9rem;
}


/* Clearfix Hack */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* IE < 8 */


/* ANIMATIONEN -------------------------------------- */
/* ----------- -------------------------------------- */

/* Bilder zoomen 

 main img:hover {
	transform: scale(1.05);
}

main .card img:hover {
	transform: scale(1);
}
*/


/* Opacity und Scroll-Animationen Inhalt  , jsanimate img   */

.jsanimate > div {
    opacity: 0.2;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

/* Teil 2 Bewegung */
.jsanimate > div:nth-of-type(odd) {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}

.jsanimate > div:nth-of-type(even) {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
}

/* Endzustand Klasse .visible zugewiesen   .jsanimate .visible img */
.jsanimate.visible > div {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

/* Flip Card Bilder umdrehen ------------------------------------------- */
.card {
    /* position: relative; 	*/
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    min-height: 500px;
    min-height: 48vw;
    overflow: visible;
    -webkit-perspective: 1100px;
            perspective: 1100px;
}

.cardcontent {
    position: relative;
    width: 100%;
    height: auto;  
    overflow: visible;
    min-height: 200px;
    min-height: 65vw;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.card:hover .cardcontent {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.front, .back {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: left;
    overflow: visible;
    /* ??? */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/* Bildunterschrift beim Wenden nicht spiegelverkehrt sichtbar */
.front p.model {    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front:after,
.back:after {
    content: url(../../images-pic/picto-rotate-klein.png);
    position: absolute;
    top: -15px;
    left: -15px;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    /* opacity: 0.3; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

/* Doppelbilder im Flip */

.doppel .front,
.doppel .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.doppel .front img,
.doppel .back img {
    width: 50%;
    min-width: 50%;
    height: auto;
}

.einzelbild .front img,
.einzelbild .back img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

#anna .doppel .front img,
#anna .doppel .back img {
    width: 100%;
    min-width: 100%;
    height: auto;

}


/* SPALTEN -------------------------------- */
/* LARGE 1200up*/
.spalte-17-4 {    width: 17%;    margin-right: 4%}

/* Menuspalte */
.spalte-17x {    width: 17.5%;    margin-right: 2%}

/* 120-tuchloden.php */
.spalte-18x {    width: 18.2%;    margin-right: 2%}

/* Classics 79 geteilt durch 4 */
.spalte-18xx {    width: 18.2%;    margin-right: 0%}

/* Classics 79 geteilt durch 4 */
.spalte-18-2 {    width: 18%;    margin-right: 2%}

/* Fedora */
.spalte-23-2 {    width: 23%;    margin-right: 2%}

/* Bild 1/3 */
.spalte-23-0 {    width: 23%;    margin-right: 0%}

/* Bild 1/3 */
.spalte-23-4 {    width: 23%;    margin-right: 4%}

/* Textspalte */
.spalte-23-10 {    width: 23%;    margin-right: 10%}

/* Textspalte */
.spalte-23x {    width: 23.5%;    margin-right: 2%}

/* Übersicht 1/4 */
.spalte-23x:last-of-type {    width: 23.5%;    margin-right: 0%}

/* Übersicht 1/4 */
.spalte-25-0 {    width: 25%;    margin-right: 0%}

/* Bild 1/3 */
.spalte-25-2 {    width: 25%;    margin-right: 2%}

/* Bild 1/3 */
.spalte-31-2 {
    width: 31%;
    margin-right: 2%
}

.spalte-31-9 {
    width: 31%;
    margin-right: 9%
}

.spalte-32-2 {
    width: 32%;
    margin-right: 2%;
}

.spalte-32-0 {
    width: 32%;
    margin-right: 0%;
}

.spalte-32-2:first-of-type {
    margin-left: 0%
}

.spalte-33-0 {
    width: 33%;
    margin-right: 0%;
}

/* Fedora */
.spalte-33-2 {
    width: 33%;
    margin-right: 2%;
}

/* Tiffany */
.spalte-37-2 {
    width: 37%;
    margin-right: 2%
}

.spalte-40-0 {
    width: 39.5%;
    margin-right: 0%
}

/* ÄNDERN */
.spalte-48-0 {
    width: 48%;
    margin-right: 0%
}

.spalte-58-0 {width: 57.8%;margin-right: 0%}

.spalte-58-2 {
    width: 58%;
    margin-right: 2%
}

.spalte-66-0 {
    width: 66%;
    margin-right: 0%
}

.spalte-79-0 {
    width: 79%;
    margin-right: 0%
}

.spalte-100 {
    width: 100%
}



/* MID RANGE  501 bis 1200px */
@media (min-width: 576px) and (max-width: 800px) {
    .spalte-17-4 {        width: 66%;        margin-right: 4%    }    /* Menuspalte */
    .spalte-17x {        width: 48%;        margin-right: 2%    }    /* 120-tuchloden.php */
    .spalte-18x {        width: 48%;        margin-right: 2%    }    /* Classics 79 geteilt durch 4 */
    .spalte-18xx {        width: 48%;        margin-right: 0%    }    /* Classics 79 geteilt durch 4 */
    .spalte-18-2 {        width: 48%;        margin-right: 2%    }    /* Fedora */
    .spalte-23-2 {        width: 48%;        margin-right: 2%    }    /* Bild 1/3 */
    .spalte-23-0 {        width: 48%;        margin-right: 0%    }    /* Bild 1/3 */
    .spalte-23-4 {        width: 40%;        margin-right: 4%    }    /* Textspalte */
    .spalte-23-10 {        width: 40%;        margin-right: 4%    }    /* Textspalte */
    .spalte-23x {        width: 48%;        margin-right: 2%    }

    /* Übersicht 1/4 */
    .spalte-23x:last-of-type {        width: 48%;        margin-right: 0%
    }

    /* Übersicht 1/4 */
    .spalte-25-0 {
        width: 48%;
        margin-right: 0%
    }

    /* Bild 1/3 */
    .spalte-25-2 {
        width: 48%;
        margin-right: 2%
    }

    /* Bild 1/3 */
    .spalte-31-2 {
        width: 48%;
        margin-right: 2%
    }

    .spalte-31-9 {
        width: 48%;
        margin-right: 9%
    }

    .spalte-32-2 {
        width: 48%;
        margin-right: 2%;
    }

    .spalte-32-0 {
        width: 48%;
        margin-right: 0%;
    }

    .spalte-32-2:first-of-type {
        margin-left: 0%
    }

    .spalte-33-0 {
        width: 48%;
        margin-right: 0%;
    }

    /* Fedora */
    .spalte-33-2 {
        width: 48%;
        margin-right: 2%;
    }

    /* Tiffany */
    .spalte-37-2 {
        width: 48%;
        margin-right: 2%
    }

    .spalte-40-0 {
        width: 66%;
        margin-right: 0%
    }

    /* ÄNDERN */
    .spalte-48-0 {
        width: 66%;
        margin-right: 0%
    }
    
.spalte-55-0 {width: 57.8%;margin-right: 0%}    

    .spalte-58-2 {
        width: 66%;
        margin-right: 2%
    }

    .spalte-66-0 {
        width: 66%;
        margin-right: 0%
    }

    .spalte-79-0 {
        width: 79%;
        margin-right: 0%
    }

    .spalte-100 {
        width: 100%
    }
    
/* Weitere Bilder für Mobile Version auf volle Breite */
    .mobil-50-100  {
        width: 100%;
        min-width: 100%;       
    }  
    
.mobil-50-100  img {
        margin-left: 0px !important;  
       
    }    
	
/* Blogseite anpassen */	
/* Linken Rand für Layout einziehen smaller 501px */
#blog .fullwidth .spalte-37-2, #blog .fullwidth .spalte-40-0 {
	width: 100%;
	margin-left: 0%;	
}	
	
#blog hr, .hr-presse {
    margin-left: -3%;
	}
/* Blogbild zoomen bei Hover */
#blog main img:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
}	

#blog main div:first-of-type .spalte-37-2 {
		margin-top: 3em;
}	

    /* Filter WENDEWARE */
    .filter .column {
        width: 49%;
        margin-left: 1%;
    }
    
#collection .rasterdrittel div {
    width: 50%;
} 
 /* Label Abstand von Browserkante */   
p.gruss img {margin-left: -1%;}    

    /* Containerhöhe Clearfix 113-mantel-lyra-elyas.php */
.cardcontent {
    min-height: 115vw;
}
	
/* Flip effekt Perspektive zu groß */
.card {-webkit-perspective: 700px;perspective: 700px;}	

}     /* Ende Mid Range  501 bis 1200px */

/* SMALLEST smaller than 501 --------------------------------------- */
@media (min-width: 1px) and (max-width: 575px) {
    .spalte-17-4 {        width: 88%;        margin-right: 4%    }

    /* Menuspalte */
    .spalte-17x {        width: 88%;        margin-right: 2%    }

    /* 120-tuchloden.php */
    .spalte-18x {        width: 88%;        margin-right: 2%    }

    /* Classics 79 geteilt durch 4 */
    .spalte-18xx {        width: 88%;        margin-right: 0%    }

    /* Classics 79 geteilt durch 4 */
    .spalte-18-2 {        width: 88%;        margin-right: 2%    }

    /* Fedora */
    .spalte-23-2 {        width: 88%;        margin-right: 2%    }

    /* Bild 1/3 */
    .spalte-23-0 {        width: 88%;        margin-right: 0%    }

    /* Bild 1/3 */
    .spalte-23-4 {        width: 88%;        margin-right: 4%    }

    /* Textspalte */
    .spalte-23-10 {        width: 88%;        margin-right: 10%    }

    /* Textspalte */
    .spalte-23x {        width: 88%;        margin-right: 2%    }

    /* Übersicht 1/4 */
    .spalte-23x:last-of-type {        width: 88%;        margin-right: 0%   }

    /* Übersicht 1/4 */
    .spalte-25-0 {
        width: 88%;
        margin-right: 0%
    }

    /* Bild 1/3 */
    .spalte-25-2 {
        width: 88%;
        margin-right: 2%
    }

    /* Bild 1/3 */
    .spalte-31-2 {
        width: 88%;
        margin-right: 2%
    }

    .spalte-31-9 {
        width: 88%;
        margin-right: 9%
    }

    .spalte-32-2 {
        width: 88%;
        margin-right: 2%;
    }

    .spalte-32-0 {
        width: 88%;
        margin-right: 0%;
    }

    .spalte-32-2:first-of-type {
        margin-left: 0%
    }

    .spalte-33-0 {
        width: 8%;
        margin-right: 0%;
    }

    /* Fedora */
    .spalte-33-2 {
        width: 88%;
        margin-right: 2%;
    }

    /* Tiffany */
    .spalte-37-2 {
        width: 88%;
        margin-right: 2%
    }

    .spalte-40-0 {
        width: 88%;
        margin-right: 0%
    }

    /* ÄNDERN */
    .spalte-48-0 {
        width: 88%;
        margin-right: 0%
    }

    .spalte-58-2 {
        width: 88%;
        margin-right: 2%
    }

    .spalte-66-0 {
        width: 88%;
        margin-right: 0%
    }

    .spalte-79-0 {
        width: 88%;
        margin-right: 0%
    }

    .spalte-100 {
        width: 100%
    }
    
/* Weitere Bilder für Mobile Version auf volle Breite */
    .mobil-50-100 img {
        width: 80%;
        min-width: 80%;
        margin-bottom: 2em;
    }
	
/* Blogseite anpassen */	
/* Linken Rand für Layout einziehen smaller 501px */
#blog .fullwidth .spalte-37-2, #blog .fullwidth .spalte-40-0 {
	width: 100%;
	margin-left: 0%;	
}	
	
#blog hr, .hr-presse {
    margin-left: -3%;
	}

/* Bildgrößen einstellen */
.blograster .imgdrittel {
    width: 66%;
    margin-left: 0;
}
    
.blograster .imghalb {
    width: 90%;
    margin-left: 0;
}      
    
/* Blogbild zoomen bei Hover */
#blog main img:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}	

#blog main div:first-of-type .spalte-37-2 {
		margin-top: 3em;
}

/* Filter WENDEWARE */
    .filter .column {
        width: 100%;
        margin-left: 1%;
    }
	
.filter {
    width: 100%; 
    margin-left: 0%;
	}
    
footer li a {
    font-size: 1rem;
    border-left: 1px solid grey;
    padding-left: 3px;
    padding-right: 5px;    
}  
    
#collection .rasterdrittel div {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 1rem;
}    

 /* Label Abstand von Browserkante */   
p.gruss img {margin-left: -1%;}  
    
/* Containerhöhe Clearfix 113-mantel-lyra-elyas.php */
.cardcontent {
    min-height: 100vw;
} 

/* Flip effekt Perspektive zu groß */
.card {-webkit-perspective: 700px;perspective: 700px;}		
}

/* Ende Query ----------- */