body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}

header {
    min-width: 1px;
  /* background-color: #251947; */
  /* border: 4px solid #6f35f1; */
}

#left-side {
    min-width: 1px;
  /* background-color: #414819; */
  /* border: 4px solid #859433; */
}

main {
    min-width: 1px;
  /* background-color: #461947; */
  /* border: 4px solid #923394; */
}

#right-side {
    min-width: 1px;
  /* background-color: #1b4b40; */
  /* border: 4px solid #369680; */
}

footer {
    min-width: 1px;
  /* background-color: #251947; */
  /* border: 4px solid #6f35f1; */
}

body {
    background:#000 url("/files/foto-dark/bg_body.jpg") center top no-repeat;
    font:16px Arial,sans-serif;
    color:#CBCBCB;
    font-weight: 400;
}
#header {
    height:40px;
    background-image:url("/files/foto-dark/bg_topmenu.png");
    background-repeat:repeat-x;
}

/* Breadcrumb */
#header #headerlogo_main {
    float:left;
}

/* copyright */
#copyright {
    height:30px;
    margin:2px 0 0;
    padding:6px 0 0;
    border-top:1px solid #272727;
    font:14px 'Advent Pro',sans-serif;
    color:#CBCBCB;
}

/* copyright */
#copyright a {
    font-weight:normal;
    color:#CBCBCB;
}

/* DESIGN OF MAIN ELEMENTS */
h1 {
    margin:0 0 10px;
    padding:0;
    text-align:left;
    font:26px 'Advent Pro',sans-serif;
    font-weight:normal;
    color:#60b1c4;
    font-style: normal;
    text-shadow: 1px 1px 1px #000000;
}
h2 {
    margin:10px 0;
    text-align:left;
    font:22px 'Advent Pro',sans-serif;
    font-weight:normal;
    color:#60b1c4;
}
h3 {
    margin:0 0 5px;
    text-align:left;
    font:19px Georgia;
    font-weight:normal;
    color:#635429;
}
a {
    font-weight:bold;
    text-decoration:none;
    color:#60b1c4;
}
a:hover {
    text-decoration:underline;
}

/* 200 Pixel float left Spalte */
.article_left_200 {
    width:200px;
    float:left;
}

/* 200 Pixel float left Spalte */
.article_left_300 {
    width:300px;
    float:left;
}

/* float clear both */
.article_clear {
    clear:both;
}
.home #main .inside .mod_article {
    padding-right:40px;
    padding-left:40px;
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.grid2cl {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(550px, 1fr)); */
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.ji_center {
    justify-items: center;
}

.ji_left {
    justify-items: left;
}
.jc_center {
    justify-content: center;
}
.jc_left {
    justify-content: flex-start;
}

.float_left,
.media--left>figure {
    float: left;
    margin-right: 10px;
}

.float_right,
.media--right>figure {
    float: right;
    margin-left: 10px;
}
