body {
    --color-font-h1-color: #F47216;
    --color-font-h2-color: #d47815;
    --color-font-color-hell: #fff;
    --color-section-background: #fff;
    --color-section-background-farbig: #F47216;
    --color-h1: #494949;
    --color-h2: #5d7177;
    --color-h3: #5d7177;
    --color-header-bg: #fff;
    --color-work-bg: #f0f0f0;
    --color-button-bg:  #f0f0f0;
    --color-placeholder-c: #999999;
    --color-footer-bg: #3f3f3f;
    --color-menue-border: #dddddd;
    --color-menue-hover: #eeeeee;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

section {
    min-height: 100%;
}

section#about{
   /* padding-bottom: 40px;*/
}

a {
    text-decoration: none;   
}

.telefon{    
    color: black;
}

ul li {
    list-style-type: none;
}

h1, h2, h3, a {
    color: var(--color-h1);
    text-transform: uppercase;
}

a.emailanschrift{
    text-transform: lowercase;
}

h2 {
    color: var(--color-h2);
}

h3 {
    font-size: 40px;
    padding-top: 8%;
    margin: 0;
    margin-bottom: 5px;
}

h4, p {
    color: var(--color-h1);
}

hr {
    width: 30px;
    height: 3px;
    background: var(--color-h1);
    border: 0;
    margin: 0 auto 40px auto;       
}

.buttonCls{
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    margin: 10px 0 20px 50px;
    font-family: 'Lato', sans-serif; 
    font-weight: 300; 
    /*line-height: 25px; */
    line-height: 1.1vw;
    word-spacing: 3px; 
    /*font-size: 0.8vw;*/
    font-size: var(--font-size-kommentar-text);
}

#logo, li, img, .button, .navMENU {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.navMENU {
    display: none;
}

/* HEADER ***********************************************************/

header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--color-header-bg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

header nav {
    float: right;
    margin: 10px 50px 0 0;
}

header nav ul li {
    float: left;
    margin-left: 25px;
}

header nav ul li:hover {
   padding-top: 5px;
}


/* LOGO ***********************************************************/

#logo {
    width: 375px; /* 140px;*/
    float: left;
    margin: 20px 0 0 50px;
}

#logo:hover {
    opacity: 0.5;
}

#logo img {
    width: 140%;
    margin-top: -15px;
    margin-left: -104px;
}


/* HOME ***********************************************************/
.uppercase {
    text-transform: uppercase;
}

#home {
    /*url(https://via.placeholder.com/1940x556);*/
    /*background: url(../img/kst/teamwork-1920.jpg); */
    background: url(../img/kst/tb_demo_02.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#home h1 {
    margin:  240px auto 0 auto;
    /* font-size: 110px; */
    font-size: 8vh;
}

#home h2 {
    margin: 0 auto 0 auto;
    font-size: 25px;
}

#home img {
    width: 32px;
    margin-top: 150px;
    opacity: 0.7;    
}

#home img.homeLogo {
    width: 52%;    
    background-color: var(--color-header-bg); 
    margin-top: 175px;
}

#home img:hover{
    opacity: 1;
}

#home h1 {
    color: var(--color-font-h1-color);
}

#home h2 {
    color: var(--color-font-h2-color);
}

/* #home .divHome {
    background-color: var(--color-header-bg);
    opacity: 0.5;
    width: 60%;

    height: 60%;
    margin: 0 auto 0 auto;
} */

#home .fa-chevron-down{
    font-size: xx-large;
    color: var(--color-font-h2-color);
    margin-top: 150px;
}


/* ABOUT ***********************************************************/

#about img {
    width: 240px;
}
#about img:hover{
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
}


#about h4 {
    font-size: 25px;
}

#about p {
    width: 88%; /*800px;*/
    margin: 0 auto 0 auto;
}



/* WORK ***********************************************************/

#work {
    background-color: var(--color-work-bg);
}

#projects{
    width: 900px;
    margin: 0 auto 0 auto;
}

#projects ul {
    padding: 0;
}

#projects ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
}

