/* colors 
#---303030 tiefgrau
#---ebe8e7 softGray 
#---5f6168 mittelGray
#---063575 d-blau-01
#---002a77 d-blau-02
_____________________________________________________________________________________________________________
object-fit: cover;object-fit: cover;object-fit: cover;object-fit: cover;object-fit: cover;object-fit: cover;
_____________________________________________________________________________________________________________
*/

@media only screen and (max-width: 860px) {
  /* For mobile phones: */
  body {
    display: flex;
    margin: 0px;
    padding: 0px;
    background-color: #303030;
  }
  #top{
    height: 700px;
    /* background-image: url(./gilanis-content/images/MakOf-anfanglong430-001.png); */
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #logodesign{
    height: 650px;
    background-image: url(./gilanis-content/images/MakOf-G-430-001.png);
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #webdesign{
    height: 600px;
    background-image: url(./gilanis-content/images/MakOf-web-430-001.png);
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #composing{
    height: 560px;
    background-image: url(./gilanis-content/images/MakOf-print-430-001.png);
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #beschriftung{
    height: 700px;
    background-image: url(./gilanis-content/images/MakOf-besch-430-001.png);
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #art{
    height: 500px;
    background-image: url(./gilanis-content/images/MakOf-zm-430-001.png);
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  #kont{
    height: 400px;
    /* background-image: url(./gilanis-content/images/MakOf-zm-1024x640-001.png); */
    background-color: #000000; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
  a {
    color: white !important;
    font-size: 24px;
    text-decoration: none !important;
  }
  a:link, a:visited {
    text-decoration: none !important;
  }
  a:hover, a:active {
    text-decoration: none !important;
  }
  .mainframe{
    width: 100%;
    height: 100%;
    margin: 0px !important;
    /* border: solid 6px rgb(9, 148, 44); */
  }
  .subframe{
    width: 90%;
    height: 256px !important;
    margin-top: 20px;
    border: solid 2px #ffffff; 
  
  }
  .subframecontent{
    width: 100%;
    height: fit-content;
    padding: 8px;
    box-shadow: 4px 4px 4px #303030 inset;
    
  }
  .ueber{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
  }
  .passbild{
    width: 70%;
    height: fit-content;
    margin: 20px 0px 20px 0px;
  }

  .webgallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    /* border: solid 2px red; */
  }
  .webref{
    width: 100%;
    margin: 20px;
    background-color: #000000;
    border: solid 1px #ebe8e7;
    box-shadow: 0px 0px 10px 2px #000000;
    /* border: solid 2px rgb(0, 217, 255); */
  }
  .refimage{
    width: 100%;
  }
  .webreflink{
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 2px;
    color: #ebe8e7;
    font-size: smaller;
    /* border: solid 2px rgb(0, 255, 13); */
  }
  .subsidecontent{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
    box-shadow: 0px 0px 100px 150px #303030;
    /* border: solid 2px rgb(187, 235, 14); */
  }

  .buttonsboxmain{
    width: 100% !important;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    /* border: solid 2px red; */
    z-index: 800;
  }
  .btnlinktosubsidemain{
    display: flexbox;
    text-align: center;
    width: 100% !important;
    height: 24px;
    margin-bottom: 30px;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 4px;  
    padding: 2px;
    color: #ebe8e7;
    /* background-color: #303030; */
    text-shadow: 2px 2px 4px #000000;
    /* border: solid 1px #ebe8e7; */
    /* border-radius: 3px; */
    /* box-shadow: 2px 2px 4px #000000; */
  }
  .buttonsbox{
    width: fit-content;
    position: relative;
    display: flex;
    align-items: left;
    flex-direction: column;
    margin-top: 20px;
    /* border: solid 2px red; */
    z-index: 800;
  }
  .btnlinktosubside{
    display: flex;
    width: fit-content;
    height: 32px;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 4px;  
    padding: 5px 15px 5px 15px;
    color: #ebe8e7;
    /* background-color: #30303077; */
    text-shadow: 2px 2px 2px #000000;
    border: solid 1px #ebe8e7;
    border-radius: 2px;
    margin-bottom: 6px;
    /* box-shadow: 2px 2px 4px #000000; */
  }

  #texteinzug1{
    width: 100%;
    padding: 6px 6px;
    border-radius: 4px;
    
  }
  #texteinzug{
    width: 100%;
    padding: 6px 6px;
    border-radius: 4px;
    /* background-color: #ffffff23; */
  }
  .einklinker{
    display: flex;
    width: 100%;
    margin: 10px 0px 20px 0px;
    padding: 5px;
    /* justify-content: space-around; */
   /*  border: solid 1px #d4011c; */
  }
  .einklinkerbox{
    display: block;
    width: 100%;
    text-align: center;
    align-items: center;
  
    /* border: solid 1px #0f01d4; */
  }
  .einklinkerimage{
    width: 80%;
    border: solid 1px #5f6168;
    box-shadow: 2px 2px 4px #000000;
  }
  .einklinkertext{
    width: 100%;
    margin: 0px 0px 10px 0px !important;
    font-size: 10px;
    color: #ebe8e7;
    text-decoration: underline solid 2px #5f6168;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #000000;
    z-index: 800;
  }
  .ankertopgalerie{
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    padding: 10px 10px;
  }
  .headgalerie {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 80px;
    background-color: #303030;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    padding: 14px 10px;
    box-shadow: 0px 0px 20px 20px #303030;
    opacity: 0.99;
    /* border: solid 1px #d4011c; */
  }
  .clos {
    width: 60px;
    height: auto;
    border-radius: 50%;
    z-index: 999;
    box-shadow: 0 0 6px 2px #484848;
    /* border: solid 1px #d4011c; */
  }
  .home {
    width: 60px;
    height: auto;
    border-radius: 50%;
    z-index: 999;
    box-shadow: 0 0 6px 2px #484848;
    /* border: solid 1px #d4011c; */
  }
  .logogallery {
    display: flexbox;
    width: 100%;
    margin-top: 40px;
    text-align: center;

    /* background-color: aqua; */
    
  }
  .webgallery {
    display: flexbox;
    width: 100%;
    text-align: center;
    /* background-color: aqua; */
    
  }
  .tampnails {
    display: flexbox;
    width: 100px;
    margin: 0px 0px 0px 0px !important;
    border: solid 1px #ebe8e7;
    vertical-align: 0px;
  }
  .anker{
    position: absolute;
    right: 0px;
    bottom: 0;
    display: flexbox;
    width: 100%;
    height: 72px;
    align-items: flex-end; 
    z-index: 800;
    /* background-color: #d4011c; */
    /* border: solid 2px red; */
  }
  .ankertop{
    width: 100%;
    height: 80px;
    /* background-color: #d4011c; */
    /* border: solid 2px red;  */
  }
  .ankerabstand{
    width: 100%;
    height: 20px;
    /* background-color: #ec0fb5; 
    border: solid 2px red; */
  }
  .ankerend{
    width: 100%;
    height: 50px;
    /* background-color: #ec0fb5; 
    border: solid 2px red; */
  }
  .btn-referenzen{
    display: flex;
    float:left;
    margin: 20px 10px 10px 10px;
    width: 50px;
    height: 50px;
/*     position:absolute;
    bottom: 40px; */
    font-size: 14px;
    line-height: 99%;
    text-align: center;
    border-radius: 25px;
    z-index: 850;
  }
  .img-referenzen{
    width: 50px;
    margin-bottom: 6px;
    border-radius: 25px;
    box-shadow: 0px 4px 8px #888888;
    
  }
  .main {
    width: 100% !important;
    background-color: #303030 !important;
    
  }
  .inhalttext {
    width: 100%;
    color: #ffffff;
    font-weight:normal;
  }
  .inhalttext01 {
    width: 100%;
    font-size: 18px;
    font-weight:normal;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    /* margin-left: 210px; */
    z-index: 800;
  }
  .inhalttext01blog {
    width: 100%;
    height: fit-content;
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #063575;
    /* text-shadow: 2px 2px 2px #000000; */
    /* z-index: 800; */
  }
  .inhalttext02 {
    width: 100%;
    font-size: 18px;
    font-weight:normal;
    color: #ffffff;
    text-shadow: 2px 3px 2px #000000;
    /* margin-left: 210px; */
  }
  .inhalttext01osch {
    width: 90%;
    font-size: 14px;
    font-weight:normal;
    line-height: 20px;
    color: #ffffff;
    /* margin-left: 210px; */
    z-index: 800;
  }
  .inhalttext02osch {
    width: 90%;
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
    /* margin-left: 210px; */
  }
  .ueberschriftbox{
    display: flexbox;
    margin-bottom: 10px;
  }
  .ueberschrift01{
    width: 100%;
    color: #ebe8e7;
    margin-left: 10px ;
    padding: 0px !important;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: -4px;
    text-shadow: 2px 3px 3px #000000;
  }
  .ueberschrift02{
    width: 100%;
    color: #ebe8e7;
    margin-top: 20px;
    font-size: 130px;
    font-weight: bolder;
    line-height: 70%;
    letter-spacing: -18px;
    text-shadow: 2px 3px 3px #000000;
  }
  .ueberschrift02blog{
    width: 100%;
    color: #063575;
    margin: 8px 0px 0px 0px;
    padding: 0px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .ueberschrift03{
    width: 100%;
    color: #ebe8e7;
    margin: 0px 0px 10px 0px;
    padding: 0px !important;
    font-size: 50px;
    font-weight: bolder;
    line-height: 95%;
    letter-spacing: -8px;
    text-shadow: 2px 3px 3px #000000;
  }
  .ueberschrift04{
    width: 100%;
    color: #ebe8e7;
    margin: 0px;
    padding: 0px !important;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 80%;
    text-shadow: 2px 2px 4px #000000a1;
  }
  .ueberschrift05{
    width: 100%;
    color: #ebe8e7;
    margin: 35px 0px 5px 0px;
    padding: 0px !important;
    font-size: 30px;
    font-weight: bolder;
    line-height: 90%;
    letter-spacing: -2px;
    text-shadow: 2px 3px 3px #000000;
  }
    .ueberschrift06{
    width: 100%;
    color: #ebe8e7;
    margin: 20px 0px 0px 10px;
    padding: 0px !important;
    font-size: 30px;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: -2px;
    text-shadow: 2px 3px 3px #000000;
  }

/*   RED ---------------------------------------------------------------------------------- */

.ueberschrift01red{
  width: 100%;
  color: #b0101d;
  margin-left: 10px ;
  padding: 0px !important;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: -4px;
  text-shadow: 2px 3px 3px #000000;
}
.ueberschrift02red{
  width: 100%;
  color: #b0101d;
  margin-top: 20px;
  font-size: 130px;
  font-weight: bolder;
  line-height: 70%;
  letter-spacing: -18px;
  text-shadow: 2px 3px 3px #000000;
}
.ueberschrift02blogred{
  width: 100%;
  color: #b0101d;
  margin: 8px 0px 0px 0px;
  padding: 0px !important;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
}
.ueberschrift03red{
  width: 100%;
  color: #b0101d;
  margin: 0px 0px 10px 0px;
  padding: 0px !important;
  font-size: 50px;
  font-weight: bolder;
  line-height: 95%;
  letter-spacing: -8px;
  text-shadow: 2px 3px 3px #000000;
}
.ueberschrift04red{
  width: 100%;
  color: #b0101d;
  margin: 0px;
  padding: 0px !important;
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: -2px;
  line-height: 80%;
  text-shadow: 2px 2px 4px #000000a1;
}
/* .ueberschrift05red{
  width: 100%;
  color: #b0101d;
  margin: 35px 0px 5px 0px;
  padding: 0px !important;
  font-size: 30px;
  font-weight: bolder;
  line-height: 90%;
  letter-spacing: -2px;
  text-shadow: 2px 3px 3px #000000;
} */
.ueberschrift05red{
  width: 100%;
  color: #ffffff;
  margin: 0px px 0px 0px;
  padding: 0px !important;
  font-size: 32px;
  font-weight: bolder;
  line-height: 100%;
  letter-spacing: -2px;
  /* text-shadow: 0px 0px 0px #ffffff; */
/*     -webkit-text-stroke: #ffffff;
  -webkit-text-stroke-width: 1px; */
}
.dogmeh01 {
  background-color: #b0101d;
  margin: 8px 0px 0px 0px;
  padding: 0px 20px 0px 20px !important;
  /* width: 50%; */
  border: none;
  border-radius: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  /* display: inline-block; */
  cursor: pointer;
}
  .ueberschrift06red{
  width: 100%;
  color: #b0101d;
  margin: 20px 0px 0px 10px;
  padding: 0px !important;
  font-size: 30px;
  font-weight: bolder;
  line-height: 100%;
  letter-spacing: -2px;
  text-shadow: 2px 3px 3px #000000;
}

/*   RED ---------------------------------------------------------------------------------- */


  .zitat {
    margin: 0px !important;
    color: #ebe8e7 !important;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 90%;
    text-shadow: 2px 3px 3px #000000;
  }
  .zitatrechts {
    margin: 0px !important;
    color: #ebe8e7 !important;
    font-size: 18px !important;
    text-align: right;
    text-shadow: 2px 3px 3px #000000;
  }
  .pweiss {
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    text-align: left;
  }
  .pName {
    text-align: center;
  }
  #textzusatz {
    position: absolute;
    right: 20px;
    color: #58585a;
    font-size: 14px;
    margin-top: 4px;
  }

  .weiss{
    margin-top: 0px !important;
    color: #fff !important;
  }
  a {
    color: white !important;
    font-size: 24px;
  }

  .linktosaid {
    color: #25615c !important;
    font-size: 20px;
  }
  .header {
    width: 100%;
    height: fit-content;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    text-align: center;
/*     background-color:  #fff; */

    /* background-color: #000; */
    box-shadow: -1px 1px 10px 1px #000;
    z-index: 900;
  }
  .h-ul-1 {
    background-color: #303030;
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 100%;
    height: 80px;
/*     margin-top: 10px; */
    padding: 14px 10px;
    z-index: 999;
  }
  .meneupic {
    width: 40px;
    height: 25px;
    margin:18px 24px 0px 24px;
    float: left;
  }
  .logohead {
    max-width:200px;
    margin-right: 20px;
    float: left;
  }
  .h-ul-2 {
    background-color: #000;
    width: 100%;
    height: 4px;
    /* box-shadow: 0 0 4px 4px #58585a; */
    opacity: 0.6;
  }
  .h-ul-3 {
    background-color: #ebe8e7;
    color: #000;
    font-size: 24px;
    text-align: left;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    padding: 2px 20px;
    border-top: solid 3px #d4011c;
    /* box-shadow: 0 0 4px 4px #58585a; */
  }

  .h-ul-4 {
    background-color: #5f6168;
    color: #000;
    font-size: 34px;
    text-align: left;
    width: 100%;
    height: 18px;
    margin-top: 0px;
    padding: 0px 20px;
    border-bottom: solid 3px #d4011c;
    /* box-shadow: 0 0 4px 4px #58585a; */
  }


  .headtop {
    display: flex;
    width: 90%;
    padding: 10px 13px;
    justify-content: space-between;
  }
  .logo {
    /* max-width:80%; */
    margin-right: 8px;
    height: 26px;
    max-width: auto;
  }

  .navbox {
    height: fit-content;
    margin: 0px;
    padding: 0px 20px;
    background-color: #000 !important;
    /* opacity: 0.82; */
  }
  .navboxdesktop {
    display: none;
  }
  .nav-uitem {
    background-color: #fff;
    /* margin-bottom: 1px; */
    border-radius: 0px !important;
    text-align: left;
  }
  .navueberschrift {
    color: #000 !important;
    padding-left: 10px;
    font-size: 18px;
    height: 12px;
  }
  .pagenav {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    
  }
  li {
    list-style: none !important;
  }
  .ntslup {
    font-size: larger;
    color: #ebe8e7 !important; 
    border-bottom: solid 1px #303030;
  }
  .ntsluplast {
    font-size: larger;
  }
  .dark{
    font-weight: normal;
    color: #7a7f8f;
    padding: 0px;
    margin: 0px ;
  }
  .btn {
    padding: 0px !important;
    text-align: left !important;
  }


  .tn {
    width: 70px;
    margin: 6px;
    border-radius: 50%;
    /* border: 1px solid #000; */
    box-shadow: 0px 2px 8px 0px #000;
  }
  .tnd {
    width: 70px;
    margin-right: 50px;
    margin-bottom: 0px;
  }

  .downloads {
    display: flex;
  }
  .dl {
    margin-left: 8px;
    color: #484848;
    font-size: 14px;
  }
  .blacklink {
    color: white;
    background-color: #5f6168;
    margin-left: 0px;
    width: 90%;
    padding: 5px;
    border-radius: 8px;
    box-shadow: -1px 1px 10px 1px #000;
  }
  .bgsonder1 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 8px 10px;
    margin-top: 0px;
    /* border: solid 2px rgb(255, 0, 179); */
  }
  .bgsonder2 {
    /* height: 700px; */
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 8px 10px;
    /* border: solid 2px rgb(0, 255, 0); */
  }
  .bgsonder3 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    padding: 8px 10px;
    margin-top: 0px;
    /* border: solid 2px rgb(0, 225, 255); */
  }
  .bgsonder4 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin-top: 0px;
    /* border: solid 2px rgb(187, 235, 14); */
  }
  .onionpaper{
    position: relative;
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.664); */
    width: 100%;
    height: inherit;
    padding: 10px 0px;
    margin-top: 0px;
    /* border-radius: 2px;
    box-shadow: -1px 1px 10px 1px #000; */
  }
  .backgray{
    background-color: #e5e2e28c;
    width: 100%;
    padding: 8px;
    padding-bottom: 20px;
  }
  .socialnetkontakt {
    width: 100%;
    margin: 60px 0px 0px 20px;
    padding: 0;
    text-align: left;
    z-index: 800;
  }
  .kontakticon {
    margin: 0px 30px 20px 0px;
    height: 46px;
    max-width: auto;
    border-radius: 50%;
    box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
  }
  #ganzunten {
    background-color: #fff;
  }
  .footer {
    width: 100%;
    height: 60px;
    background-color: #303030;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    box-shadow: 0px 0px 10px 10px #303030;
    
  }
  .socialnet {
    margin-left: 11px;
    padding: 0;
    justify-content: space-between;
  }
  .footlink {
    margin-right: 10px;
    margin-bottom: 20px;
    position: fixed;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    text-align: right;
  }
  .footicon {
    margin: 10px 0px 0px 20px;
    height: 40px;
    max-width: auto;
    border-radius: 50%;
    box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
  }
  .footiconhidden {
    margin: 10px 0px 0px 20px;
    height: 40px;
    max-width: auto;
    border-radius: 50%;
    border: solid 1px #909090;
  }

  .nlf {
    color: #fff;
    font-size: 16px;
    padding: 0px;
  }
  .nachoben {
    width: 40px;
    height: auto;
    margin-left: 20px;
    border-radius: 50%;
    /* border: solid 3px #5f6168; */
    position: fixed;
    right: 40px;
    /* top: 125px; */
    bottom: 10px;
   /*  box-shadow: -0px 0px 6px 6px rgba(255, 255, 255, 0.479); */
  box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
/*     opacity: 0.9;  */
    z-index: 900;
  }

}
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */
/* -------Desktop---------------------------------------------------- */

