html
{
    font-size: 62.5%;
    font-size: 1vw;
}

body
{
    font-family: "Droid Serif Pro Bold Italic Font", "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

/* Smartwatch */
@media only all and (min-device-width: 272px) and (orientation: landscape), only all and (min-device-height: 272px) and (orientation: portrait)
{
    html
    {
        font-size: 50%;
    } 
}

/* Mobile device */
@media only all and (min-device-width: 320px) and (orientation: landscape), only all and (min-device-height: 320px) and (orientation: portrait)
{
    html
    {
        font-size: 50%;
    }
}

/* Tablets */
@media only all and (min-device-width: 768px) and (orientation: landscape), only all and (min-device-height: 768px) and (orientation: portrait)
{
    html
    {
        font-size: 100%;
    }
}

/* HD */
@media only all and (min-width: 1920px) and (orientation: landscape), only all and (min-height: 1920px) and (orientation: portrait)
{
    html
    {
        font-size: 125%;
    } 
}

/* Ultra-HD */
@media only all and (min-width: 2560px) and (orientation: landscape), only all and (min-height: 2560px) and (orientation: portrait)
{
    html
    {
        font-size: 200%;
    } 
}

/* For retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)
{
    body
    {
        /*background-color: red;*/
    }
}

@media only all and (orientation: portrait)
{
    html
    {
        font-size: 2.5vw;
    }
}