#projects img {
    width: 280px;
    height: 170px;
    border-radius: 5px;
}

#projects img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);   
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

/* CONTACT ***********************************************************/

form input, textarea {
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 2px solid;
    border-color: var( --color-h1);
    outline: none;
}


form input {
    width: 552px;
    height: 30px;
}

form textarea {
    width: 550px;
    height: 200px;
    resize: none;
}

.input_text {
    color: var( --color-h1);
    padding-left: 10px;
}

::-webkit-input-placeholder {color: var(--color-placeholder-c);}
::-moz-input-placeholder {color: var(--color-placeholder-c);}
:-ms-input-placeholder {color: var(--color-placeholder-c);}
:-o-input-placeholder {color: var(--color-placeholder-c);}


.button {
    background-color: var(--color-button-bg);
    color: var(--color-h1);
    width: 566px;
    height: 50px;
}

.button:hover {
    background-color: var(--color-h1);;
    color: var(--color-button-bg);
}

.contactOeffnungszeiten{
    margin: 0 auto 0 auto;
}

#contact table {
    margin: 0 auto 0 auto;

    /*
    display: flex;
    flex-flow: row wrap;
    */
}

/* #contact table, th, td {
    border: 1px solid;
  } */


#contact table tr td {
    text-align: center;
    column-width: 133px;
}
.contactUL li {
    list-style-type: none;
    float: none;
}

.liBold {
    font-weight: bold;
}

.liOffZ {

}

.headOeffnungszeiten {
    font-weight: bold;
    font-size: x-large;
}

.wochentag {
    font-weight: bold;
    float: left;
}

.contactContainer {
    width: 45%;
    height: 80%;
    margin: 0 auto 0 auto;
}
.oeffnungszeiten {
    float: right;
}

#contact {
    background-color: #F47216;
}

#contact img {
    width: 740px;
    background-color: white;
}
#contact img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.divLogo {
    margin: 0 auto 0 auto;
}


/* IMPRESSUM ********************************************************/
#impressum{
    display: none;
}

.divImpressum h3  {
    margin: 0 auto 0 auto;
    font-size: 1.5rem;  
    padding-top: 2rem;  
}
.impressumh3 {
    color: var(--color-h3);
}
.impressumTable {
    margin: 0 auto 0 auto;
    
    max-width:100%;
}
.impressumTDHeader {
   float: left;
   width: 5rem;
   font-weight: bold;
   text-align: left;
}
.impressumTDContent1 {
    float: left;
}
#closeImpressum{
    display: inline-block;
    margin-top: 4rem;
}

/* DATENSCHUTZ ******************************************************/
#Datenschutz {
    display: none;
}

.datenschutzErklaerung {
    margin-top: 0px;    
    background-color: var(--color-section-background-farbig);
    padding-top: 3rem;
}
.dsContent {
    padding-right: 3rem;
    padding-left: 3rem;
    text-align: justify;  
}
.dsContent:last-child {
    margin-bottom: 3rem;
}

.datenschutzContent * h2{
    text-align: center;
}

.datenschutzContent * ul{
    text-align: center;
}
.datenschutzContent * ul > li{
    text-align: left;
}

.dsAufzaehlung {
    list-style-type: circle;
}

/* FOOTER ***********************************************************/

footer {    
    width: 100%;
    height: auto;
    background-color: var(--color-footer-bg);
    color: var(--color-font-color-hell);
}

footer p {
    font-size: 12px;
    color: var(--color-button-bg);
    padding-top: 30px;
    margin: 0;
}

.footerImpressum {    
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    /*
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    */
}

.footerImpressum > li {
    display: inline-block;    
    margin-left: .8rem;
}

.footerImpressum > li > a 
{
    text-decoration: none;
    text-transform: none;
}
.footerImpressum > li > a:link
{
    text-decoration: none;
    text-transform: none;
    color: var(--color-font-color-hell);
}

.footerImpressum > li > a:visited 
{
    text-decoration: none;
    text-transform: none;
    color: var(--color-font-color-hell);
}

