/* ############################################################ */
/* general */
/* ############################################################ */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family:arial, georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
    font-size:62.5%;
    line-height:1.4;
    font-weight:normal;
    background: rgba(64, 64, 64, 1.0);
}

body {
    color: rgba(204, 204, 204, 1.0);
    font-size:1.5rem; /*1.7*/
    margin: 0 auto;
}

/* headings */

hr {
    border: none;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5 {
    color: rgba(255, 108, 0, 1.0);
    font-weight:normal;
}

h1 {
    font-size:2.8rem; /* 3.0 */
    line-height: 0rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    text-shadow: 0.10rem 0.10rem 0 black;
    font-weight: bold;
}

h2 {
    color: rgba(204, 204, 204, 1.0);
    font-size:2.4rem;
    line-height: 3rem;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

h3 {
    font-size:1.8rem;
    line-height: 2.3rem;
    margin-top: 1.5rem;
    margin-bottom:1rem;
    letter-spacing:1px;
}

/* line spacing */
.content br {
    line-height:.7;
}

/* general links  */

i.fab {
    color: rgba(204, 204, 204, 1.0);
    display: inline-block;
}

i.fab:hover {
    color: rgba(255, 108, 0, 0.9);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    text-decoration: none;
    -webkit-transition: all 1.7s linear;
    transition: all 1.7s linear;
}

i.fa-brands {
    color: rgba(204, 204, 204, 1.0);
    display: inline-block;
}

i.fa-brands:hover {
    color: rgba(255, 108, 0, 0.9);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    text-decoration: none;
    -webkit-transition: all 1.7s linear;
    transition: all 1.7s linear;
}

i.fas {
    color: rgba(255, 108, 0, 0.9);
    display: inline-block;
    text-align: center;
}

i.fas:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    -webkit-transition: all 1.7s linear;
    transition: all 1.7s linear;
}



a {
    background-color:transparent;
    color: rgba(255, 108, 0, 1.0);
    text-decoration: underline;
}

a:hover {
    color:#000;
    text-decoration:none;
}

/* images in content  */

img {
    max-width: 100%;
    height: auto;
}



/* ############################################################ */
/* menu - nav */
/* ############################################################ */

#menu1 ul {
    text-align:center;
    margin:0;
    padding:0;
}

#menu1 li {
    list-style-type: none;
    margin:0;
    padding:0;
    display:inline;
    color:#000;
}

#menu1  a {
    text-decoration:underline;
    font-size:1.5rem;
    height:2.8rem;
    line-height:2.8rem;
    letter-spacing:.1rem;
    padding:0.2rem 0.3rem ;
    color:#000;
    text-transform:uppercase;
}

#menu1 a:hover {
    text-decoration:underline;
    background:transparent;
    color:#800000;
}

/* SOCILA HEADER */

#social {
    position: absolute;
    top: 12rem;
    font-size: 1.5rem;
}

#social ul {
    margin-top: 0;
}

#social ul li {
    display: inline;
    text-align: center;
    margin-right: 1.5rem;
    color: rgba(255, 108, 0, 0.9);
}

#social ul li a {
    color: rgba(204, 204, 204, 0.9);
    text-decoration: none;
}

#social ul li a:hover {
    color: rgba(255, 108, 0, 0.9);
    text-decoration: none;
}

#social ul li i.fab {
    color: rgba(204, 204, 204, 0.9);
    padding: 0;
}

#social ul li i.fab:hover {
    color: rgba(255, 108, 0, 0.9);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: all 1.7s linear;
    transition: all 1.7s linear;
}

#social ul li i.fa-brands {
    color: rgba(204, 204, 204, 0.9);
    padding: 0;
}

#social ul li i.fa-brands:hover {
    color: rgba(255, 108, 0, 0.9);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: all 1.7s linear;
    transition: all 1.7s linear;
}

/* ############################################################ */
/* header area */
/* ############################################################ */

.header-content {
    margin:0 auto;
}


.header-1 {
    background-image:url(images/header.webp);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    padding:0.5rem;
    min-height:22rem;
    box-sizing: border-box;
    border-bottom: 0.4rem solid rgba(255, 108, 0, 1.0);
}

.header-2 {
    background:#CFCFCF;
    padding:0.5rem;
}

