/* Datei: desktopstile.css */


body {
    font-family: 'Cambay', sans-serif;
    font-size: 16pt;
    letter-spacing: 0px;
    text-decoration: none;
    color: #5F5356;
    background-color: rgb(250,250,250);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    }

body a {
    text-decoration: none;
    color: #818181;
}

img {
    max-height: 80vh;
    max-width: 40vw;
}

header {
    position:fixed;
    top:0px;
    width: 100%;
    max-height: 8vh;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color: rgb(250,250,250);
    z-index: 10;
    }

p#logo_ {
    float: left;
    padding-left: 3vw;
}

p#logo_ img {
    width: 350px;
    height: auto;
}

p#menu {
    float: right;
    padding-right: 3vw
}

.reallink:hover {
  color: #333333;
}

.reallink {
    color: #999999;
}

.showpic {
  height: 0;
  width: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  opacity: 1;
}

.unterschrift {
  height: 5vh;
  width: 300px;
  position: fixed;
}

.showpic .closebtn {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 3em;
  margin-left: 0px;
}

.show img{
  height: auto;
  width: auto;
  top: 0;
  padding: 0;
  margin: 0;
  max-height: 80vh;
  max-width: 70vw;
}

.show {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 85vh;
  width: 70vw;
  top: 10vh;
  left: 15vw;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.show figcaption {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1.5vh;
  width: 70vw;
  display: flex; 
  justify-content: center; 
  align-items: center;
}


article.clientoverview {
  width: 80vw;
  margin: 0vw 10vw;
  float: left;
  font-size: 16pt;
  z-index: 5;
  align-content: center;
}

article.clientoverview figure{
  float: left;
  height:  30vh;
  width:  19vw;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5vw;
  float: left;
  z-index: 5;
}

article.clientoverview img{
  height: auto;
  width: auto;
  top: 0;
  padding: 0;
  margin: 0;
  max-height: 26vh;
  max-width: 19vw;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 15;
  top: 0px;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  opacity: 0.9;
}

.sidenav a {
  padding: 00px 8px 0px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 3em;
  margin-left: 0px;
}

.haupt {
    padding:0px;
    margin:-0px;
    left: 0px;
    list-style-type: none;
}

.unter {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 10px;
    left: 0px;
    list-style-type: none;
}

ul {
    padding:0px;
    margin:0px 0px 0px 10px;
    left: 0px;
    list-style-type: none;
}

aside {
    float: left;
    width: 30vw;
    margin: 12vh 3vw 0 3vw;
    }

aside.ausst {
    margin: 12vh 3vw 0 3vw;
    }

article {
    float: left;
    width: 40vw;
    margin: 12vh 3vw 0 3vw;
    font-size: 16pt;
    z-index: 5;
    align-content: center;
    }

article.ausst {
    width: 62vw; 
    margin: 12vh 0 0 0; 
    padding: 0;
}

figure img {
	width: auto; 
	max-height: 80vh;
    padding: 20% 0% 0% 0%;
    }

figure {
  padding: 0px;
  width: auto;
  margin: 0px;
  border: 0px;
}

figure figcaption {
  margin: 0px;
  color: #666666;
  font-style: italic;
  font-size: 12pt;
}

#text {
height: auto;
z-index: 15;
  top: 0px;
  right: 0;
  background-color: rgb(250,250,250);
  overflow-x: hidden;
  transition: 0.5s;
  }

#textlink {
height: auto;
z-index: 15;
  top: 0px;
  right: 0;
  background-color: rgb(250,250,250);
  overflow-x: hidden;
  transition: 0.5s;
}

#textlink a{
  color: #818181;
}

#textlink a:hover {
  color: #000000;
}

