/* -*- mode: css; coding: utf-8; indent-tabs-mode: nil; -*- */
/* UrbanATM
 * content css
 * (C) 2017 ConfidIT
 * Hembergstr. 35
 * D-27726 Worpswede
 */

/*  logo formatting starts          */

.logo
{
    position: relative;
    width: 63%;
    margin-top: 0px;
}

.logo img
{
    width: 100%;
}



/*  logo formatting ends          */





/*  menu formatting starts          */

.mainmenuwrap
{
    z-index: 99;
    width: 100%;
    position: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
}

#burgermenu
{
    float: right;
    right: 20px;
    display: block;
    overflow-x: hidden;
    transition: 0.5s ease;
    z-index: 99;
}

ul.menu.level0
{
    display: inline-block;
    position: relative;
    height: 100%;
    transition: left 0.5s ease;
}

input#menubutton
{
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}


label.openmenu
{
    position: relative;
    float: right;
    display: block;
    background-color: rgb(255,255,255);
    z-index: 1;

}

label:hover.openmenu
{
    cursor: pointer;
}

label.openmenu span
{
    display: block;
    transition: 0.5s ease;
    background-color: rgb(94, 130, 163);
}

label.openmenu span.first
{
    transform-origin: 0% 0%;
    margin-top: 1px;
}

label.openmenu span.third
{
    transform-origin: 0% 100%;
    margin-bottom: 1px;
}

#menubutton ~ ul
{
    left: 100%;
}

#menubutton:checked  ~ label.openmenu span.first
{
    opacity: 1;
    transform: rotate(45deg);
    background-color: rgb(17, 33, 81);
}

#menubutton:checked  ~ label.openmenu span.second
{
    opacity: 0;
}

#menubutton:checked  ~ label.openmenu span.third
{
    opacity: 1;
    transform: rotate(-45deg);
    background-color: rgb(17, 33, 81);
}

#menubutton:checked  ~ ul
{
    transition: left 0.5s ease;
    left: 0px;
}

ul.menu li
{
    float: left;
}

ul.menu.level0 li
{
    float: left;
    list-style: none;
    font-size: 2vh;
    margin-right: 1vw;
}

.right ul.menu.level0 li
{
    margin-right: 0px;
}

ul.menu.level0 li a
{
    color: rgb(94, 130, 163);
    transition: all .2s ease-in-out;
}

a
{
    color: rgb(94, 130, 163);
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: rgb(17, 33, 81);
}

ul.menu.level0 li a:hover
{
    color: rgb(17, 33, 81);
}

ul.menu.level0 li a span.menuitemtitle
{
    font-family: Kanit, sans-serif;
    text-transform: uppercase;
}

#languagemenu ul.menu.level0 li
{
    margin-top: -15px;
    font-size: 1vh;
    margin-bottom: 2vh;
}

.footermenu ul.menu
{
    position: relative;
}



/*  menu formatting ends          */





/*  container formatting starts        */

#pageforeground
{
    width: 100vw;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -10;
}

