/* General
-------------------------------------------------------------------------------*/
.white-bg {
    background-color: white; }

.light-blue {

    color: #203555; }

.white {
    color: white; }

.bold {
    font-weight: bold; }

b {
    font-weight: bold; }

strong {
    font-family: "Roboto", sans-serif; }

.no-decoration {
    text-decoration: none; }

.no-decoration:hover {
    text-decoration: none; }

.hidden {
    display: none; }

.full-width {
    max-width: 100%; }

.overlay {
    /*position: absolute;
    background-color: rgba(32,53,85,0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/ }

.flex-container {
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    /* Other browsers */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row; }

.flex-column {
    -webkit-flex-direction: column;
    flex-direction: column; }

.flex-item {
    margin: 0 1% 2% 0;
    display: block;
    text-decoration: none; }

.flex-width-3 {
    width: 32%; }

.flex-width-4 {
    width: 22.5%; }

.flex-item:hover {
    text-decoration: none; }

.flex-last {
    display: none; }

@media screen and (max-width: 900px) {
    .flex-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }

    .flex-item {
        width: 47%;
        margin-left: auto;
        margin-right: auto; }

    .flex-last {
        display: block; } }
@media screen and (max-width: 750px) {
    .flex-item {
        width: 99%; } }
.arrow-up {
    margin-left: 3px;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #203555;
    border-left: 15px solid #203555;
    /* border-bottom: 15px solid #BBC7CE;
    border-left: 15px solid #BBC7CE; */
    height: 0;
    width: 0; }

/* Grid
-------------------------------------------------------------------------------*/
.grid-inner {
    width: 1170px;
    margin: 0 auto; }

.no-grid {
    margin: 0 auto; }

@media screen and (max-width: 1220px) {
    .grid-inner {
        margin-left: auto;
        margin-right: auto} }
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 3% 0 0; }

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
    margin: 0; }

.col1 {
    width: 5.5%; }

.col2 {
    width: 14%; }

.col3 {
    width: 22.5%; }

.col4 {
    width: 31.3%; }

.col5 {
    width: 39.5%; }

.col6 {
    width: 48%; }

.col7 {
    width: 56.5%; }

.col8 {
    width: 65%; }

.col9 {
    width: 73.5%; }

.col10 {
    width: 82%; }

.col11 {
    width: 90.5%; }

.col12 {
    width: 99%;
    margin: 0; }

.offset1 {
    margin-right: 5.5%; }

.offset2 {
    margin-right: 14%; }

.first1 {
    margin-left: 5.5%; }

/* General
-------------------------------------------------------------------------------*/
h2 {
    color: #203555;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 48px;
    font-family: "Roboto", sans-serif; }

h2.no-margin-bottom {
    margin-bottom: 0; }

h3 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif; }

p {
    margin-bottom: 1.6em;
    line-height: 1.6em; }

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

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

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

.relative {
    position: relative; }

.full-height {
    height: 100%; }

.uppercase {
    text-transform: uppercase; }

.margin-top {
    margin-top: 48px; }

.margin-top-double {
    margin-top: 96px; }

.no-margin-top {
    margin-top: 0; }

.margin-bottom {
    margin-bottom: 48px; }

.margin-bottom-double {
    margin-bottom: 96px; }

.margin-bottom-result {
    margin-bottom: 320px; }

.no-margin-bottom {
    margin-bottom: 0; }

.parallax-mirror {
    z-index: 1 !important; }

.float-right {
    float: right; }

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -1; }

.overflow-hidden {
    overflow: hidden; }

.overflow-auto {
    overflow: auto; }

.responsive-br {
    display: none; }

.hidden {
    display: none; }

.bullet-point {
    display: block;
    background-color: white;
    height: 10px;
    width: 10px;
    border: 2px solid white;
    border-radius: 50%; }

/* Content
-------------------------------------------------------------------------------*/
.content-block-padding {
    padding: 0 0 2vw 0;
    background-color: #ffffff;
    width: 75%;
    overflow: auto; }

.content-block-inner {
    top: 0;
    width: 75%; }

.content-block-inner h2 {
    margin-bottom: 10px; }

.content-block {
    /*padding: 170px 0 160px 0;
    padding: 10vw 0 0 0;*/
    padding: 0 0 2vw 0;
    background-color: transparent;
    width: 100%;
    overflow: auto; }