.footerImpressum > li > a:focus 
{
    text-decoration: none;
    text-transform: none;
    color: var(--color-font-color-hell);
}

.footerImpressum > li > a:hover 
{
    text-decoration: none;
    text-transform: none;
    color: var(--color-font-color-hell);
}

/* PHONENUMER **************************************************************/
.phoneNumberOneLine{
    display: block;
}

.phoneNumberTwoLine{
    display: none;
}


/* MEDIA QUERIES ***********************************************************/

/* TABLETS ***********************************************************/
/* MOBILES ***********************************************************/
@media screen and (max-width: 1024px) {
    /* body {
        overflow: hidden; 
    } */

    header {
        height: auto;
    }

    #logo {
        width: 100px;
        margin-top: 5px;
    }

    header nav {
        margin-top: 0;
    }

    #about p {
        width: 80%;
        margin: 0 auto 0 auto;
    }
    #about {
        margin-bottom: 20px;
    }

    #projects{
        width: auto;
    }

    #projects ul li {
        width: 100%;
        float: none;
    }

    #projects ul li:last-child {
        padding-bottom: 20%;
    }

    #projects img {
        width: 55%;
        height: auto;
    }

    form input, form textarea 
    {
        width: 60%;
    }

    .button {
        width: 62%;
    }

    #contact img {
        width: 540px;
    }

    .fa-house {
        display: none;
    }

    .fa-envelope {
        display: none;
    }

    .oeffnungszeiten {
        float: right;       
    }

    /* PHONENUMER **************************************************************/
    .phoneNumberOneLine{
        display: block;
    }

    .phoneNumberTwoLine{
        display: none;
    }
}


@media screen and (max-width: 617px) {
    /* body {
        overflow: hidden; 
    } */

    #about {
        /*margin-bottom: 10px;*/
        padding-bottom: 20px;
    }

    .fa-house {
        display: none;
    }

    .fa-envelope {
        display: none;
    }

    #contact table tr td {     
        column-width: 100px;
    }

    .oeffnungszeiten {
        float: right;        
        text-align: left;        
    }

    .phoneNumberOneLine{
        display: none;
    }

    .phoneNumberTwoLine{
        display: block;
    }
}


@media screen and (max-width: 550px) {
    /* body {
        overflow: hidden; 
    } */

    #home img.homeLogo {
        width: 102%;    
        background-color: var(--color-header-bg); 
        margin-top: 175px;
    }

    .fa-house {
        display: none;
    }

    .fa-envelope {
        display: none;
    }

    #logo {
        width: 100%;
        margin-left: 30px;
    }

    #logo img {      
        width: 80%;
        margin-left: -285px;
        margin-top: 0.1vh;
    }

    header nav {
        margin:0;
        float: none;
    }

    /* .navMENU {
        display: inline;
    } */

    .navMENU {
        font-size: 17px;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        text-align: right;
        float: right;
        margin: -25px 30px 0 0;
    }

    .navMENU:hover {
        opacity: 0.5;
    }

    header nav ul {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    header nav ul.open {
        height: auto;
    }

    header nav ul li {
        width: 100%;
        padding: 5px 0;
        margin: 0;
        font-size: 11px;
        border-top: 1px solid var(--color-menue-border);
    }

    header nav ul li:hover {
        background-color: var(--color-menue-hover);
    }

    #home h1 {
        /* font-size: 60px; */
        font-size: 32px;
        margin-top: 200px;
    }

    #home h2 {
        width: 70%;
        height: auto;
    }

    #projects img {
        width: 70%;
        height: auto;
    }

    form input, form textarea {
        width: 70%;
    }

    .button {
        width: 72%;
    }

    #contact img {
        width: 340px;
    }

    #contact table tr td {     
        column-width: 100px;
    }

    .wochentag{
        margin-right: 20px;    
    }

    .oeffnungszeiten {
        float: right;        
        text-align: left;        
    }

    .phoneNumberOneLine{
        display: none;
    }

    .phoneNumberTwoLine{
        display: block;
    }
}