@media only screen and (min-width: 861px) {
  /* For desktop: */

body{
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: #303030;
}
  .container {
    display: flexbox;
    position: relative;
    width: inherit;
    margin: 0px !important;
    padding: 0px !important;
  }
  #top{
    height: 900px;
    /* background-image: url(./gilanis-content/images/MakOf-anfang-1024x640-001.png); */
    background-color: #303030; /* Used if the image is unavailable */
    /* height: fit-content; */ /* You must set a specified height */
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%; /* Resize the background image to cover the entire container */
    background-attachment: local;
    object-fit: cover;
  }
#logodesign{
  height: 900px;
  background-image: url(./gilanis-content/images/MakOf-G-1024x640-001.png);
  background-color: #303030; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
#webdesign{
  height: 900px;
  background-image: url(./gilanis-content/images/MakOf-web-1024x640-001.png);
  background-color: #303030; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
#composing{
  height: 900px;
  background-image: url(./gilanis-content/images/MakOf-print-1024x640-001.png);
  background-color: #303030; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
#beschriftung{
  height: 900px;
  background-image: url(./gilanis-content/images/MakOf-besch-1024x640-001.png);
  background-color: #303030; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
#art{
  height: 900px;
  background-image: url(./gilanis-content/images/MakOf-zm-1024x640-001.png);
  background-color: #303030; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
