body {
    margin: 0;
    background-color: #000;
    font-family: Verdana, Arial, Tahoma;
}

@font-face {
    font-family: 'french';
    src: url(../images/French-Script.otf);
}


/* allgemeine Links im Content */

#inhalt a:link,
#inhalt a:active,
#inhalt a:visited {
    text-decoration: underline;
    color: #660000;
    border: 1px solid #E2E2E2;
}

#inhalt a:hover {
    text-decoration: none;
    border: 1px dashed #660000;
    color: #000;
}


/* Bilderrahmen auf 0 gesetzt */

img {
    border: 0;
}


/* Navigationsleiste oben links */

#navi_leiste {
    /* background-image: url('../images/logo-bg.jpg'); */
    background-repeat: repeat-x;
    line-height: 28px;
}

#navi_leiste a:link,
#navi_leiste a:active,
#navi_leiste a:visited {
    font-size: 11px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 120px;
    line-height: 28px;
    text-align: center;
    color: #E2E2E2;
    border-right: 1px solid #660000;
}

#navi_leiste a:hover {
    font-size: 11px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-color: #000;
    width: 120px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    letter-spacing: 2pt;
    font-style: italic;
    border-right: 1px solid #660000;
}


/* Logo Homepagename */

#logo {
    background-repeat: no-repeat;
    height: 100px;
    background-color: #000000;
    background-position: 20px 15px;
    display: flex;
}

#box {
    margin-bottom: 1%;
}

.box_1 {
    min-width: 30%;
    height: auto;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: 20px 15px;
}

#id_right_de {
    padding-bottom: 1em;
}


/* 2. Navigation rechts */

#logo td {
    line-height: 22px;
    width: 120px;
    text-align: center;
    font-size: 11px;
}

#logo a:link,
#logo a:active,
#logo a:visited {
    margin-top: 75px;
    display: block;
    text-decoration: none;
    color: #E2E2E2;
    border-left: 1px solid #881111;
}

#logo a:hover {
    margin-top: 75px;
    display: block;
    text-decoration: none;
    color: #881111;
    border-left: 1px solid #881111;
}


/* Rahmen Haupttabelle Content */

#rahmen {
    width: 100%
}

#content {
    background-image: url('../images/vertikal.jpg');
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #E2E2E2;
}

#bg {
    background-image: url('../images/horizontal.jpg');
    background-repeat: repeat-x;
}


/* Schriftformatierung Abst�nde Inhaltsbereich */

#inhalt {
    margin: 0 20px 20px 30px;
    line-height: 180%;
    font-family: Verdana, Arial, Tahoma;
    font-size: 1.2em;
    color: #000;
    /*   text-align: justify;  */
}

.li_unterteile {
    margin: 0 20px 20px 30px;
    line-height: 180%;
    font-family: Verdana, Arial, Tahoma;
    font-size: 2em;
    color: #000;
    text-align: justify;
}

#inhalt h1,
#inhalt h2,
#inhalt h3 {
    font-family: Verdana, Arial, Tahoma;
    color: #660000;
}

#inhalt h1 {
    margin-top: 0.2em;
    color: #333;
    font-size: 2.3em;
    letter-spacing: 2pt;
    text-transform: uppercase;
    word-spacing: 4pt;
    color: #881111
}


/*
#inhalt h1:first-letter {
    font-size: 170%;
    color: #881111
}
*/

#inhalt h2 {
    color: #333;
    /*
    font-style: italic;
    text-transform: uppercase;
    word-spacing: 3pt;
    font-size: 1.6em;
    */
}


/* Navigation der linken Spalte */

#navi_spalte {
    font-size: 0.9em;
    width: 180px;
    padding-top: 20px;
}

#navi a:link,
#navi a:active,
#navi a:visited {
    margin: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/button.jpg');
    background-repeat: no-repeat;
    width: 160px;
    line-height: 28px;
    text-align: center;
    color: #E2E2E2;
}

