body {
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
padding: 0;
margin: 0;
background: #d9d9d9;
}
.container {
width: 960px;
margin: auto;
margin-bottom: 20px;
}
.banner {
width: 100%;
height: 431px;
background: url(//www.it-meets-industry.de/wp-content/themes/imi2015/fotos/kraftwerk.jpg) no-repeat center center;
position: relative;
background-size: 100% 100%;
}
.bannerbar {
background: url(//www.it-meets-industry.de/wp-content/themes/imi2015/img/bannerbg.jpg) no-repeat center center;
position: absolute;
top: 40px;
right: 0px;
height: 127px;
width: 515px;
background-size: contain;
}
.bannerbar .logo {
width: 163px;
left: 23px;
position: absolute;
top: 50%;
margin-top: -38px;
}
.bannerbar .slogan {
font-family: 'source_sans_proregular', 'Source Sans Pro', 'Source Sans Pro Regular', 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
position: absolute;
left: 241px;
font-size: 16px;
color: white;  line-height: 127px;
font-weight: bold;
letter-spacing: 0.5px;
}
nav.main, aside, .contents section {
margin-top:5px;
background-color:#FFFFFF;
}
nav.main ul {
list-style-type:none;
margin:5px 0;
padding:0;
}
nav.main li {
float:left;
margin: 0 20px;
text-align:left;
font-size:15px;
font-weight: normal;
color:#235AA6;
}
nav.main li a {
display:block;
color:#235AA6;
padding:10px 0;
text-decoration:none;
}
nav.main li:hover a {
text-decoration:underline;
}
nav.main .social {
float: right;
display: block;
}
nav.main .social img {
height: 15px;
width: auto;
padding: 8px 10px;
padding-top: 15px;
}
nav.main .lang {
float: right;
display: block;
}
nav.main .lang img {
height: 15px;
padding: 8px 15px 8px 10px;
padding-top: 15px;
}
.asides {
float: right;
}
.sr-only {
display: none;
}
aside {
width:160px;
padding:10px;
}
.sponsors img, .organizer img, .sponsornetwork img {
display: block;
margin: auto;
height: auto;
margin-bottom: 20px;
}
section.sponsors img {
padding: 0px 20px;
display: inline-block;
vertical-align: middle;
}
section.frontpagesponsors img {
margin: 0;
padding: 0;
}
section.frontpagesponsors {
display: flex;
flex-direction: row;
align-self: center;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.sponsors p {
margin: 0;
}
aside.notitle {
padding-top: 20px;
}
.sponsors img, .sponsornetwork img {
width: auto;
}
img.gray, .gray img {
filter:gray;
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-webkit-transition:opacity .2s, filter .2s;
opacity:0.7;
}
img.gray:hover, .gray img:hover {
filter:none;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:grayscale(0%);
-webkit-filter:grayscale(0%);
opacity:1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
img.gray:hover, .gray img:hover {
opacity: 0.7;
}
}
.sponsors a:last-child, .sponsors > img:last-child {
margin-bottom: 10px;
}
.sponsornetwork .widget {
float: left;
height: 100px;
width: 100px;
margin: 11px;
text-align: center;
position: relative;
}
.sponsornetwork img {
position: absolute;
left: 50%;
top: 50%;
margin: -50px 0 0 -50px; 
max-width: 100px;
padding: 0;
max-height: 100px;
}
section h3, h3.boxhead {
margin: 0;
font-weight: lighter;
font-size: 21px;
margin-bottom: 10px;
}
aside h3.boxhead {
text-transform: uppercase;
font-weight: lighter;
font-size: 14px;
padding-bottom: 10px;
}
aside h3.boxhead:before {
display: none;
}
.contents {
width:775px;
float:left;
min-height: 200px; }
.contents section {
padding: 20px;
overflow: hidden;
font-size: 15px;
}
.contents section p:first-child {
margin-top: 0;
}
.contents section p:last-child {
margin-bottom: 0;
}
img.alignleft {
float: left;
margin-right: 20px;
}
section:empty {
display: none;
}
.clear {
clear: both;
height: 0;
}
section a {
color: #1C63B7;
text-decoration: none;
}
section a:hover {
color: #1C63B7;
text-decoration: underline;
}
a[href$='.ics']:not(.regbtn) {
background: transparent url(//www.it-meets-industry.de/wp-content/themes/imi2015/img/ics.png) no-repeat center left;
padding-left: 22px;
} section ul {
list-style-type: none;
padding-left: 40px;
}
section ul li {
position: relative;
}
.contents section ul li {
margin-bottom: 0.8em;
}
section ul li:before {
color:#999; content:"\2022";  font-size: 12px;
position:absolute;
top: 2px;
left: -20px;
}
footer {
text-align: center;
margin: 20px 0;
font-size: 14px;
}
footer a {
color: #1C63B7;
}
footer li {
display: inline;
}
.dash {
display:none;
}
.container>footer {
display:none;
}
.banner .box img.mobile {
display: none;
}
.regform .ccf-form .field {
clear: both;
margin-bottom: 15px;
}
.regform .field > label {
float: left;
display: block;
width: 175px;
margin-right: 15px;
font-weight: normal;
}
.regform .required {
display: none;
}
.regform .error {
margin-bottom: 10px;
}
span.wpcf7-list-item {
margin: 0;
}
.regform .field input[type=text],
.regform .field input[type=email],
.regform .field textarea,
.regform .field select {
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
width: 300px;
padding: 5px;
border: 1px solid #ccc;
}
.regform .field div label {
display: block;
}
.regform .field input.half, .regform .field select.half {
width: 141px;
}
.regform .field select.short {
width: 80px;
}
.regform .field select.short:first-child {
margin-right: 5px;
}
.regform .field input.half:first-child, .regform .field select.half:first-child {
margin-right: 5px;
}
.regform .field > div {
padding-left: 190px;
}
.regform .field.checkboxes label {
display: none;
}
.regform .field.checkboxes > div {
padding-left: 0;
}
.regform .field input[type=text]:focus,
.regform .field textarea:focus {
border: 1px solid #1C63B7;
}
.regform .totalprice {
font-weight: bold;
color: #1C63B7;
}
.regform .wpcf7-not-valid-tip {
font-size: 13px;
}
.regbtn, .morebtn {
display: block;
}
.regbtn:hover, .regbtns a:hover, .morebtn:hover, .morebtns a:hover {
color: white;
}
.regform .form-submit input, .regbtn {
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
float: right;
border: 1px solid red;
background: red;
font-weight: bold;
color: white;
font-size: 14px;
text-transform: uppercase;
padding: 10px 20px;
}
.morebtn {
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
float: right;
border: 3px solid #0059a9;
color: #0059a9;
background: white;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
padding: 10px 20px;
}
.morebtn:hover {
background: #0059a9;
text-decoration: none;
}
.regbtns {
float: right;
}
.regbtns a {
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
display: inline-block;
border: 1px solid red;
background: red;
font-weight: bold;
color: white;
font-size: 14px;
text-transform: uppercase;
padding: 10px 20px;
}
.wpcf7-list-item-label {
display: block;
position: relative;
top: -23px;
padding-left: 25px;
margin-bottom: -15px;
}
.teilnahmebed span.wpcf7-not-valid-tip {
display: inline;
position: relative;
top: 15px;
left: 4px;
}
div.wpcf7-validation-errors {
border-color: red;
}
.prices {
width: 100%;
}
.prices td, .prices th, .timetable td, .timetable th {
padding: 5px;
background: #f2f2f2;
text-align: center;
border: 2px solid white;
font-size: 15px;
}
.timetable th h4 {
margin: 5px 0 0 0;
font-size: 16px;
}
.timetable th p {
margin: 0;
font-size: 12px;
font-weight: normal;
}
.prices td.full, .prices th.full, .timetable td.full, .timetable th.full {
background: #7691E3;
}
.timetable ul li {
padding-bottom: 6px;
}
.prices td.part, .prices th.part, .timetable td.part, .timetable th.part {
background: #c4cff2;
}
.prices td:first-child {
width: 40%;
}
td.full ul li:before {
color: #CCC;
}
.prices td.full, .prices td.part {
width: 15%;
}
.prices .disabled td {
opacity: 0.5;
}
.timetable tr:first-child th {
width: 50%;
}
.prices tr:first-child th {
width: 33%;
}
.timetable .text {
vertical-align: top;
}
.timetable .allday {
white-space: nowrap;
height: 384px;
}
.timetable.halfwidth {
width: 50%;
float: left;
}
@media (max-width: 670px) {
.timetable.halfwidth {
width: 100%;
float: none;
}
}
.rotate {
-moz-transform: rotate(-90.0deg);
-o-transform: rotate(-90.0deg);
-webkit-transform: rotate(-90.0deg);
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
transform: rotate(-90.0deg);
width: 22px;
top: 187px;
position: relative;
}
.rotate > div {
text-align: center;
width: 384px;
}
p.small {
font-size: 11px;
}
.spalte {
float: left;
width: 45%;
}
.spalte2 {
margin-left: 10%;
}
label.inline {
display: inline-block;
margin-right: 20px;
}
p.indented {
padding-left: 25px;
}
p.nospace {
margin-top: -35px;
}
.foogallery-justified a {
margin-right: 5px;
}
.foogallery-justified a:nth-child(4n) {
margin-right: 0;
}
.speaker {
clear: left;
}
.speakertext {
padding-left: 95px;
min-height: 115px;
}
.speaker img {
float: left;
margin-right: 15px;
width: 80px;
height: auto;
margin-bottom: 15px;
}
.program td {
vertical-align: top;
text-align: left;
}
.program td:first-child {
text-align: center;
}
.timetable td.darkblue,
.timetable .darkblue td {
background: #7691E3;
}
.timetable td.lightblue,
.timetable .lightblue td {
background: #c4cff2;
}
.timetable td.darkgrey,
.timetable .darkgrey td {
background: #bfbfbf;
}
.timetable td.lightgrey,
.timetable .lightgrey td {
background: #d9d9d9;
}
.program td:empty, .timetable td.white {
background: white !important;
}
.sponsorbox {
margin-top: 20px;
}
.sponsorbox .sponsorboxlogo {
float: left;
width: 100px;
text-align: center;
padding-left: 10px;
}
.sponsorbox .sponsorboxlogo img {
height: auto;
max-width: 100px;
}
.sponsorbox .sponsorboxinner {
margin-left: 130px;
}
.testimonials {
width: 100%;
overflow: hidden;
height: 100px;
position: relative;
}
.testimonials > div {
width: 10000px;
position: absolute;
top: 0;
left: 0;
}
.testimonial {
font-size: 18px;
font-style: italic;
float: left;
width: 735px;
}
.testimonial span.quote {
display: block;
text-align: left;
padding: 0 15px;
line-height: 1.5;
}
.testimonial span.person {
display: block;
text-align: right;
padding: 10px 15px 0;
line-height: 1.5;
font-size: 14px;
}
.accordion > h3 {
cursor: pointer;
margin: 0;
}
.accordion-inner {
padding-top: 10px;
}
.toggle-down {
float: right;
font-weight: bold;
transition: transform 0.3s linear;
width: 0;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-left: 13px solid #ccc;
}
.expanded .toggle-down {
transform: rotate(90deg);
transition: transform 0.3s linear;
}
.mobile-bannerbar {
display: none;
}
.mobile-menu {
display: none;
}
@media (max-width: 970px) {
.foogallery-justified a:nth-child(4n) {
margin-right: 5px;
}
.container, .contents, .asides, aside {
width:auto;
float:none;
}
.container>footer {
display:block;
}
.contents footer {
display:none;
}
.organizer img {
max-height: 100px;
max-width: 80%;
}
.sponsors {
text-align:center;
}
.sponsors img {
padding:0px 20px;
display:inline-block;
vertical-align:middle;
}
nav.main li {
display:inline-block;
float:none;
margin:0 12px;
}
.banner h1 {
margin: 0;
font-weight: bold;
font-size: 49px;
line-height: 49px;
font-family: 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
.banner h1 .year {
color:#1C63B7;
}
.banner h2 {
margin: 0;
padding-top: 7px;
font-weight: lighter;
font-family: 'opensans_light', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
.banner h2.slogan {
font-size: 26px;
margin-top: -15px;
}
.banner .box p {
margin-bottom: 0;
margin-top: 7px;
position:absolute;
text-align:right;
float:right;
right:10px;
}
.contents section {
padding:12px;
}
.bannerbar {
display:none;
}
.mobile-bannerbar {
display: block;
z-index: 200;
height: 127px;
background: white url(//www.it-meets-industry.de/wp-content/themes/imi2015/img/bannerbg_mobile.jpg) no-repeat;
background-position: right -30px center;
background-size: auto 160px;
text-align: right;
position: relative;
}
.menu-header-menue-container .menu-item {
display: none;
}
.mobile-bannerbar a.open-menu {
position: absolute;
top: 0;
right: 0;
padding-right: 30px;
padding-left: 30px;
padding-top: 49px;
padding-bottom: 49px;
}
.mobile-bannerbar a.open-menu svg {
width: 30px;
height: 30px;
}
.mobile-bannerbar .logo {
height: 77px;
margin-top: 25px;
margin-right: 130px;
}
.mobile-menu {
position: fixed;
left: 0;
width: 100%;
height: 100%;
padding-top: 147px;
overflow: auto;
background: rgba(255, 255, 255, 0.95);
z-index: 100;
}
.mobile-menu .menu-header-menue-container .menu-item {
display: block;
}
.mobile-menu .menu-header-menue-container .menu-item a {
display: block;
font-weight: bold;
color:#235AA6;
padding:10px 0;
text-decoration:none;
}
.bannerbar .slogan {
font-family: 'source_sans_proregular', 'Source Sans Pro', 'Source Sans Pro Regular', 'opensans', 'Open Sans', Frutiger, 'Frutiger Linotype', 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
position: absolute;
left: 241px;
font-size: 15px;
color: white;
top: 50%;
margin-top: -30px;
}
.banner {
width: 100vw;
height: 44.8958vw;
}
}
.widget_sp_image-description {
display: none;
}
@media (max-width: 480px) {
.sponsors img {
max-width: 40% !important;
padding: 0 5%;
}
.regbtn {
display: block;
float: none;
}
.contents section {
overflow-x: auto;
}
.regform .field > label {
float: none;
padding-top: 10px;
}
.regform .field > div {
padding-left: 0;
}
.foogallery-justified a {
margin-right: 5%;
}
.foogallery-container img {
max-width: 40%;
}
.sponsorbox .sponsorboxlogo {
float: none;
display: block;
width: auto;
padding-bottom: 10px
}
.sponsorbox .sponsorboxinner {
margin-left: 0;
}
.spalte {
float: none;
width: 100%;
}
.spalte2 {
margin-left: 0;
}
}
@media (max-width: 370px) {
img.alignleft {
width:80px;
height:auto;
margin-right: 10px;
}
}
.hidden {
display: none;
} a img {
border: none;
}
header, nav, section, article, aside, footer {
display:block;
}
@media (max-width: 630px) {
.testimonial span {
padding: 0 15px;
}
}
@media (min-width: 630px) {
.pretix-widget-item-with-variations .pretix-widget-main-item-row .pretix-widget-pricebox {
display: none;
}
.pretix-widget.pretix-widget-mobile  .pretix-widget-item-info-col {
width: 50%;
float: left;
}
.pretix-widget.pretix-widget-mobile .pretix-widget-item-price-col {
width: 25%;
}
.pretix-widget.pretix-widget-mobile .pretix-widget-item-availability-col {
width: 25%;
}
.pretix-widget .pretix-widget-item-description p, .pretix-widget .pretix-widget-item-meta {
font-size: 12px;
}
}
.pretix-widget del.pretix-widget-pricebox-original-price {
display: block;
font-size: 12px;
}