.rounded {

    max-width:200px;
    height: 200px;
    position: relative;
    right: 20px;
    float: left;
    margin: 50px;
    margin-bottom: 14px;
    margin-top:12px; 
    clip-path: circle();
    

}

/*Artikel-Headbar*/

.ArtHeadbar {

    height: auto;
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;

    
}

/*Artikel-AddOns*/

summary {

    cursor: pointer;
}

#Referenzen {

    font-size: 17px;
}

.RNr {

    font-size: 12px;
}

/*Artikel-Summary */

#Summary {

    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: space-evenly;
    
    padding: 10px;

    border-radius: 5px;
    border: solid 3px rgb(233, 182, 54);
    background-color: rgb(255, 235, 181);;

}

.Punkt {
    width: 47%;
    text-align: center;
}

.Punkt ul {
    padding-left: 0px;
    list-style-position: inside;
}

hr.Pline {
    border-top: 2px solid rgb(170, 12, 43);
    border-bottom: none;
    border-right: none;
    border-left: none;
  }

.Punkt>h3 {
    color: rgb(170, 12, 43);
    margin-top: 0;
}

.ArticleWrapper{
    justify-content: space-evenly;
}

/*W-Symbol*/
#Wolfram{
    background-color: whitesmoke;
    border-radius: 1px;
    color: rgb(35, 67, 95);
    padding: 6px 3px;
    margin-right: 1px;
    margin-bottom: 40px;
    box-shadow: 1px 1px lightgray;
    font-weight: bold;
    font-size: 19px;
}

#Wolfram sup{
    font-size: 8px;
    position: relative;
    bottom: 4px;
    font-weight: normal;
    margin-right: 1px;
    
}

/*Animation bei öffnen von summaries*/
details[open] summary ~ * {
    animation: sweep .8s ease-in-out;
  }
  
  @keyframes sweep {
    0%    {opacity: 0; transform: translateX(-10px)}
    100%  {opacity: 1; transform: translateX(0)}
  }

  /*Für image Slideshow*/

  .slideshowck{
    margin-block: 10px;
  }

  .camera_commands, .camera_bar{
    display: none;
  }
  .camera_caption>div{
    background-color: transparent;
    color: rgb(35, 67, 95);
  }

  .camera_prev, .camera_next{
    background-color: rgba(35, 67, 95, 0.816);
  }


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

        .rounded {

            width: 20%;
            height: auto;
            margin: 10px;
        }
        
    
 }
    



    @media all and (max-width: 900px) {

        
        #Isotop{

            font-size: 15px;
    
        }

        .rounded {

            width:25%;
            margin: 10px;
            right:10px;

        }

        .ArticleWrapper{
            justify-content: left;
        }
            /*SlideShow*/
        .camera_caption>div{
        display: none;
        
      }


    
    }  


@media all and (max-width: 700px) {



    #Isotop{

        font-size: 14px;

    }


    #Subtext {

        margin-bottom: 20px;
    }

    .rounded {

        width: 30%;
        margin: 5px;
        right:5px;

    }

    /*Artikel Headbar*/
    .ArtHeadbar {
      
        padding: 2px;

    }

    /*Artikel-AddOns*/

    sup {
        position: relative;
        bottom: 5px;
        font-size: 12px;
    }

    dd {

        margin-left:0 ;
       }

    #Referenzen {

        font-size: 12px;
    }

    .RNr {

        font-size: 9px;
    }

    .camera_prev, .camera_next{
        background-color: rgba(35, 67, 95, 0.065);
      }
    
    
    /*Summary*/
    .Punkt {
        width: 80%;
        text-align: center;
    }


}
@media all and (max-width: 450px) {



    .rounded {

        width: 35%;

    }
}