#navi a:hover {
    margin: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/button-hover.jpg');
    background-repeat: no-repeat;
    width: 160px;
    line-height: 28px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.class_navi_en a:link,
.class_navi_en a:active,
.class_navi_en a:visited {
    margin: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/button.jpg');
    background-repeat: no-repeat;
    width: 160px;
    line-height: 28px;
    text-align: center;
    color: #E2E2E2;
}

.class_navi_en a:hover {
    margin: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/button-hover.jpg');
    background-repeat: no-repeat;
    width: 160px;
    line-height: 28px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1pt;
}


/* Spaltenformatierung */

#spaltentext {
    margin: 10px;
    text-align: justify;
    color: #C0C0C0;
}

#spaltentext h1 {
    margin: 0;
    padding: 5px;
    border: 1px dashed #C0C0C0;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    color: #E2E2E2;
}


/* Fu�zeile */

#fuss {
    background-image: url('../images/logo-bg.jpg');
    background-repeat: repeat-x;
    line-height: 28px;
    text-align: center;
    font-size: 11px;
    color: #E2E2E2;
    color: #881111;
}


/* Links Fu�zeile */

#fuss a:link,
#fuss a:active,
#fuss a:visited {
    text-decoration: underline;
    color: #E2E2E2;
    color: #881111;
}

#fuss a:hover {
    text-decoration: none;
    color: #C0C0C0;
    color: #881111;
}


/* Allgemeiner Abstandshalter */

.platzhalter {
    height: 15px;
}

#oben {
    display: flex;
}

.drehend {
    margin-left: 1em;
    height: 2.2em;
}

#oberflaeche {
    /*   display: flex; */
}

o #oberflaeche_links {
    width: 50%;
}

#nano {
    background-image: url('../images/nano.jpg');
    margin-left: 1em;
    background-repeat: no-repeat;
    height: 20em;
    width: auto;
    background-color: #000000;
    background-position: 20px 15px;
}

.carbon {
    /*margin-top: 4em;*/
    width: 80%;
}

.holz_kern {
    width: 20%;
    margin-left: 5%;
}

.holz_kern-1 {
    width: 25%;
    margin-left: 5%;
}

.scoreboard {
    width: 95%;
}

.scoreboard:hover {
    cursor: pointer;
}

.class_ul_unterteile {
    border-width: 0, 5em;
    border-style: solid;
    border-color: black;
}

.zoom:hover,
zoom:focus {
    -ms-transform: scale(1.5);
    /* IE  */
    -webkit-transform: scle(1.5);
    /* Safari */
    transform: scale(1.5);
}

.class_href {
    color: cornsilk;
}

.FB {
    text-align: start;
}

.flagge {
    max-width: 12%;
    height: auto;
}


/* First the Grid 
* {
    box-sizing: border-box;
}
*/

html {
    font-size: 100%;
}

body {
    padding: 1rem;
    font-family: Verdana, Geneva, sans-serif;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}

p {
    margin: .5rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

.slides {
    display: none;
    width: 100%;
}

.animate-left {
    position: relative;
    animation: animateleft 0.8s;
}

h2 {
    font-size: 1.8em;
}

.div_building {
    height: auto;
    width: 15em;
}

.building {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.div_building_1 {
    height: auto;
    width: 40em;
}

.email {
    font-size: 0.6rem;
}

.like-btn {
    background: none;
    border: none;
    text-align: center;
}

.like-btn img {
    width: 2em;
    height: 2em;
    margin-right: 0.2em;
    transition: transform 0.2s;
    object-fit: contain;
}

.like-btn img:hover {
    width: 2.5em;
    height: 2.5em;
}

.like_span {
    font-size: 2em;
}

.like-btn:disabled img {
    opacity: 0.5;
}

.like-btn img:active {
    transform: scale(1.2);
    text-align: center;
}

.cue_image {
    display: flex;
    align-items: center;
}