@import url("font-awesome.min.css");
html, body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body, h1, h2, h3, h4, h5, p, ul, ol, li, figure, address {
  font-style: normal;
  margin: 0;
  padding: 0; }
body {
  font-family: "Open sans";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal; }

.pure-g {
  font-family: 'Open Sans', sans-serif; }

.SwiftLight{font-family:SwiftLight, Times New Roman, sans-serif;}
h1, h2, h3, h4, strong, b, .strong, .header .address, .header .nav .item a.link.active, button {
  font-family: 'Open Sans', sans-serif;;
}

.button {display:block; text-align:center; padding:5px; text-decoration:none; max-width:300px; margin:0 auto;}
.button.white {color:#f49800; background:white; border:1px solid white; -webkit-border-radius: 4px;border-radius: 4px;}
.button.orange {color:white; background:#f49800; border:1px solid #f49800; -webkit-border-radius: 4px;border-radius: 4px;}

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px;
  color: #24318a }
  
h3 {
  font-size: 18px;
  padding:5px 0 10px;
}
h3.SwiftLight{ font-size:18px; line-height:21px;}
p {
  margin-bottom: 10px; }


.section-headline {
    padding: 25px 0px 20px 60px;
    border-top: 3px solid #f49800;
    margin-bottom: 30px;
    background: url("../../images/hilfe.png") no-repeat center left;
}
.h-hidden.h-hidden {
  display: none; }

.h-float {
  float: left; }
  .h-float-right {
    float: right; }

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

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

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

.h-uppercase {
  text-transform: uppercase; }

.h-lowercase {
  text-transform: lowercase; }

.h-full-width {
  width: 100%;
  box-sizing: border-box; }

.h-img-responsive {
  max-width: 100%;
  box-sizing: border-box; }

.h-remove-bottom {
  margin-bottom: 0; }

.h-add-bottom {
  margin-bottom: 10px; }

.h-double-bottom {
  margin-bottom: 20px; }

.h-tripple-bottom {
  margin-bottom: 30px; }

.h-quadruple-bottom {
  margin-bottom: 40px; }

.wrapper {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-transition: padding 0.5s ease;
          transition: padding 0.5s ease; }
  .wrapper .main {
    position: relative; }
  .wrapper .section {
    padding: 0 0 40px; }

@media screen and (min-width: 1040px) {
  .wrapper .header {
    position: absolute;
    width: 260px;
    top: 0;
  }
  .wrapper .main {
    position: absolute;
    width: 620px;
    right: 0; } }

@media screen and (min-width: 1040px) and (min-height: 600px) and (max-height: 650px) {
  .wrapper .header {bottom:initial; position: fixed; min-height:auto } 
  .header .inner {padding-bottom:70px !important; padding-top: 10px !important;}
  .header .inner #download {top: -30px; position: relative;}
  .hidden-on-flatscreen {display:none}
}

@media screen and (min-width: 1040px) and (min-height: 650px) {
  .wrapper .header {bottom:initial; position: fixed; min-height:auto } 
  .header .inner {padding-bottom:70px !important; padding-top: 10px !important;}
  .header .inner #download {top: -30px; position: relative;}
}
  
  


@media screen and (min-width: 1040px) and (min-height: 725px) {
  .wrapper .header {
    position: fixed; 
    bottom: 6.66%; }
  .header .inner #download {top: 0; position: relative;}

}

@media screen and (max-width: 1039px) and (min-width: 480px) {
  .wrapper {
    padding: 0 80px; } }

@media screen and (max-width: 1040px) {
  #kacheln {display:none;}
  .wrapper .header {
    position: relative;
/*    height: 450px;*/
    min-height: 0;
    text-align: center;
    background: -webkit-linear-gradient(top right, #ffffff, #f49800);
    background: linear-gradient(to bottom left, #ffffff, #f49800); }
/*    .wrapper .header:after {
      content: "";
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 70px solid transparent;
      border-right: 70px solid white;
      position: absolute;
      z-index: 1; }*/
    .wrapper .header .inner {
      padding: 70px 0 0; }
    .wrapper .header:before {
      width: 85%; }
    .wrapper .header .logo {
      width: 190px; }
    .wrapper .header .nav {
      display: none; }
    .wrapper .header .title {
      -moz-text-align-last: center;
           text-align-last: center; } }

@media screen and (max-width: 479px) {
  .wrapper {
    padding: 0 10px; }
    .wrapper .header {
      height: auto;
      margin: 0 -10px;
      width: calc(100% + 20px); }
      .wrapper .header .inner {
        padding: 0; }
      .wrapper .header:before,
      .wrapper .header:after {
        display: none; } }

.c-black {
  color: black; }

.c-green {
  color: #f49800; }

form * {
  outline: 0 !important; }

form input,
form button,
form select,
form
input {
  margin: 0.5rem 0;
  padding: 0.332rem 0.5rem;
  border: none; }

form .pure-g > div {
  padding: 0 10px; }

form select,
form option {
  border: 0 none; }

form .entourage-female {
  display: none; }

form .select-wrapper {
  position: relative; }
  form .select-wrapper:after {
    content: "";
    width: 15px;
    background: #fff;
    position: absolute;
    top: 8px;
    right: 10px;
    bottom: 8px; }

form label {
  color: white; }

form .proxy {
  color: white;
  cursor: pointer;
  margin-right: 5px; }

.ua_chrome form .select-wrapper:after,
.ua_iexplore form .select-wrapper:after,
.ua_safari form .select-wrapper:after {
  display: none; }

@media screen and (min-width: 960px) {
  .table {
    display: table; }
    .table .row {
      display: table-row; }
      .table .row:nth-child(even) .cell {
        background-color: rgba(0, 0, 0, 0.05); }
      .table .row:hover .cell {
        background-color: #f49800;
        color: white; }
      .table .row .cell {
        display: table-cell;
        padding: 5px;
        -webkit-transition: background-color 0.5s ease;
                transition: background-color 0.5s ease; } }

@media screen and (max-width: 959px) {
  .table .row {
    width: 100%;
    margin: 0 -10px 20px; }
    .table .row:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
    .table .row .cell {
      padding: 10px; } }

.header {
  background: url("../gfx/form_1.svg");
  background-size: 100% auto;
  background-position: center bottom;
  text-align: right;
  min-height: 770px; }
 /* .header:before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 70px solid white;
    border-right: 70px solid transparent;
    position: absolute;
    z-index: 1; }*/
  .header, .header a {
    color: white; }
  .header .logo {
    margin: 20px 0; }
  .header .inner {
    padding: 40px 40px 150px 30px; }
  .header
.title {
    font-size: 18px;
}  .header .address {
    font-style: normal; }
  .header .menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    padding: 1px 5px;
    border-radius: 3px; }
    .header .menu-toggle.green {
      background-color: white; }
      .header .menu-toggle.green > i {
        color: #f49800; }
  .header .nav .item {
    list-style: none; }
    .header .nav .item a {
      text-decoration: none; }
      .header .nav .item a.link {
        display: block;
        width: 100%;
        border-top: 1px solid white;
        padding-top: 5px;
        padding-bottom: 14px;
        -webkit-transition: border 0.25s ease;
                transition: border 0.25s ease; }
        .header .nav .item a.link.active {
          border-top: 4px solid white; }

@media screen and (min-width: 480px) {
  .header .menu-toggle {
    background-color: white; }
    .header .menu-toggle > i {
      color: #f49800; } }

@media screen and (min-width: 1040px) {
  .header .menu-toggle {
    display: none; } }

.mm-menu {
  background: #009bfa; }
  .mm-menu .mm-navbar {
    border-bottom-color: rgba(255, 255, 255, 0.75); }
  .mm-menu .mm-navbar > *, .mm-menu .mm-menu .mm-navbar a {
    color: rgba(255, 255, 255, 0.8) !important; }
  .mm-menu .mm-listview > li > a {
    color: white !important; }
  .mm-menu .mm-listview > li:after {
    border-bottom-color: rgba(255, 255, 255, 0.33); }

.intro {
  margin-top: 80px; }
  .intro__title,
  .intro__subline {
    font-size: 30px;
    line-height: 40px;
    color: #24318a;
     }
  .intro__subline {
    color: rgba(0, 193, 181, 0.4); }

.form-registration {
  background-image: url("../gfx/form_2.svg");
  background-size: 100% auto;
  padding: 17% 10px 20px; }
  .form-registration input,
  .form-registration select,
  .form-registration .select-wrapper:after {
    -webkit-transition: background-color 0.5s ease;
            transition: background-color 0.5s ease; }
  .form-registration input[disabled],
  .form-registration select[disabled],
  .form-registration .select-wrapper[disabled]:after {
    background-color: #84D6E6; }
  .form-registration-submit {
    background-color: #009bfa;
    border: 0 none;
    border-radius: 3px;
    color: white;
    padding: 3px 9px;
    -webkit-transition: background-color 0.5s ease;
            transition: background-color 0.5s ease; }
    .form-registration-submit:hover {
      background-color: #f49800; }
    .form-registration-submit:disabled {
      background-color: lightgray; }

#venue
.mod-googlemap {
  width: 100%;
  padding-bottom: 75px; }
  #venue
.mod-googlemap > div {
    min-height: 450px; }

.mod-expert-portrait .portrait {
  margin-bottom: 0px; }
  .mod-expert-portrait .portrait-wrapper:before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-right: 40px solid transparent;
    position: absolute;
    z-index: 1; }

.mod-expert-portrait .expert-headline {
  font-size: 18px; }

.mod-expert-portrait .expert-subline {
  font-size: 16px;
  margin-bottom: 15px; }

.mod-google-map .map {
  height: 450px; }
  .mod-google-map .map-wrapper {
    position: relative; }
    .mod-google-map .map-wrapper:before {
      content: "";
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 300px solid white;
      border-right: 300px solid transparent;
      position: absolute;
      z-index: 1; }

@media screen and (max-width: 480px) {
  .mod-google-map .map {
    height: 320px; }
    .mod-google-map .map-wrapper:before {
      content: "";
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 100px solid white;
      border-right: 100px solid transparent;
      position: absolute;
      z-index: 1; } }

.mod-language-switch {
  padding: 10px 0 0; }
  .mod-language-switch ul {
    float: right; }
    .mod-language-switch ul li {
      display: inline-block; }
      .mod-language-switch ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: black;
        padding: 0 5px; }
        .mod-language-switch ul li a.active {
          color: #f49800; }
/*# sourceMappingURL=layout.css.map */



.quote {
  margin:30px auto 50px; 
  font-size:16px; 
  line-height:18px; 
 }

.accordeon {min-height:280px}
.accordeon h4{
	font-weight:bold;
	background: #f0f0f0;
	padding:10px 10px 9px 10px;
	margin-top:15px;
	margin-bottom:-4px;
	cursor:pointer;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.accordeon h4:hover { background:#f49800; color:#ffffff; }
.accordeon div{
	display:none;
	background:#f0f0f0;
	margin:0 0 15px 0;
	padding:10px 10px 15px 10px;
}
.accordeon h4 a {
	float:right;
	display:block;
	height:14px;
	width:17px;
	text-indent:-9999px;
  margin-top:3px;
}
.accordeon h4.closed a { background:url(../gfx/button.png) left no-repeat; }
.accordeon h4.open a { background:url(../gfx/button.png) right no-repeat; }

#presentation .pure-g{margin-bottom:5px;}
#presentation .pure-14-16{margin-top:5px;}

#team .portrait {margin-bottom:5px;}

/*#speakers img{margin-top:80px;}*/
ol {margin-left:20px;}
.bold {font-weight:bold;}
.clearer {clear:both; height:0; line-height:0;}

#kacheln { margin-top:60px;}
#kacheln a{display:block; margin-right:15px; font-size:14px; font-weight:bold; float:left; color:#ffffff; text-decoration:none; text-align:center; height:64px; line-height:65px;}
#kacheln a[href="#speakers"] {width:251px; background: url("../../images/img_k_01.png") no-repeat;}
#kacheln a[href="#interview"] {width:178px; background: url("../../images/img_k_02.png") no-repeat;}
#kacheln a[href="#discussion"] {width:141px; margin-right:13px; background: url("../../images/img_k_03.png") no-repeat;}
#kacheln a[href="#gallery"] {width:161px; height:143px;padding:40px; line-height:20px; float:right; margin:0; background: url("../../images/img_k_06.png") no-repeat;}
#kacheln a[href="#presentation"] {width:148px; margin-right:13px; background: url("../../images/img_k_04.png") no-repeat;}
#kacheln a[href="#team"] {width:129px; background: url("../../images/img_k_05.png") no-repeat;}


.wrapper .section.lp {padding-bottom:0}
.lp_title {font-size:24px; font-weight:normal; margin-top:5px;}
#download img {position:relative; top:10px; margin-right:10px;}
#backlink {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height:32px;
    left: 0;
    top: 50px;
    background: url("../../images/slider-left.png") no-repeat left center;
    color: #009cf8;
    text-decoration: none;
    padding: 0px 0 0px 30px;
}    
}
#about img {margin-bottom:5px;}
#invescologo {position:absolute; bottom:20px; left:20px;}
#back-to-top {color:#009cf8; text-decoration:none; background:url("../../images/slider-up.png") no-repeat right; padding:3px 25px 0 0;}
#back-to-left {color:#009cf8; text-decoration:none; background:url("../../images/slider-left.png") no-repeat left; padding:0px 0 0px 20px;}