#kont{
  height: 500px;
  /* background-image: url(./gilanis-content/images/MakOf-zm-1024x640-001.png); */
  background-color: #000000; /* Used if the image is unavailable */
  /* height: fit-content; */ /* You must set a specified height */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-attachment: local;
  object-fit: cover;
}
a {
  color: white !important;
  font-size: 24px;
  text-decoration: none !important;
}
a:link, a:visited {
  text-decoration: none !important;
}
a:hover, a:active {
  text-decoration: none !important;
}
.ueberschrift02blog{
  width: 100%;
  color: #063575;
  margin: 8px 0px 0px 0px;
  padding: 0px !important;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
}
.inhalttext01blog {
  width: 100%;
  height: fit-content;
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #063575;
  /* text-shadow: 2px 2px 2px #000000; */
  /* z-index: 800; */
}
.mainframe{
  width: 100%;
  height: 100%;
  margin: 0px !important;
  /* border: solid 6px rgb(9, 148, 44); */
}
.subframe{
  width: 80%;
  height: 365px !important;
  margin: 20px 0px 30px 10px;
  border: solid 2px #ffffff; 

}
.subframecontent{
  width: 100%;
  height: fit-content;
  padding: 8px;
  box-shadow: 4px 4px 4px #063575 inset;
  
}
.ueber{
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  width: 100%;
  padding: 20px 20px 0px 20px;
  margin-top: 20px;
}
.passbild{
  width: 300px;
  height: 450px;
  margin-right: 4%;
}
.webgallery{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  /* border: solid 2px red; */
}
.webref{
  width: 30%;
  margin: 20px;
  background-color: #000000;
  border: solid 1px #ebe8e7;
  box-shadow: 0px 0px 10px 2px #000000;
}
.refimage{
  width: 100%;
}
.webreflink{
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #ebe8e7;
  font-size: x-large;
}
.subsidecontent{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #303030;
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin-top: 0px;
  box-shadow: 0px 0px 100px 150px #303030;
  /* border: solid 2px rgb(187, 235, 14); */
}