.restrictedwidth
{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.maximalwidth
{
    max-width: 100%;
}

.section, .colbox, .column, .columncontentwrap, .columncontent
{
    float: left;
    display: inline-block;
}

.section
{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section, .colbox
{
    clear: both;
}

.colbox.imgbg
{
    position: relatve;
    top: 0px;
}

.column
{
    min-height: 10px;
}

.column.right
{
    float: right;
}

.columncontentwrap, .columncontent
{
    width: 100%;
}

.columncontent.left
{
    text-align: left;
}

.columncontent.center
{
    text-align: center;
}

.columncontent.right
{
    text-align: right;
}

.columncontent.justify
{
    text-align: justify;
}

.toppadding
{
    padding-top: 12vh;
}

.bottompadding
{
    padding-bottom: 12vh;
}

video
{
    width: 100%;
}

#section01
{
    background-image: url('../images/startpage/integration_stadtverkehr_bg_01.jpg');
    min-height: 100vh
}

#section04
{
    background-image: url('../images/startpage/flughafen_geofence_bg_01.jpg');
    min-height: 100vh;
    background-position: center center;
}

#section08
{
    min-height: 100vh;
}

/*  container formatting ends        */





/*  responsive image formatting starts    */

.responsiveimage
{
    display: none;
}

img.intext.left
{
    float: left;
    margin-left: 0px;
}

img.intext.right
{
    float: right;
    margin-right: 0px;
}



/*  responsive image formatting ends    */


/*  shadow box  formatting starts        */

.perspective::before
{
    bottom: 5px;
    box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    height: 35%;
    left: 80px;
    max-height: 50px;
    transform: skew(40deg);
    transform-origin: 0 100% 0;
    width: 50%;
}

.drop-shadow::before, .drop-shadow::after
{
    content: "";
    position: absolute;
    z-index: -2;
}

.perspective::after
{
    display: none;
}

.drop-shadow::before, .drop-shadow::after
{
    content: "";
    position: absolute;
    z-index: -2;
}

.drop-shadow
{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    float: left;
    margin: 2em 10px 4em;
    padding: 2em;
    position: relative;
}

.shadowbox
{
    z-index: 40;
}

.shadowbox img
{
    width: 100%;
}

.columncontent .shadowbox p
{
    font-family: Kanit, sans-serif;
}

/*  shadow box  formatting ends        */





/*  font formatting starts          */

h1, h2, h3, h4, h5, h6, p, address, li
{
    font-weight: 200;
}


h1, .columncontent p.bigtext1, span.bigtext1
{
    font-family: 'Krona One', sans-serif;
    clear: both;
    letter-spacing: 1px;
    font-size: 3.5vh;
    margin-bottom: 2.5vh;
    line-height: 5vh;
    color: rgb(17, 33, 81);
}

h2, .columncontent p.bigtext2, span.bigtext2
{
    font-family: 'Kanit', sans-serif;
    margin-bottom: 1.5vh;
    font-size: 2.8vh;
    line-height: 4vh;
    letter-spacing: 1px;
    color: rgb(94,130,163);
}

h3, .columncontent p.bigtext3, span.bigtext3
{
    font-family: 'Kanit', sans-serif;
    margin-bottom: 1vh;
    font-size: 2.2vh;
    font-weight: 200;
    color: rgb(94,130,163);
}

h1.citation, h2.citation
{
    font-family: 'Krona One', sans-serif;
    color: rgb(255,255,255);
    font-size: 4vh;
    line-height: 6vh;
}

span.quotein
{
    margin-left: -3.8vh;
}

span.infolabel
{
    display: inline-block;
    min-width: 7vh;
}

.columncontent p, .columncontent address, ul li
{
    font-family: Roboto, sans-serif;
    font-size: 2.4vh;
    line-height: 3.8vh;
    font-weight: 200;
    color: rgb(17, 33, 81);
    margin-bottom: 2vh;
}

.columncontent address strong
{
    font-family: 'Krona One', sans-serif;
    font-size: 2.4vh;
    line-height: 3.8vh;
    font-weight: 200;
    color: rgb(17, 33, 81);
    margin-bottom: 2vh;
}

.columncontent p.nomargin
{
    margin-bottom: 0px;
}

ul.contentlinklist li
{
    display: inline-block;
    margin-right: 7px;
}


p .left, p.right
{
    clear: both;
}

p.left
{
    text-align: left!important;
}

p.right, p .right
{
    text-align: right!important;
}

p.center, p .center
{
    text-align: center!important;
}

p.justify, p .justify
{
    text-align: justify!important;
}

.italic
{
    font-style: italic;
}




/*  font formatting ends        */







/*  color box formatting starts      */

.lightblue
{
    background-color: rgba(224,231,238,0.8);
}

.lightgrey
{
    background-color: rgba(235,235,235,0.8);
}

.lightgrey.opaque
{
    background-color: rgba(235,235,235,1);
}

.white
{
    background-color: rgba(255,255,255,1);
}

/*  color box formating ends      */



/*  css fx formatting starts      */

.transform
{
    transition: all 1s ease-in-out;
}

.enlarge
{
    transition: all 0.3s ease-in-out;
}

.enlarge:hover
{
    transform: scale(1.05);
}



.transform.fadein
{
    opacity: 0.75;
}

.transform.fadeout
{
    opacity: 0;
}



/*  for testing purposes only, comment out in productive environment  */


/*

.transform.fadein
{
  background-color: green;
}

.transform.fadeout
{
  background-color: red;
}

*/



/*  css fx formatting ends        */




/*  css fx formatting ends        */
