body {
    margin: 0;
    padding: 0;
    background-color: #2e3136;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 50px;
    overflow-x: hidden;
    margin-left: 2%;
    margin-right: 2%;
}

html {
    margin: 0;
    padding: 0;
}


/* Logo */
.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 60px;
}

/* titleimage */
.body-title-div {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 60px;
    max-width: 100%;
}

.body-title-div-image {
    max-width: 100%;
    height: 80px;
}

/* cardata */
.cardata-div {
    text-align: center;
    max-width: 100%;
}

.cardata-div-image {
    max-width: 100%;
    height: 50px;
   transition: transform .4s; /* Animation */
}

.cardata-div-image:hover {
    transform: scale(1.20);
}


/* megart */
.megart-div {
    margin-bottom: 50px;
    margin-top: 100px;
}

/* art */
.spez-art-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* art */
.art-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
    margin-top: 100px;
}

.art-image-div {
    max-width: 400px;
    margin-bottom: 70px;
  /*margin-right: 10rem;
    margin-left: 10rem;*/
}

.art-image-div-image {
    width: 100%;
    height: auto;
    transition: transform .4s; /* Animation */
}

.art-image-div-image:hover {
    transform: scale(1.20);
}

.art-text-div {
    flex-grow: 1;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.art-text-div-text {
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.art-text-div-text-year {
    font-size: 18px;
    color: #b7b7b7;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}


.art-autoscout-div {
    text-align: center;
    margin-top: 5px;
}


.art-autoscout-div-image  {
    width: 30%;
    height: auto;
    transition: transform .4s; /* Animation */
}

.art-autoscout-div-image:hover {
    transform: scale(1.20);
}


/* navbar text and settings */
.navbar {
    font-size: 18px;
    position: absolute;
    margin-top: 35px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.navbar-text {
    color: white;
    text-align: center;
}
  
.navbar a {
    color: #fff;
    text-decoration: none;
}

.navbar a:hover {
    color: #717171;
    text-decoration: none;
}

.art-subfirma-div {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.art-subfirma-div-image-m {
    width: auto;
    height: 45px;
}

.art-subfirma-div-image-m-small {
    width: auto;
    height: 25px;
}

.art-subfirma-div-image-i {
    width: auto;
    height: 45px;
}

.art-subfirma-div-image-i-small {
    width: auto;
    height: 25px;
}

.art-subfirma-div-image-p {
    width: auto;
    height: 55px;
    filter: invert(100%);
}

.art-subfirma-div-image-p-small {
    width: auto;
    height: 30px;
    filter: invert(100%);
}


.art-header-div {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.art-header-div-text {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-div {
    text-align: center;
}

.footer-text {
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
a, a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
  }



/* Bilder nicht markieren und nicht verschieben */
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 

/* a nicht markieren und nicht verschieben */
a {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* p nicht markieren */
p {
    margin: 0;
    padding: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard */
}

/* Text der kopiert werden darf */
.textcopy {
    -webkit-user-select: auto; /* Safari */
    -moz-user-select: auto; /* Firefox */
    -ms-user-select: auto; /* Internet Explorer/Edge */
    user-select: auto; /* Standard */
}