.buttonsboxmain{
  width: fit-content !important;
  width: fit-content;
  position: relative;
  display: flex;
  float: right;
  align-items: flex-end;
  flex-direction: column;
  margin: -50px 0px 10px 300px;
  /* border: solid 2px red;  */
  z-index: 800;
}
.btnlinktosubsidemain{
  width: fit-content;
  height: 70px;
  color: #ebe8e7;
  margin: 5px 0px 15px 0px;
  padding: 0px !important;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: -6px;
  text-shadow: 2px 2px 4px #000000a1;
  /* background-color: #303030; */
  text-shadow: 2px 2px 4px #000000;
  /* border: solid 1px #ebe8e7; */
  z-index: 999;
  /* border-radius: 3px; */
  /* box-shadow: 2px 2px 4px #000000; */
}
.buttonsbox{
  width: fit-content;
  position: relative;
  display: flex;
  align-items: left;
  flex-direction: column;
  margin-top: 20px;
  z-index: 800;
  /* border: solid 2px red; */
}
.btnlinktosubside{
  display: flex;
  width: fit-content;
  height: 48px;
  font-size: 26px;
  font-style: normal;
  letter-spacing: 4px;  
  padding: 5px 15px 5px 15px;
  color: #ebe8e7;
  /* background-color: #30303077; */
  text-shadow: 2px 2px 2px #000000;
  border: solid 1px #ebe8e7;
  border-radius: 2px;
  margin-bottom: 16px;
  /* box-shadow: 2px 2px 4px #000000; */
}
#texteinzug1{
  width: 63%;
  padding: 6px 6px;
  border-radius: 4px;
  
}
#texteinzug{
  width: 100%;
  padding: 6px 6px;
  border-radius: 4px;
  z-index: 800;
  /* background-color: #ffffff23; */
}
.einklinker{
  display: flex;
  width: 100%;
  margin: 10px 0px 20px 0px;
  padding: 5px;
  /* justify-content: space-around; */
  /* border: solid 1px #d4011c;  */
}
.einklinkerbox{
  display: block;
  width: 100%;
  text-align: center;
  align-items: center;

  /* border: solid 1px #0f01d4; */
}
.einklinkerimage{
  width: 80%;
  border: solid 1px #5f6168;
  box-shadow: 2px 2px 4px #000000;
}
.einklinkertext{
  width: 100%;
  margin: 0px 0px 10px 0px !important;
  font-size: x-large;
  color: #ebe8e7;
  text-decoration: underline solid 4px #5f6168;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px #000000;
  z-index: 800;
}
.ankertopgalerie{
  text-align: center;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding: 10px 10px;
  /* border: solid 1px #8ad401; */ 
}
.headgalerie {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 80px;
  background-color: #303030;
  z-index: 999;
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
  padding: 14px 10px;
  box-shadow: 0px 0px 15px 15px #303030;
  opacity: 0.99;
  /* border: solid 1px #d4011c; */ 
}
.clos {
  width: 60px;
  height: auto;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 0 6px 2px #484848;
  /* border: solid 1px #d4011c; */
}
.home {
  width: 60px;
  height: auto;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 0 6px 2px #484848;
  /* border: solid 1px #d4011c; */
}
.anker{
  position: absolute;
  right: 0px;
  bottom: 0;
  display: flexbox;
  width: 100%;
  height: 90px;
  padding: 0px;
  align-items: flex-end; 
  z-index: 700;
  /* background-color: #d4011c; */
/* border: solid 2px rgb(21, 255, 0); */
}
.ankertop{
  width: 100%;
  height: 60px;
  /* background-color: #d4011c; */
  /* border: solid 2px red; */
}
.ankerabstand{
  width: 100%;
  height: 100px;
  /* background-color: #ec0fb5; 
  border: solid 2px red; */
}
.ankerend{
  width: 100%;
  height: 150px;
  /* background-color: #d4011c; */
  /* border: solid 2px red; */
}