.zentrieren {
    width: 40vw;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.ubersicht {
    float: left;
    width: 20vw;
    height: 26vw;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.ubersicht figure{
    margin: 1vw;
    width: 18vw;
}

.ubersicht img{
    width: 18vw;
}

.einbilder {
    float: left;
    width: 64vw;
    max-width: 60vw;
    margin: 1vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.zweibilder {
    float: left;
    width: 29vw;
    max-width: 29vw;
    margin: 1vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.dreibilder {
    float: left;
    width: 18vw;
    margin: 1vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
    object-fit: cover;
}

.middle {
    margin: 1vw 2vw;
    }

article.artuber {
    width: 60vw;
    margin: 0vw 20vw;
}

article.publ {
    float: left;
    width: 60vw;
    margin: 12vh 0vw 0vw 0vw;
    font-size: 16pt;
    z-index: 5;
    align-content: center;
}

.symbol {
    background-color: beige;
    z-index: 20;
}


@media (max-resolution: 100dpi) and (orientation: portrait) {
p#logo_ img {
        width: 50vw;
        max-width: 50vw;
        }
p#menu img {
        height: 2.0vh;
        }
body {
        font-size: 18pt;
        }
aside {
        float: left;
        width: 92vw;
        margin: 10vh 3vw 0 3vw;
        }
article {
        float: left;
        width: 92vw;
        margin: 0vh 3vw 10vh 3vw;
        font-size: 32pt;
        }
article.ausst {
        float: left;
        width: 92vw;
        margin: 0vh 3vw 10vh 3vw;
        font-size: 32pt;
        }
.zentrieren {
        width: 94vw;
    }
figure figcaption {
        margin: 0px;
        color: #666666;
        font-style: italic;
        font-size: 14pt;
        }
#text {
        height: 0;
        }
#textlink {
        height: auto;
        }
figure img {
        max-height: 100vh;
        width: 94vw;
        max-width: 94vw;
        }
#iconarrow {
        font-size: 24pt;
        }
#overview {
        font-size: 48pt;
        }
.ubersicht {
        width: 47vw;
        height: 55vw;
        }
.ubersicht figure{
        margin: 1vw;
        width: 45vw;
        }
.ubersicht img{
        width: 45vw;
        }
article.artuber {
        width: 94vw;
        margin: 0vw 3vw;
        }
article.ausst {
        width: 92vw;
        }
article.ausst img{
        max-height: 100vh;
        width: 92vw;
        max-width: 94vw;
        }
.einbilder {
    float: left;
    width: 90vw;
    margin: 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.zweibilder {
    float: left;
    width: 90vw;
    margin: 1vh 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.dreibilder {
    float: left;
    width: 90vw;
    margin: 1vh 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
    object-fit: cover;
}
dreibilder.middle {
     margin: 1vw 1vw
    }
}

@media (min-resolution: 150dpi) and (orientation: portrait) {
p#logo_ img {
        width: 80vw;
        max-width: 80vw;
        }
p#menu img {
        height: 2.5vh;
        }
body {
        font-size: 32pt;
        }
aside {
        float: left;
        width: 92vw;
        margin: 10vh 3vw 0 3vw;
        }
article {
        float: left;
        width: 92vw;
        margin: 0vh 3vw 10vh 3vw;
        font-size: 32pt;
        }
article.ausst {
        float: left;
        width: 92vw;
        margin: 0vh 3vw 10vh 3vw;
        font-size: 32pt;
        }
.zentrieren {
        width: 94vw;
    }
figure figcaption {
        margin: 0px;
        color: #666666;
        font-style: italic;
        font-size: 32pt;
        }
#text {
        height: 0px;
        }
#textlink {
        height: auto;
        }
#textklappe {
        font-size: 48pt;
        }
figure img {
        max-height: 100vh;
        width: 94vw;
        max-width: 94vw;
        }
#iconarrow {
        font-size: 48pt;
        }
#overview {
        font-size: 48pt;
        }
.ubersicht {
        width: 47vw;
        height: 55vw;
        }
.ubersicht figure{
        margin: 1vw;
        width: 45vw;
        }
.ubersicht img{
        width: 45vw;
        }
article.artuber {
        width: 94vw;
        margin: 0vw 3vw;
        }
article.ausst {
        width: 92vw;
        }
article.ausst img{
        max-height: 100vh;
        width: 92vw;
        max-width: 94vw;
        }
.einbilder {
    float: left;
    width: 90vw;
    margin: 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.zweibilder {
    float: left;
    width: 90vw;
    margin: 1vh 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.dreibilder {
    float: left;
    width: 90vw;
    margin: 1vh 0vw;
    height: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
    object-fit: cover;
}
dreibilder.middle {
     margin: 1vw 1vw
    }
}
