/* 
    tomato = #e5322c 
    warm-grey = #757575

font-family: 'Open Sans', sans-serif;

*//*
#tester{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 1080px;
    height: 100px;
    top: 0px;
    left: 0px;
    font-size: 27px;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    z-index: 1000;
}*/
html{
    overflow: hidden;
}
body{
    background-color: #bfbfbf;
    overflow: hidden;
}
.view {
    position: absolute;
    top:0px;
    left: -131%;
    width: 1280px;
    height: 720px;
    background-color: #FFFFFF;
    overflow: hidden;
}
p,h1{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 0px;
    padding: 0px;
}

#commonheader{
    position: absolute;
    top:    0px;
    left: 0px;
    width: 1280px;
    overflow: hidden;
}
#commonheader div.top{
    width:  1280px;
    height: 110px;
    background-color: #FFFFFF;
    
}
#commonheader #flower{
    width: 500px;
    height:  103.33px;
    position: relative;
    top: 0px;
    display: inline-block;
    float: right;
}
#flower img{
    max-width: 100%;
    height: 103.33px;
}
#commonheader #logo{
    width: 497.33px;
    height:  70.66px;
    position: relative;
    top: 33.33px;
    left: 66.66px;
    display: inline-block;
    float: left;
}
#logo img{
    max-height: 100%;
    max-width: 100%;
}
#commonheader div.tomato{
    width:  1280px;
    height: 43.33px;
    background-color: #e5322c;
}
#commonheader div.tomato p{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    color: #ffffff;
    margin-left: 66.66px;
    position: relative;
    top: 7px;
    display: inline-block;
}
#commonheader div.tomato div{
    width: 194px;
    height:  30px;
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    float: right;
    margin-top: 4.66px;
    margin-right:108.66px;
}
#commonheader div.tomato div.focus{
    background-color: #e5322c;
}
#commonheader input{
    display: block;
    position: absolute;
    top: 0px;
    visibility: hidden;
}
#commonheader #input_wp img{
    width: 20px;
    height:  20.66px;
    float: right; 
    margin-right: 11px;
    margin-top: 5px;
}
#commonheader #input_bg{
    width: 200px;
    height: 34px;
    box-shadow: none;
    background-color: transparent;
}

#commonheader #input_wp{
    margin-top: 2px;
    margin-right: 3px;
}
#imprint_icon{
    position: absolute;
    left: 1062.66px;
    top: 660.66px;
    width: 105px;
    height: 21px;
    padding: 4px 2px;
    background-color: #FFFFFF;
    text-align: center;
}
#imprint_icon.focus{
    background-color: #e5322c;
}
#imprint_icon img{
    width: 20px;
    height:  20px;
    display: inline-block;
}
#imprint_icon p{
    font-family: 'Open Sans', sans-serif;
    color: #757575;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    /*vertical-align: text-bottom;*/
    position: relative;
    top: -2px;
}
#imprint_icon.focus p{
    color: #FFFFFF;
}
/*modals*/
#modalbg{
    position: absolute;
    top: 0px;
    left: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.modal{
    width: 426px;
    height: 240px;
    top: 240px;
    left: 426px;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    text-align: center;
    display: none;
}
.modal h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    color: #e5322c;
    font-weight: 600;
    width: 426px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 32px;
}
.modal p{
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 100;
    text-align: center;
    color: #111111;
    margin-top: 13px;
}
.modal .button{
    display: inline-block;
    margin-top: 41px;
    padding: 2px 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #757575;
    font-weight: 100;
    
}
.modal .button.focus{
    background-color: #e5322c;
    color: #ffffff;
}