.content-block.first {
    margin-bottom: 4vw; }

.content-block-grey {
    background-color: #dadad9; }

h1.with-margin-bottom {
    margin-bottom: 70px; }

.event-time {
    /*
    font-size: 3vw;
    line-height: 3vw;
    */
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 1%; }
.event-time small {
    font-size: 72%; }

.event-description {
    font-size: 2.8rem;
    line-height: 3.43rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding-left: 24px; }

.invite-left {
    font-size: 1.6rem;
    background-color: #203555;
    /* background-color: #BBC7CE; */
    /* color: #333; */
    color: #fff;
    padding: 4%;
    margin-left: 3px;

}

.invite-right {
    font-size: 1.3rem; }

.agenda {
    padding: 6vw 0 0 0;
    background-color: #203555;
    /* background-color: #BBC7CE; */
    color: #fff;
    margin-bottom: 6vw; }
.agenda a, .agenda h2 {
    /* color: #000; */
    color: #fff;
}
.agenda {
    /* color: #5f5f5f; */
    color: #fff;
}
.agenda .agenda-double-col {
    margin-bottom: 24px; }
.agenda .agenda-part {
    margin-bottom: 48px; }
.agenda .agenda-part .agenda-point {
    margin-bottom: 1em; }

.divider {
    height: 30vw;
    background: url(../img/innovationswettbewerb_lorapark.jpg) no-repeat center center;
    background-size: contain; }

#reg {
    position: absolute;
    top: -50px; }

#registration {
    width: 90%;
    margin: 0 auto;
    display: inline-block; }

/*
#registration:first-child  {
    height: 50px;
    background-color: #203555;
    color: white;
    text-align: center;
    line-height: 50px;
}
*/
.form-elements {
    padding-top: 10px;
    font-size: 17pt; }

.form-elements label {
    display: inline-block;
    width: 20%;
    color: #203555;
    margin-right: 5%;
    float: left;
    text-align: right;
    margin-top: 8px; }

.form-elements label.radio-label {
    width: 100% !important;
    float: none;
    text-align: left; }

.form-elements input {
    width: 75%;
    height: 50px;
    margin-bottom: 2%;
    border: 1px solid #203555;
    padding: 10px; }

.form-elements input[type="radio"] {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 12px; }

.form-elements input[type=submit] {
    width: 40%;
    padding: 5px 0 5px 0;
    border: none;
    background-color: #203555;
    color: white;
    float: right; }

.form-error-container {
    display: block;
    margin-top: 0;
    margin-bottom: 2%;
    line-height: 1; }

.form-error {
    display: none;
    margin-left: 25%;
    width: 70%;
    text-align: left; }

input.red-error, .red-error {
    border-color: red;
    color: red;
}


.organizer {
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 100px;
    margin-bottom: 7vw; }

.organizer .col5 {
    text-align: center;
    margin-bottom: 10%; }

.organizer .col5 img {
    height: 100px; }

.logos {
    text-align: center; }

.logo img {
    vertical-align: bottom;
    max-width: 297px;
    max-height: 170px;
    max-width: 14vw;
    max-height: 7vw;
    margin-right: 50px;
    margin-top: 50px;
    margin-right: 6vw;
    margin-top: 3vw;
    margin-bottom: 3vw; }

.logo.supporter img {
    max-width: 100px;
    max-height: 100px;
    max-width: 12vw;
    max-height: 4vw;
    margin-right: 50px;
    margin-top: 50px;
    margin-right: 4vw;
    margin-top: 2vw;
    margin-bottom: 2vw; }

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }

/* Header
-------------------------------------------------------------------------------*/
.header {
    /*
    background-size: 400px;
    background: url("../imgs/it_security_2000x1336.png") no-repeat fixed center;
    */
    position: relative;
    height: 400px;
    height: 30vw; }