.header-3 {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* name */
.name {
    display:block;
    color:#fff;
    font-size:2rem;
    line-height:2rem;
    text-align:center;
    padding:0;
    text-transform:uppercase;
}

/* ############################################################ */
/* content area */
/* ############################################################ */

.content {
    background:#fff;
    display:block;
    width:100vw;
    min-height:calc(100vh - 4rem);
    margin: 0 auto;
    padding:2rem 3rem;

    background: url(images/jackson.webp) no-repeat rgba(64, 64, 64, 1.0);
    background-attachment: fixed;
    background-size: 12rem auto;
    background-position: right 1rem bottom 3rem;
    background-blend-mode: overlay;
}

.content i.fab {
    margin-right: 0.5rem;
}

.content i.fas {
    margin-right: 0.5rem;
}


/* ############################################################ */
/* bereich footer */
/* ############################################################ */

.footer-content {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: auto;
    margin:0 auto;
    padding:1.0rem 0.5rem;
    border-top: 0.4rem solid rgba(255, 108, 0, 1.0);
    background:#CFCFCF;
}

/* footername */
.footername {
    display:block;
    text-align:center;
    color:#000;
    font-size:1.2rem;
    /*letter-spacing:0.2rem;*/
    /*text-transform:uppercase;*/
}

.footername a {
    text-decoration:underline;
    color:#000;
}

.footername a:hover {
    text-decoration:underline;
    background:transparent;
    color:#800000;
}


/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE */
/* ############################################################ */

/* ==================================== from 320 px ================================== */

#social {
    display: none;
}

.header-1 {
    min-height: 15rem;
}



/* ==================================== from 360 px ================================== */

@media (min-width: 360px) {

#social {
    display: block;
    top: 12rem;
}

.header-1 {
    min-height:15rem;
}

.content {
    /*min-height: 75vh;*/
    background-size: 18rem auto;
    background-position: right 1rem bottom 3rem;
}


}


/* ==================================== from 480 px ================================== */

@media (min-width: 480px) {



#social {
    display: block;
    top: 12rem;
    right: 0.5rem;
}

    .header-1 {
    min-height:15rem;
}

.content {
    background-size: 10rem auto;
    background-position: right 1rem bottom 4rem;
    /*min-height: 60vh;*/
}


}


/* ==================================== from 600 px ================================== */
@media (min-width: 600px) {

#social {
    display: block;
    top: 12rem;
    right: 0.5rem;
}

    .content {
    width:90vw;
    background-size: 12rem auto;
    background-position: right 3rem bottom 4rem;
}

.name {
    font-size:2.4rem;
    line-height:2.4rem;
}

}


/* ==================================== from 640 px ================================== */
@media (min-width: 640px) {

#social {
    display: block;
    top: 15rem;
    right: 0.5rem;
}

#menu1  a {
    text-decoration: none;
}

.header-1 {
    min-height:25rem;
}

.content {
    background-size: 14rem auto;
    background-position: right 3rem bottom 4rem;
}


}


/* ==================================== from 768 px ================================== */
@media (min-width: 768px) {

html {
    font-size:70%;
}

#social {
    display: block;
    top: 22rem;
    right: 0.5rem;
}
.content {
    width:92vw;
    /*min-height: 65vh;*/
    background-size: 16rem auto;
    background-position: right 3rem bottom 4rem;
}


}


/* ==================================== from 800 px ================================== */

@media (min-width: 800px) {

.header-1 {
    min-height:15rem;
}

#social {
    display: block;
    top: 12rem;
    right: 0.5rem;
}
    .content {
    /*min-height: 95vh;*/
    background-size: 18rem auto;
    background-position: right 3rem bottom 3rem;
}


}


/* ===================================== from 1024 px ================================= */

@media (min-width: 1024px) {


#social {
display: block;
top: 12rem;
right: 0.5rem;
}
    .content {
    background-size: 20rem auto;
    background-position: right 3rem bottom 4rem;
}

}


/* ===================================== from 1100 px ================================= */

@media (min-width: 1100px) {

html {
    font-size:75%;
}

#social {
    display: block;
    top: 17rem;
    right: 0.5rem;
}

.header-1 {
    min-height:20rem;
}

.content {
    width:90vw;
    /*min-height: 65vh;*/
    background-size: 19rem auto;
    background-position: right 5rem bottom 4rem;
}


}


/* ===================================== from 1300 px ================================= */

@media (min-width: 1300px) {

#social {
    display: block;
    top: 17rem;
    right: 0.5rem;
}

.content {
    width:70vw;
    /*min-height: 75vh;*/
    background-size: 22rem auto;
    background-position: right 18rem bottom 4rem;
}


}


/* ===================================== from 1400 px ================================= */

@media (min-width: 1400px) {

html {
    font-size:80%;
}

#social {
    display: block;
    top: 17rem;
    right: 0.5rem;
}
.content {
    /*min-height: 85vh;*/
    background-size: 25rem auto;
    background-position: right 23rem bottom 4rem;
}

}


/* ===================================== from 1920 px ================================= */

/*
@media (min-width: 1900px) {

    .content {
        min-height: 65.5vh;
    }
}
*/