@media only all and (orientation: landscape)
{
    html
    {
        font-size: 2vh;
    }
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
html, body
{
    width:  100%;
    height: 100%;
    font-size: 1.5vw;
}*/

h1
{
    font-size: 1.7rem;
    margin: 0;
}

h2
{
    font-size: 1.6rem;
    margin: 0;
}

h3
{
    font-size: 1.5rem;
    margin: 0;
}

@media all AND (min-width: 0px) AND (max-width: 1024px) 
{
    /* Faktor to 1920: 0.533 */
    #pageOne
    {
        background: url(../../images/1024/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 65px;
        height: 102px;        
    }*/
}

@media all AND (min-width: 1025px) AND (max-width: 1280px) 
{
    /* Faktor to 1920: 0.667 */
    #pageOne
    {
        background: url(../../images/1280/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 82px;
        height: 128px;        
    }*/
}

@media all AND (min-width: 1281px) AND (max-width: 1366px) 
{
    /* Faktor to 1920: 0.711 */
    #pageOne
    {
        background: url(../../images/1366/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 88px;
        height: 137px;        
    }*/
}

@media all AND (min-width: 1367px) AND (max-width: 1680px) 
{
    /* Faktor to 1920: 0.875 */
    #pageOne
    {
        background: url(../../images/1680/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 107px;
        height: 168px;        
    }*/
}

@media all AND (min-width: 1681px) AND (max-width: 1920px) 
{
    /* Faktor to 1920: 1 */
    #pageOne
    {
        background: url(../../images/1920/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 123px;
        height: 192px;        
    }*/
}

@media all AND (min-width: 1921px)
{
    /* Faktor to 1920: 2 */
    #pageOne
    {
        background: url(../../images/3840/background.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* Site layout End */
    
    /*#logoFrame
    {
        width: 246px;
        height: 385px;        
    }*/
}

#logoFrame img
{
    width: auto;
    height: auto;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
    max-height: 100%;
    max-width: 100%;
}
   
/* Force landscape START */
@media only screen and (orientation: portrait)
{
    #landscapeWarning 
    {  
        display: table;
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);*/
     }
}

@media only screen and (orientation: landscape)
{
    #landscapeWarning 
    {  
        display: none;
        /*-webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);*/
     }
}

#landscapeWarning
{
    position: fixed;
    z-index: 99999;    
    height: 96%;
    width: 96%;
    top: 2%;
    left: 2%;
    
    font-size: 3rem;
    border: 1px solid #000000;    
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #FFF 0%, #EEE 50%, #CCC 100%);
    background: -webkit-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: -o-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: -ms-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: linear-gradient(-45deg,  #FFF 0%, #EEE 50%, #CCC 100%);
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    text-align: center;
}

#landscapeWarning>div
{
    /*margin-left: auto;
    margin-right: auto; */
    vertical-align: middle;
}

#landscapeWarning img
{
    height: 30%;
    width: auto;
}
/* Force landscape END */
         
body
{
    /*
    1vw = 1% of viewport width
    1vh = 1% of viewport height
    1vmin = 1vw or 1vh, whichever is smaller
    1vmax = 1vw or 1vh, whichever is larger
    */    
    font-family: Droid Sans Mono, Helvetica, Arial;
    margin: 0 auto;
       
    /* No scrollbars */
    overflow: hidden;

    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #FFF 0%, #EEE 50%, #CCC 100%);
    background: -webkit-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: -o-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: -ms-linear-gradient(-45deg, #FFF 0%, #EEE 50%, #CCC 100%);
    background: linear-gradient(-45deg,  #FFF 0%, #EEE 50%, #CCC 100%);    
    
    /* disable text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1
{
    font-weight: bold;    
}

h2
{
    font-weight: bold;
}

.centeredText
{
    text-align: center;
}

.leftText
{
    text-align: left;    
}

.rightText
{
    text-align: right;    
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

/* http://www.w3.org/Style/Examples/007/text-shadow.en.html */
/* http://www.midwinter-dg.com/permalink-7-great-css-based-text-effects-using-the-text-shadow-property_2011-03-03.html */
.borderText
{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.readableText
{
    text-shadow: black 0.1rem 0.1rem 0.2rem;
}

.multipleShadowText
{
    text-shadow: 0.2rem 0.5rem 0.1rem #600, -0.3rem 0.1rem 0.1rem #060, 0.4rem -0.3rem 0.1rem #006
}

.letterPressText
{
    text-shadow: 1px 1px white, -1px -1px #444 
}

.rembossedText
{
    text-shadow: -1px -1px white, 1px 1px #333;
}

.glowText
{
    text-shadow: 0 0 0.2rem #87F, 0 0 0.2rem #87F, 0 0 0.2rem #87F;   
}

/* CSS3 buttons with icon
* src: http://fortysevenmedia.com/blog/archives/css3_buttons_with_icons/ */
.imageButton, .disabledImageButton
{    
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);    
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    padding: 5px 15px;
    /*padding: 1% 1%;*/
    text-decoration: none;
    text-shadow: #fff 0 1px 0;
    /*float: left;
    margin-right: 15px;
    margin-bottom: 15px;*/
    display: inline-block;
    color: #597390;
    /*line-height: 24px;*/
    line-height: 1rem;
    font-size: 1rem;
    font-weight: bold;    
    border: 1px solid #979797;
    text-align: center;
}

.imageButton
{
    cursor: pointer;
    
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
    background: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
    background: -moz-linear-gradient(top, #ffffff, #dbdbdb);
    background: -ms-linear-gradient(top, #ffffff, #dbdbdb);
    background: -o-linear-gradient(top, #ffffff, #dbdbdb);
}

.disabledImageButton
{
    cursor: wait;
    
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dbdbdb));
    background: -webkit-linear-gradient(top, #cccccc, #dbdbdb);
    background: -moz-linear-gradient(top, #cccccc, #dbdbdb);
    background: -ms-linear-gradient(top, #cccccc, #dbdbdb);
    background: -o-linear-gradient(top, #cccccc, #dbdbdb);
}

.imageButton:hover
{
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dbdbdb));
    background: -webkit-linear-gradient(top, #eeeeee, #dbdbdb);
    background: -moz-linear-gradient(top, #eeeeee, #dbdbdb);
    background: -ms-linear-gradient(top, #eeeeee, #dbdbdb);
    background: -o-linear-gradient(top, #eeeeee, #dbdbdb);
    color: #000;
}

.imageButton:active, .pressedButton
{
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#ffffff));
    background: -webkit-linear-gradient(top, #dbdbdb, #ffffff);
    background: -moz-linear-gradient(top, #dbdbdb, #ffffff);
    background: -ms-linear-gradient(top, #dbdbdb, #ffffff);
    background: -o-linear-gradient(top, #dbdbdb, #ffffff);
    
    text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 1px;
}
/* END */

.shadowedBG
{
    /*background-color: #CCCCCC;
    background-color: rgba(204, 204, 204, 0.5);
    background: -webkit-gradient(linear, 0 100%, 0 0%, from(#555555), to(#CCCCCC));
    background: -webkit-gradient(linear, 0 100%, 0 0%, from(rgba(85, 85, 85, 0.5)), to(rgba(204, 204, 204, 0.5)));*/
    background-color: #646464;
    background-color: rgba(100, 100, 100, 0.5);
    background: -webkit-gradient(linear, 0 100%, 0 0%, from(#323232), to(#646464));
    background: -webkit-gradient(linear, 0 100%, 0 0%, from(rgba(50, 50, 50, 0.5)), to(rgba(100, 100, 100, 0.5)));
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px;
    margin: auto auto;
}

.redglow
{
    -moz-box-shadow: 0 0 30px 15px #FF0000, inset 0 0 30px 15px #FF0000;
    -webkit-box-shadow: 0 0 30px 15px #FF0000, inset 0 0 30px 15px #FF0000;
    box-shadow: 0 0 30px 15px #FF0000, inset 0 0 30px 15px #FF0000;
}

/* Properly centered div */
.outer
{
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.middle
{
    display: table-cell;
    vertical-align: middle;
}

.inner
{
    margin-left: auto;
    margin-right: auto;
}

/* Tablelayout using divs */
.table 
{ 
    display: table;    
    width: 100%;
}

.fixedtable
{
    table-layout: fixed;
}

.tr 
{ 
    display: table-row; 
}

.trgroup
{
    display: table-row-group;
}

.td 
{ 
    display: table-cell; 
}

.tablecaption
{
    display: table-caption;
}

.tablespan
{
    column-span: all; /* W3C */
    -webkit-column-span: all; /* Safari & Chrome */
    -moz-column-span: all; /* Firefox */
    -ms-column-span: all; /* Internet Explorer */
    -o-column-span: all; /* Opera */
}

/* Height = Width with CSS
http://www.madremyday.de/css-height-equals-width-with-pure-css.html */
.box
{
    position: relative;
}

.box:before
{
    content: "";
    display: block;    
}

.ratio1_1:before
{
    padding-top: 100%;
}

.ratio2_1:before
{
    padding-top: 50%;
}

.ratio1_2:before
{
    padding-top: 200%;
}

.ratio4_3:before
{
    padding-top: 75%;
}

.ratio16_9:before
{
    padding-top: 56.25%;
}

.content
{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Navigation Start */
#didYouKnow
{
    display: none;
    position: fixed;
    right: 1%;
    top: 10%;
    max-width: 20%;
    padding: 10px;
    
    color: #FFFFFF;
    background: #d4232e;
    background: -webkit-gradient(linear, left top, left bottom, from(#d4232e), to(#DD4F58));
    background: -webkit-linear-gradient(top, #d4232e, #DD4F58);
    background: -moz-linear-gradient(top, #d4232e, #DD4F58);
    background: -ms-linear-gradient(top, #d4232e, #DD4F58);
    background: -o-linear-gradient(top, #d4232e, #DD4F58);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#d4232e), to(#D2691E));
    background: -webkit-linear-gradient(top, #d4232e, #D2691E);
    background: -moz-linear-gradient(top, #d4232e, #D2691E);
    background: -ms-linear-gradient(top, #d4232e, #D2691E);
    background: -o-linear-gradient(top, #d4232e, #D2691E);*/
    
    border: 1px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;  
    font-size: 1.0rem;
    opacity: 0.8;
    z-index: 9999;
}

#didYouKnow h2
{
    text-align: center;
}

/* Navigation End */
/* Footer Start */
#footer
{
    bottom: 0;
    /*top: 96%;*/
    height: 4%;
    /*min-height: 42px;*/ /* fullHD */
}

#site_progress, .social_sharing, .languageFlags
{
    background: #dbdbdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#ffffff));
    background: -webkit-linear-gradient(top, #dbdbdb, #ffffff);
    background: -moz-linear-gradient(top, #dbdbdb, #ffffff);
    background: -ms-linear-gradient(top, #dbdbdb, #ffffff);
    background: -o-linear-gradient(top, #dbdbdb, #ffffff);
}

/* Site progress stuff - belongs to slidewizard.css */
#site_progress
{
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;    
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    max-width: 50%;    
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;    
}

#site_progress li
{
    position: relative;
    display: inline-block; 
    width: 1.5rem;
}

#site_progress li:before
{
    content: "";
    display: block;
    padding-top: 100%;
}

#default_dot
{
    display: none;
}

.progress_dot
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    vertical-align: middle;    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;    

    border: 1px solid #000000;
    margin: 5px;
    background: #c7c7c7;
    opacity: .5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.active_dot 
{
    background: #000000;
    opacity: 1;
    cursor: wait !important;
}
/* Footer End */

.navbar, #footer
{
    border: 1px solid #0c0700;
    background: #d4232e;
    /*background: #ede9f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#ede9f5), to(#FFFFFF));
    background: -webkit-linear-gradient(top, #ede9f5, #FFFFFF);
    background: -moz-linear-gradient(top, #ede9f5, #FFFFFF);
    background: -ms-linear-gradient(top, #ede9f5, #FFFFFF);
    background: -o-linear-gradient(top, #ede9f5, #FFFFFF); */   
    color: #f1f0f0;
    position: fixed;
    width: 100%;
    opacity: 0.8;
    z-index: 1000;
}

.navbar
{
    height: 4%;    
    top: 0%;
}

#logoFrame
{
    /*position: fixed;
    top: 0;
    left: 0;*/
    /*padding: 5px;*/
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 0.5rem;
    z-index: 1000;
    width: 12%;
}

#logoFrame img
{
    /*border: 1px solid #0c0700;
    background: #d4232e;
    padding: 5%;*/
    border: 0.1rem solid #000;
}

#navbarButtons, #footerText
{
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

#footerText p
{
    text-align: left;
    font-size: 0.6rem;
    margin: 0;
    margin-left: 5px;
}

#languageSelect
{
    text-align: right;
    vertical-align: middle;
}

.languageFlags
{
    float: right;
    height: 100%;
    width: 40%;
    padding-right: 2%;
    padding-left: 3%;
    /*display: inline-block;*/
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.flag
{
    float: left;
    height: 100%;
    width: 45%; /* 2 flags */
    padding-right: 5%;
    cursor: pointer;
}

/*.last
{
    margin-right: 5%;
}*/

.navbarButton, .footerButton
{
   border: 1px solid #292028;   
   background: #e0123b;
   background: -webkit-gradient(linear, left top, left bottom, from(#b51010), to(#e0123b));
   background: -webkit-linear-gradient(top, #b51010, #e0123b);
   background: -moz-linear-gradient(top, #b51010, #e0123b);
   background: -ms-linear-gradient(top, #b51010, #e0123b);
   background: -o-linear-gradient(top, #b51010, #e0123b);   
   color: #ede9f5;
   
   padding: 10px 20px;
   padding: 0.5rem 1rem;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #db8cd2 0 1px 0;   
   font-size: 1.1rem;
   text-decoration: none;
   vertical-align: middle;
   display: inline-block;
}

.navbarButton:hover, .footerButton:hover 
{
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   color: #fff;
}

.navbarButton:active, .footerButton:active
{   
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   color: #fff;
}
/* Navigation End */
/* Social Network Stuff  Start */
.social_sharing
{
    text-align: center;
    vertical-align: middle;
    height: 100%;
    padding-right: 2%;
    padding-left: 3%;
    display: inline-block;
    
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.stLarge
{
    margin-top: 5px;
}

.twitter, .googleplus, .facebook, .remail
{
    font-size:  1px; /* needed to keep FB button aligned? */
    /*width:      100px;*/
    display:    inline-block;
    vertical-align: middle;
}

.fb_reset 
{
    display:    inline;
} 
/* Social Network Stuff End */
/* Site layout Start */
.site
{
    position: absolute;
    height: 100%;    
    width: 100%;
    text-align: center;
}

/* see resolution dependend .css files! */
/*#pageOne
{
    /*background: url(../../images/home/uhd.jpg);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}*/
/* Site layout End */
/* Form stuff Start */
.contactForm
{
    background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #ffffff),color-stop(1, #dbdbdb));
    filter: progid:DXImageTransform.Microsoft.gradient
        (startColorStr='#ffffff', EndColorStr='#dbdbdb');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient
        (startColorStr='#ffffff', EndColorStr='#dbdbdb')";
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);    
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    
    text-align: left;
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-size: 1rem;
    
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.contactForm label 
{
    color: #000000;
}

.contactForm .formInput, .contactForm .formSelect
{    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid black;
    
    position: relative;
    margin-bottom: 1%;

    /*-o-transition: color .5s ease-out,background .5s ease-in,opacity .5s ease-out;
    -ms-transition: color .5s ease-out,background .5s ease-in,opacity .5s ease-out;
    -moz-transition: color .5s ease-out,background .5s ease-in,opacity .5s ease-out;
    -webkit-transition: color .5s ease-out,background .5s ease-in,opacity .5s ease-out;
    transition: color .5s ease-out,background .5s ease-in,opacity .5s ease-out;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #d4232e;*/    
}

.contactForm .formSelect > label
{
    width: auto;
    display: inline-block;
}

.contactForm .formSelect > select
{
    font-size: 0.8rem;
    display: inline-block;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding-right: 1px;
}

.contactForm input, form textarea
{
    background-color: transparent;   
}

.contactForm input, form textarea, form select
{    
    /*font-weight: 400;*/
    font-size: 1.2rem;
    color: #000000;
    position: absolute;
    top: 0;
    margin: 0;
}

.contactForm input, form label, form textarea
{
    width: 100%;
    display: block;
    outline: none;
    border: none;
}

.contactForm input, form label, form textarea, form select
{
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    /*line-height: 1.6;*/
    /*padding: 12.5px 20px;*/
    padding: 1% 1%;
}

.contactForm .warning
{
    color: red !important;
}
/* Form stuff End */
/* Button Styles START */
.button
{
    cursor: pointer;
    border: 1px solid #292028;
    background: #e0123b;
    background: -webkit-gradient(linear, left top, left bottom, from(#b51010), to(#e0123b));
    background: -webkit-linear-gradient(top, #b51010, #e0123b);
    background: -moz-linear-gradient(top, #b51010, #e0123b);
    background: -ms-linear-gradient(top, #b51010, #e0123b);
    background: -o-linear-gradient(top, #b51010, #e0123b);
    color: #ede9f5;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #db8cd2 0 1px 0;
    font-size: 1.5rem;
    text-decoration: none;
    vertical-align: middle;
    padding: 1.5rem 1rem;
}

.button:hover
{
    border: 1px solid #0a3c59;
    text-shadow: #1e4158 0 1px 0;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
    background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
    background: -moz-linear-gradient(top, #65a9d7, #3e779d);
    background: -ms-linear-gradient(top, #65a9d7, #3e779d);
    background: -o-linear-gradient(top, #65a9d7, #3e779d);
    color: #fff;
}

.button:active
{   
    border: 1px solid #0a3c59;
    text-shadow: #1e4158 0 1px 0;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    color: #fff;
}
/* Button Styles END */
/* Commonly used */
.siteTitle
{
    text-align: center; 
    position: absolute; 
    top: 8%; 
    width: 100%;    
}

.siteTitle h1
{
    font-size: 2rem;
}

.infoArea
{
    position: relative;
    text-align: left;
    top: 10%;
    width: 100%;
    height: 60%;
}

.infoBlock
{
    width: 100%;
    height: 100%;
}