/*  -- HOME-Page & GENERAL .css --*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-size: 2em; 
 }

.wrapper {
    width: 100%;
    background-color: white;
    overflow: visible;
}

div {
    box-sizing: border-box;
    /* border: 1px solid green;*/
}

.red {
    color: #D6261D;
}

.orange {
    color: #cd6c0c;
}

.black {
    color: black;
}

.grey {
    color: #e4e1da;
}

img-title {
    letter-spacing: 5px;
    font-size: 1.8em;
    font-weight: 500;
}

h1 {
    font-size: 2em;
}

p {
    font-size: 1em;
}

a { 
    color: black;
    text-decoration: none;
}

a:hover {
    color: #cd6c0c;
    transition: 1s;
}

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

img-elefant {
    width: 100%;
    height: auto;
    margin-top: -442px; 
}


.logo {
    display: inline-block;
    /*margin-top: 25px;*/
    opacity: 0.7;
}

.menu-box {
    position: relative;
    z-index: 99999;
    margin: 0 auto;
    height: 30px;
    text-align: right;
    overflow: visible;
}

.menu-item-box {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    overflow: visible;
}

.menu-item {
    display: inline-block;
    width: 16%;
    margin: auto 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: visible;
    font-size: 0.6em;
}

.header {
    z-index: 999;
    width: 100%;
    min-height: 1100px;
    max-height: 1500px;
    height: 60%;
    margin: 20px 0 20px 0;
    background-image: url(images/header.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.header-subtext-links {
    display: inline-block;
}

.header-subtext-rechts {
    display: inline-block;
    color:#D6261D;
    font-weight: 700;
}

.header-maintext {
    width: 250px;
    line-height: 100px;   
    text-align: left;
    background-color: transparent;
    font-size: 4em;
    color:#d6261d;
    font-weight: 700;
}

.header-subtext {
    width: 325px;
    text-align: right;
    background-color: transparent;
    font-size: 2em;
    line-height: 100px;
}

.text-box-trace {
    text-align: left;
    padding: 100px 40px 100px 60px;
    background: url('images/trace2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-box-descr {
    text-align: center;
    margin: 0 20px 145px auto;
}

.text-box-descr-font {
    font-weight: 700; 
    color: #cd6c0c; 
    font-size: 2em;
}

.logo-large-box {
    width: 100%;
    font-weight: 700;
    text-align: center;    
}

.logo-large {
    width: 200px; 
    opacity: 0.4;
}

.logo-large-text {
    width:100%;
    text-align: center;
    color: dimgrey;
}

.wow-sliderbox {
    width:100%;
    text-align: center;
    margin: 100px auto 100px auto;
    padding: 120px 0;
    background-color: #000;
    box-shadow: 5px 5px 5px 5px grey;
}

.wow-slidertext {
    box-sizing: border-box;
    width:100%;
    text-align: center;
    color: #999999;
    font-size: 1.5em;
    margin-bottom: 25px;
    padding: 0 100px;
    font: 2em;
    margin-bottom: 50px;
}

.img-slider {
    width: 30%;
    box-shadow: 2px 2px 2px 2px grey;
}

 .text-box-zitat {
    width: 100%;
    text-align: left;
    margin: 100px auto 100px auto;
    padding: 40px 20px;
    font-family: 'The Girl Next Door', cursive;
    font-size: 1.5em;
}

.footer {
    margin-top: 180px;
}

.footer-text {
    text-align: left;
    line-height: 70%;
    font-size: 0.8em;
}


/* parallax */

    .parallax-giraffe {
    background-image: url(images/parallax_giraffe.png);
    height: 900px;
    
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.75);
}

/*  -- SUB-Pages .css --*/

.subpage-header-maintext {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100px;
    background-color: transparent;
    font-size: 3em;
    color: black;
    font-weight: 400;
}

.subpage-text-box {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
}

.subpage-text-box-descr {
    display: block;
    text-align: center;
}

.subpage-logo-large-box {
    width: 100%;
    font-weight: 700;
    text-align: center;    
}

.subpage-logo-large {
    width: 200px; 
    opacity: 0.4;
}

.subpage-logo-large-text {
    width:100%;
    text-align: center;
    color: dimgrey;
}

.subpage-img-slider {
    width: 30%;
    box-shadow: 2px 2px 2px 2px grey;
}

.subpage-contentbox {
    display: block;
    width: 90%;
    margin: 0 auto;
}
    
.subpage-img-large {
    display: block;
    width: 100%;
    box-shadow: 5px 5px 5px 5px grey;
}

.subpage-text-box-imagetitle {
    display: block;
    text-align: center;
    margin: 50px auto 80px auto;
}

.img-title {
    display: block;        
    width: 100%;
    text-align: center;
}


/*  -- Contact-Page .css --*/

.kontakt-header-maintext {
    display: block;
    text-align: center;
    background-color: transparent;
    font-size: 2em;
    color: whitesmoke;
    font-weight: 700;
}

.kontakt-box {
    display: block;
    text-align: center;
    padding: 0 10px 0 11px;
    width: 100%;
}

.kontakt-fieldset {
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px 1px grey;
}

.kontakt-field-set-box {    
    display: block;
    text-align: center;
    border: none;
}

.input-field {
    text-align: left;
    box-shadow: 1px 1px 1px 1px grey;
}

.input-box {
    height: 250px;
    text-align: left;
    box-shadow: 1px 1px 1px 1px grey;
}


/* --------------RESPONSIVE 350 - 800-------------- */

@media screen and (min-width: 350px) and (max-width: 800px){
    
    .wrapper {
        font-size: 20px;
    }
    
        h1 {
        margin-top: -44px;
        text-align: center;
    }
    
    .logo {
        display: block;
        width: 60px;        
        margin: 2px auto auto -3px;
    }
   
    .menu-box {
        width: 325px;
    } 

    .menu-item-box { 
        width: 320px;
        min-width: 50px;
        margin: -86px auto;
        height: 30px;
        line-height: 30px;
    } 
    
    .menu-item {
        width: 80px;
        font-size: 0.9em;
        margin-top: 24px;
    }   

    .header-subtext-links {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 2em;
        color: whitesmoke;
    }

    .header-subtext-rechts {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-size: 3em;
    }
    
    .header-maintext {
        display: block;
        width: 100%;
        line-height: 1;
        font-size: 5em;
        text-align: center;
        margin-top: 500px;
    }

    .header-subtext {
        display: block;
        width: 100%; 
        line-height: 1;
        font-size: 1.8em;
        margin-top: 50px;
    }

    .text-box-trace {
         display: block;
         width: 100%;
         text-align: center;
         padding-top: 2px;
         height: 500px;
         margin: 120px auto 100px auto;
    }
    
         .text-box-descr {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: -45px;
        font-size: 1.5em;
        line-height: 1.5;
        height: 580px;
    }
        
    .logo-large-box {
        margin: 200px auto 180px;
    }

    .logo-large {
        width: 145px;
        margin: -93px;
    }
 
    .logo-large-text {
        font-size: 2em;
        margin-top: -4px;
    }

    .wow-sliderbox {
        display: block;
        width: 100%;
        margin-top: 80px;
    }
    
    .text-box-zitat {
        font-size: 2.5em;
    }
    
 
    .footer-text {
        text-align: center;
    }
    
        
 /* responsive subpage */
    
   .subpage-header-maintext {
        line-height: 1;
        margin-top: 100px;
        font-size: 2.8em;
    }
    
     .subpage-text-box  {
        margin: 40px auto 100px auto;
    }

    .subpage-text-box-descr {
        height: 400px;
        font-size: 1.3em;
    }
    
    .subpage-text-box-imagetitle {
        height: 250px;
    }
    
    .subpage-logo-large-box {
        margin: 180px auto 180px;/*margin-top: 100px;*/
    }

    .subpage-logo-large {
        width: 145px;
        margin: -93px;
    }

    .subpage-logo-large-text {
        font-size: 1.5em;
        margin-top: -4px;
    }

    .subpage-contentbox {
        width: 350px;
        margin: 0 auto;
    }
    
    /* responsive contacpage */
    
        
    .kontakt-header-maintext {
        color: black;
        font-size: 1.1em;
        margin-top: 100px;
    }
    
    .kontakt-box {
        margin-top: 100px;
    }

    .kontakt-field-set-box {    
        width: 86%;
        margin: 100px 0 100px 0;
    }

    .input-field {
        width: 250px;
        font-size: 15px;
    }

    .input-box {
        width: 250px;
        height: 250px;
        font-size: 15px;
    }

}


/* --------------RESPONSIVE 801 - 1280-------------- */

@media screen and (min-width: 801px) and (max-width: 1280px){
    
    h1 {
        font-size: 1.5em;
    }
    
    .logo {
        width: 100px;
        margin: 15px 33px 0 0;
    }

    .menu-box {
        width: 780px;
    }
    
    .menu-item-box { 
      width: 615px;
        margin-top: 10px;
    }
    
    .menu-item {
        width: 125px;
        font-size: 0.6em;
    }  
    
  
    .header-maintext {
        font-size: 3.5em;
        margin: 260px auto 0 30px;
    }
    
    .header-subtext {
        margin: -43px 0 0 auto;
    }
    
    .header-subtext-links {
        font-size: 1em;
        line-height: 1em;
        margin: 20px -25px 0 auto;
    }
    
    .header-subtext-rechts {
        font-size: 2.5em;
        padding-left: 10px;
    }
    
    .text-box-trace {
        margin: 120px auto 100px auto;
    }
    
    .text-box-descr {
        height: 315px;
        margin-top: -100px;
    }
    
    .logo-large-box {
        margin: 180px auto 220px;
    }
   
    .logo-large {
        width: 200px;

    }
    
    .logo-large-text {
        font-size: 1.5em;
        margin-top: -131px;
    }
    
    .wow-sliderbox {
        margin-top: 90px;
    }    
            
    .footer-text {
        margin: -50px 0 50px 0;
        text-align: center;
    }
    
        
 /* responsive subpage */
    

    
    .subpage-header-maintext {
        font-size: 3em;
        margin-top: 100px;
    }
    
    .subpage-text-box  {
        margin: -70px auto 100px auto;
    }

    .subpage-text-box-descr {
        height: 400px;
        margin: 150px auto -40px auto;
    }
    
    .subpage-logo-large-box {
        margin: 250px auto;
    }

    .subpage-logo-large {
        width: 180px;
        margin: -93px;
    }

    .subpage-logo-large-text {
        font-size: 1.5em;
        margin-top: -30px;
    }
  
    .subpage-contentbox {
        width: 800px;
        margin: 0 auto;
    }
      
    .subpage-text-box-imagetitle {
        height: 400px;
     }
    
        
    /* responsive contactpage */
    
    .kontakt-header-maintext {
        margin-top: -385px;
        font-size: 2.5em;
    }
    
    .kontakt-box {
        margin-top: 350px;
    }

    .kontakt-field-set-box {    
        width: 96%;
        margin: 100px 0 100px 0;
    }

    .input-field {
        width: 500px;
        font-size: 20px;
    }

    .input-box {
        width: 500px;
        font-size: 15px;
    }
}

/* --------------RESPONSIVE 1281 - 1920-------------- */

@media screen and (min-width: 1281px) and (max-width: 1920px){
   
    p {
        font-size: 1.4em;
    }
           
    .logo {
        width: 150px;
        margin-top: 5px;
    }

    .menu-box {
        width: 1260px;
    }
    
    .menu-item-box { 
        width: 1000px;
        margin-right: 20px;
    }     
    
    .menu-item {
        width: 150px;
    }   

    .header-maintext {
        font-size: 5em;
        margin: 386px auto 0 135px;
        
    }
    .header-subtext {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: -50px 120px 0 auto;
    }
    
    .header-subtext-links {
        font-size: 1.5em;
    }
    
    .header-subtext-rechts {
        font-size: 4em;
    }
    
    .text-box-trace {
        width: 1200px;
        margin: 150px auto;
    }

    .text-box-descr {
        height: 500px;
    }
    
    .text-box-descr-font {
        margin-top: -35px;
        font-size: 3em;
    }
    
    .logo-large-box {
       margin: 250px auto 350px;
    }
  
    .logo-large {
        width: 300px;
        margin: 10px auto -155px 2px;
    }
    
    .logo-large-text {
        font-size: 2em;
        margin-top: -28px;
    }
    
    .wow-sliderbox {
        margin: 180px auto 180px auto;
    }
    
    .footer {
        height: 500px;
        margin-top: 205px;
    }
    .footer-text {
        margin: -216px 0 0 270px;
    }
    
    
 /* responsive subpage */
    
    .subpage-header-maintext {
        font-size: 3.8em;
        margin-top: 150px;
    }
    
    .subpage-text-box {
        margin: 0 auto 100px auto;
    }
    
    .subpage-text-box-descr {
        height: 800px;
        padding-top: 150px;
    }
    
    .subpage-logo-large-box {
        margin: 150px 0 350px 0;
    }

    .subpage-logo-large {
        width: 300px;
        margin: 10px auto -155px 2px;
    }

    .subpage-logo-large-text {
        font-size: 2em;
        margin-top: -28px;
    }

    .subpage-contentbox {
        width: 1150px;
        margin: 0 auto;
    }
  
     .subpage-text-box-imagetitle {
        height: 500px;
    }
    
        
    
/* responsive contacpage */
    
    .kontakt-header-maintext {
        margin-top: -600px;
        font-size: 3em;
    }
   
    .kontakt-box {
        margin-top: 600px;
    }

    .kontakt-field-set-box {    
        width: 96%;
        margin: 110px 0 110px 0;
    }

    .input-field {
        width: 500px;
        font-size: 20px;
    }

    .input-box {
        width: 700px;
        /*height: 250px;*/
        font-size: 15px;
    }
}
    

/* --------------RESPONSIVE 1921 - x -------------- */

@media screen and (min-width: 1921px){
    
    p {
    font-size: 1.5em;
    }
    
    .menu-item {
        width: 220px;
        font-size: 1.1em;
    }  
        
    .menu-box {
        width: 1900px;
    }
    
    .menu-item-box { 
        width: 1600px;
        margin-top: 35px;    
    }     
    
    .logo {
        width: 250px;
        margin-top: 15px;
    }

    .header-maintext {
        font-size: 250px; /*od. 6.5em*/
        margin: 390px auto 0 200px;
    }
    
    .header-subtext {
        margin: -6px 175px 0 auto;
    }
    
    .header-subtext-links {
        margin: -50px 100px 0 auto;
        font-size: 2.2em;
        line-height: 1;
    }
    
    .header-subtext-rechts {
        font-size: 4.5em;
        margin: -89px -85px 0 auto;
    }
    
    .text-box-trace {
        margin: 60px auto 50px auto;
        padding-right: 56px;
    }
        
    .text-box-descr {
        height: 1000px;
        padding-top: 15px;
    }

    .text-box-descr-font {
        margin-top: 70px;
        font-size: 3em;
    }
    
    .logo-large-box {
        margin: 150px auto 480px;
        font-size: 1.2em;
        padding-top: 160px;
    }
        
    .logo-large {
        width: 350px;
    }
    
    .logo-large-text {
        font-size: 2em;
        margin-top: -223px;
    }
            
    .wow-sliderbox {
        margin: 300px auto 250px auto;
    }
    
    .footer-text {
        margin: -285px 0 150px 180px;
    }
             
 /* responsive subpage */
    
    .subpage-header-maintext {
        font-size: 4em;
        margin: 150px auto;
    }
  
    .subpage-text-box {
        margin: 0 auto 50px auto;
    }
    
    .subpage-text-box-descr {
        height: 800px;
    }
        
    .subpage-logo-large-box {
        margin: 100px 0 420px 0;
    }

    .subpage-logo-large {
        width: 300px;
        margin: 10px auto -155px 2px;
    }

    .subpage-logo-large-text {
        font-size: 2em;
        margin-top: -28px;
    }
            
    .subpage-contentbox {
        width: 1700px;
        margin: 0 auto;
    }
    
     .subpage-text-box-imagetitle {
        height: 600px;
    }
    
     /* responsive contactpage */
    
      
    .kontakt-header-maintext {
        margin-top: -620px; 
        font-size: 3.5em;
    }
    .kontakt-box {
        margin-top: 700px;
    }
    
    .kontakt-field-set-box {    
        width: 96%;
        margin: 150px 0 150px 0;
    }

    .input-field {
        width: 600px;
        font-size: 30px;
    }

    .input-box {
        width: 800px;
        /*height: 250px;*/
        font-size: 15px;
    }
}