.btn-referenzen{
  display: flex;
  /* background-image: url(./gilanis-content/images/gilanis-ref-rund.png); */
  float:right;
  margin: 20px 20px 30px 10px;
  width: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 96%;
  text-align: center;
/*   position:absolute;
  bottom: 60px; */
  border-radius: 40px;
  z-index: 800;
}
.img-referenzen{
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
  border-radius: 50px;
  box-shadow: 0px 4px 10px #888888;
}

  .inhalttext {
    width: 100%;
    color: #5f6168;
    /* margin-left: 210px; */
  }
  .inhalttext01 {
    width: 100%;
    font-size: 24px;
    color: #ebe8e7;
    text-shadow: 2px 2px 4px #000000;
    /* margin-left: 210px; */
    z-index: 800;
  }
  .inhalttext02 {
    width: 100%;
    font-size: 32px;
    color: #ebe8e7;
    text-shadow: 2px 2px 4px #000000;
    /* margin-left: 210px; */
  }
  .inhalttext03 {
    width: 100%;
    font-size: 32px;
    color: #ebe8e7;
    text-shadow: 2px 2px 4px #000000;
    /* margin-left: 210px; */
  }
  .inhalttext01osch {
    width: 90%;
    font-size: 14px;
    color: #ebe8e7;
    /* margin-left: 210px; */
    z-index: 800;
  }
  .inhalttext02osch {
    width: 100%;
    font-size: 18px;
    color: #ebe8e7;
    /* margin-left: 210px; */
  }
  .ueberschriftbox{
    display: flexbox;
    margin-bottom: 10px;
  }
  .ueberschrift01{
    width: 100%;
    color: #ebe8e7;
    margin-top: 25px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    letter-spacing: -6px;
    text-shadow: 2px 2px 4px #000000a1;
  }
  .ueberschrift03{
    width: 100%;
    color: #ebe8e7;
    margin-top: -8px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: -10px;
    text-shadow: 2px 2px 4px #000000a1;
  }
  .ueberschrift02{
    width: 100%;
    color: #ebe8e7;
    margin-left: -10px;
    font-size: 168px;
    font-weight: bolder;
    line-height: 70%;
    letter-spacing: -23px;
    text-shadow: 2px 2px 15px #000000a1;
  }
  .ueberschrift04{
    width: 100%;
    color: #ebe8e7;
    margin:0px;
    padding: 0px !important;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 80%;
    text-shadow: 2px 2px 4px #000000a1;
    z-index: 800;
  }
  .ueberschrift05{
    width: 100%;
    color: #ebe8e7;
    margin: 20px 0px 0px 10px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    line-height: 90%;
    letter-spacing: -6px;
    text-shadow: 2px 3px 3px #000000;
  }
  .ueberschrift06{
    width: 100%;
    color: #ebe8e7;
    margin: 20px 0px 0px 0px;
    padding: 0px !important;
    font-size: 40px;
    font-weight: bolder;
    text-align: left;
    line-height: 100%;
    letter-spacing: -4px;
    text-shadow: 2px 3px 3px #000000;
  }
  /* ROT ______________________________________________________________________________*/
  .ueberschrift01red{
    width: 100%;
    color: #b0101d;
    margin-top: 25px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    letter-spacing: -6px;
    text-shadow: 2px 2px 4px #000000a1;
  }
  .ueberschrift03red{
    width: 100%;
    color: #b0101d;
    margin-top: -8px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: -10px;
    text-shadow: 2px 2px 4px #000000a1;
  }
  .ueberschrift02red{
    width: 100%;
    color: #b0101d;
    margin-left: -10px;
    font-size: 168px;
    font-weight: bolder;
    line-height: 70%;
    letter-spacing: -23px;
    text-shadow: 2px 2px 15px #000000a1;
  }
  .ueberschrift04red{
    width: 100%;
    color: #b0101d;
    margin:0px;
    padding: 0px !important;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 80%;
    text-shadow: 2px 2px 4px #000000a1;
    z-index: 800;
  }
  .ueberschrift05red{
    width: 100%;
    color: #ffffff;
    margin: 0px px 0px 0px;
    padding: 0px !important;
    font-size: 60px;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: -6px;
    /* text-shadow: 0px 0px 0px #ffffff; */
/*     -webkit-text-stroke: #ffffff;
    -webkit-text-stroke-width: 1px; */
  }
  .dogmeh01 {
    background-color: #b0101d;
    margin: 8px 0px 0px 0px;
    padding: 0px 20px 0px 20px !important;
    /* width: 50%; */
    border: none;
    border-radius: 0px;
    color: white;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    cursor: pointer;
  }
  .ueberschrift06red{
    width: 100%;
    color: #b0101d;
    margin: 20px 0px 0px 0px;
    padding: 0px !important;
    font-size: 40px;
    font-weight: bolder;
    text-align: left;
    line-height: 100%;
    letter-spacing: -4px;
    text-shadow: 2px 3px 3px #000000;
  }