.header .grid-inner {
    height: 100%;
    position: relative;
    background: url(../imgs/header_2.jpg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
.header .iot {
    position: absolute;
    right: -240px;
    top: 20px;
    width: 220px; }
.header .initiative {
    left: -280px;
    top: 60px;
    position: absolute;
    width: 280px; }
.header .heading {
    font-size: 2.8rem;
    line-height: 3.2rem;
    position: absolute;
    right: 60px;
    bottom: -30px;
    font-weight: bold;
    font-weight: "Roboto", sans-serif; }

/* Footer
-------------------------------------------------------------------------------*/
.lock-footer img {
    top: -30px;
    right: 50%; }

.footer {
    padding: 4vw 4px 3vw 8px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #0a3653; }

.footer h1 {
    color: #ffffff; }

.footer a {
    color: #ffffff; }

.footer a:hover {
    color: #dadad9; }

.footer-content {
    position: relative;
    color: white;
    font-size: 12pt;
    margin: 0 auto;
    width: 100%; }

.footer-content .first {
    margin-left: 2%; }

.footer-title span {
    display: block;
    margin-bottom: 0;
    line-height: 30px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center; }

.footer-title span:first-child {
    margin-right: 2vw; }

.footer-title span:nth-child(2) {
    margin-left: 6vw; }

.footer-title span:nth-child(3) {
    margin: 0 auto; }

/*.header {
    .grid-inner {
        width: 63vw;
    }

    .initiative {
        left: -17vw;
        top: 3.4vw;
        width: 15.9vw;
        max-width: 220px;
    }

    .iot {
        right: -15vw;
        top: 1.13vw;
        width: 12.5vw;
        max-width: 280px;
    }
}*/
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1760px) {
    .header .grid-inner {
        width: 63vw; }
    .header .initiative {
        left: -17vw;
        top: 3.4vw;
        width: 15.9vw; }
    .header .iot {
        right: -15vw;
        top: 1.13vw;
        width: 12.5vw; } }
@media screen and (max-width: 1330px) {
    .grid-inner {
        width: 90%;
        margin-left: auto;
        margin-right: auto}
    #registration {
        width:100%;
    }
}
@media (max-width: 1040px) {
    .invite .col5, .invite .col6 {
        width: 100%;
        float: none;
        padding: 4% 4% 4% 4%; }

    .invite-left {
        width: auto !important;
        display: inline-block; }

    .event-time {
        font-size: 1.8rem;
        line-height: 2.0rem; }

    .event-description {
        font-size: 1.8rem;
        line-height: 2.1rem; }

    .agenda-text {
        font-size: 1.3em; } }
@media (max-width: 780px) {
    .form-elements {
        font-size: 14pt; }

    .form-elements label {
        text-align: left; }

    .form-elements input {
        width: 100%;
        margin-bottom: 4%; }

    .form-error {
        margin-left: 0; }

    .content-block-padding {
        width: 90%; }

    .agenda .col5 {
        width: 100%;
        float: none; }
    .agenda .col1 {
        display: none; } }
@media (max-width: 650px) {
    .header {
        height: auto; }
    .header .grid-inner {
        background: none;
        width: 100%;
        /*
        margin-right: 12px;
        .iot {
            left: -29vw;
            width: 18.5vw;
            top: 13.13vw;
        }

        .initiative {
            left: -28vw;
            width: 25.9vw;
        }*/ }
    .header .grid-inner .iot {
        float: right;
        position: static;
        width: 40%;
        max-width: 160px;
        margin-right: 12px;
        margin-top: 20px; }
    .header .grid-inner .initiative {
        float: left;
        position: static;
        width: 40%;
        max-width: 220px;
        margin-left: 12px;
        margin-top: 60px; }
    .header .mobile-world-map {
        display: block; }

    .content-block.first .col6 {
        width: 100%;
        float: none; }
    .content-block.first .col6.last {
        margin: 20px 0; }
    .content-block.first .event-description {
        padding-left: 0; }

    .keynote-info .col6 {
        float: none;
        width: 100%; }

    #registration {
        display: block; }

    .footer {
        height: auto; }

    .footer-content.content-block-inner .col4 {
        width: 100%;
        padding-bottom: 5vw; }

    .footer-content.content-block-inner .col4:nth-child(2) {
        display: none; }

    .logo-main img {
        display: block;
        max-width: 75%;
        max-height: 110px;
        margin: 0 auto;
        margin-bottom: 10%; }

    .logo.supporter img {
        vertical-align: bottom;
        max-width: 250px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px; }

    .logo.supporter img {
        max-width: 100px;
        max-height: 100px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px; }

    .form-elements label {
        width: 100%; }

    .form-elements input[type=submit] {
        width: 100%; } }

ul.contributors li {
	padding-bottom: 11px;
}