/* ROT ______________________________________________________________________________*/

  .zitat {
    width: 100%;
    margin: 0px !important;
    color: #ebe8e7 !important;
    font-size: 40px;
    font-weight: bold;
    line-height: 90%;
  }
  .zitatrechts {
    margin: 0px;
    color: #ebe8e7 ;
    font-size: large !important;
    text-align: right;
  }
  .main {
    width: 100%;
    background-color: #303030;
  }
  .meneupic {
    display: none;
    visibility: hidden;
    width: 60px !important;
    margin-top: 7px !important;
    margin-left: 40px;
    /* position: absolute; */
    top: 30px;
    right: 20px;
  }
  .logogallery {
    display: flexbox;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    /* background-color: aqua; */
    
  }
  .webgallery {
    display: flexbox;
    width: 100%;
    text-align: center;
    /* background-color: aqua; */
    
  }
  .tampnails {
    display: flexbox;
    width: 200px;
    margin: 0px 0px 0px 0px !important;
    border: solid 1px #ebe8e7;
    vertical-align: 0px;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    background-color: #58585a;
  }
  li {
    list-style: none !important;
  }

  li a {
    display: flex;
    height: 26px;
    color: white !important;
    padding: 4px 16px;
  }


  li a:hover {
    background-color: #ebe8e7;
    color: #5f6168 !important;
  }
  .pweiss {
    width: 100% !important;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 20px;
    text-align: left;
  }
  .pName {
    text-align: center;
  }
  #textzusatz {
    position: absolute;
    right: 20px;
    color: #58585a;
    font-size: 14px;
    margin-top: 4px;
  }
  h3 {
    /* margin-left: 210px !important; */
    margin-top: 0px !important;
    color: #5f6168 !important;
  }
  .weiss{
    margin-top: 0px !important;
    color: #fff !important;
  }

  a {
    color: white !important;
    font-size: 24px;
  }
  .dark {
    display: flex;
    height: 26px;
    color: #7a7f8f !important;
    padding: 4px 16px;
  }
  .linktosaid {
    margin-left: 210px;
    color: #25615c !important;
    font-size: 20px;
  }

  .header {
    position: fixed;
    /* left: 0; */
    top: 0;
    margin: 0;
    width: 100%;
    height: inherit;
    /* background-color: #000; */
    z-index: 900;
  }
  .navbox {
    display: none;
  }
  .navboxdesktop {
    display: flex;
    /* width: 100%; */
    height: inherit;
    padding: 0px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    /* background-color: #5f6168; */
    /* box-shadow: 1px 2px 8px -3px #000; */
    /* border: solid 1px black; */
    
  }
  .pagenav {
    /* background-color: #5f6168 !important; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: auto;
    /* position: fixed; */
    width: inherit;
    height: inherit;
    padding: 24px 80px 0px 80px;
    /* border-right: solid 3px #5f6168; */
    /* margin-top: 72px; */
  }
  .nav-item {
    /* background-color: #5f6168; */
    /* margin-bottom: 1px; */
    border-radius: 0px !important;
    text-align: left !important;
    padding: 0px !important;
    /* width: 100%; */
    height: inherit;
    border-left: solid 1px #b0101d !important;
  }
  .nav-itemlast {
    /* background-color: #5f6168; */
    /* margin-bottom: 1px; */
    border-radius: 0px !important;
    text-align: left !important;
    padding: 0px !important;
    /* width: 100%; */
    height: inherit;
    border-left: solid 1px #b0101d !important;
    border-right: solid 1px #b0101d !important;
  }
  .navueberschrift {
    color: #929292 !important;
    background-color: #000;
    padding-left: 10px;
    font-size: 18px;
    height: 26px;
  }
  .ntslup {
    font-size: small;
    
  }

  .logo {
    max-width:50%;
    margin-right: 10px;
  }
  .h-ul-1 {
    display: flex;
    background-color: #303030;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: inherit;
    margin-top: 0px;
    padding: 10px 10px;
    /* opacity: 0.96; */
    box-shadow: 0px 10px 20px 30px #303030;
    z-index: 999;
  }
  .logohead {
    max-width:200px;
    margin: 0px 0px 0px 20px;
  }
    .meneupic {
/*     width: 40px !important; */
    height: 26px;
    max-width: auto;
    margin-left: 20px;
  }
  .h-ul-4 {
    background-color: #5f6168;
    color: #000;
    font-size: 34px;
    text-align: left;
    width: 100%;
    height: 18px;
    margin-top: 0px;
    padding: 0px 20px;
    /* border-bottom: solid 3px #d4011c; */
    /* box-shadow: 0 0 4px 4px #58585a; */
  }
  .headtop {
    width: 100%;
    padding: 10px 20px;
    justify-content: space-between;
    text-align: left; 
  }

  .downloads {
    display: flex;
  }
  .dl {
    margin-left: 00px;
    color: #484848;
  }
  .blacklink {
    color: white;
    background-color: #5f6168;
    margin-left: 0px;
    width: 90%;
    padding: 5px;
    border-radius: 8px;
    box-shadow: -1px 1px 10px 1px #000;
  }
  .tnd {
    width: 70px;
    margin-right: 50px;
    margin-bottom: 0px;
    
  }
  .bgsonder1 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px !important;
    box-shadow: 0px 0px 100px 150px #303030;
    /* border-right: solid 2px rgb(255, 0, 179); */
  }
  .bgsonder2 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    box-shadow: 0px 0px 100px 150px #303030;
    /* border: solid 2px rgb(179, 255, 0); */
  }
  .bgsonder3 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color:  #000000;
    width: 100%;
    padding: 20px 40px 20px 40px;
    margin-top: 0px;
    /* box-shadow: 0px 0px 100px 150px #303030; */
    /* border: solid 2px rgb(15, 126, 5); */
  }
  .bgsonder4 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding: 40px 40px 20px 40px;
    margin-top: 0px;
    /* box-shadow: 0px 0px 100px 150px #303030; */
    /* border: solid 2px rgb(22, 5, 114); */
  }

  .onionpaper{
    position: relative;
    display: flex;
    flex-direction: column;
    /* background-color: rgba(255, 255, 255, 0.664); */
    width: 100%;
    height: inherit;
    padding: 20px 20px;
    margin-top: 0px;
    border-radius: 2px;
    /* border: solid 2px red; */
    /* box-shadow: -1px 1px 10px 1px #000; */
  }
  .socialnetkontakt {
    width: 40%;
    margin-top: 40px;
    padding: 0;
    text-align: left;
    z-index: 800;
  }
  .kontakticon {
    margin: 10px 40px 0px 0px;
    height: 60px;
    max-width: auto;
    border-radius: 50%;
    box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
  }
  .backgray{
    background-color: #e5e2e28c;
    width: 100%;
    padding: 8px;
    padding-bottom: 20px;
  }
  .footer {
    width: 100%;
    height: 70px;
    background-color: #303030;
    /* border-top: solid 3px #5f6168; */
    box-shadow: 0px 0px 10px 10px #303030;
    position: fixed;
    /* left: 0; */
    bottom: 0;
    z-index: 900;
  }
  .socialnet {
    width: 1024px;
    padding: 0;
    text-align: center;
    justify-content: space-between;
  }
  .footlink {
    
    margin-bottom: 20px;
    position: fixed;
    left: 40%;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    text-align:left;
  }
  .footicon {
    margin: 10px 0px 10px 80px;
    height: 40px;
    max-width: auto;
    border-radius: 50%;
    box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
  }
  .footiconhidden {
    margin: 10px 0px 0px 20px;
    height: 40px;
    max-width: auto;
    border-radius: 50%;
    border: solid 1px #909090;
  }

  .nlf {
    color: #fff;
    font-size: 16px;
    padding: 0px;
  }

  .nachoben {
    width: 40px;
    height: auto;
    border-radius: 50%;
    box-shadow: -1px 1px 10px 0px rgba(255, 255, 255, 0.479);
    position: fixed;
    right: 22%;
    bottom: 18px; 
    opacity: 0.9;
    z-index: 900;
  }
  

}

