body {
  font-family: Hind, sans-serif;
  color: #7d7d7d;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #024d5d;
  font-size: 45px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #024d5d;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #353535;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

p {
  margin-bottom: 0px;
  letter-spacing: 0.3px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #024d5d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.brand {
  padding-top: 19px;
  padding-bottom: 23px;
}

.nav-link {
  margin-left: 30px;
  padding: 40px 0px 34px;
  border-bottom: 6px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: color 200ms ease, border 200ms ease;
  transition: color 200ms ease, border 200ms ease;
  color: hsla(0, 0%, 100%, .65);
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.nav-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.logo {
  width: 192px;
}

.hero-section {
  position: relative;
  height: 70vh;
  margin-top: 100px;
  background-image: url('../images/image_hero_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
}

.row-div {
  position: relative;
  margin: 50px -10px;
}

.row-div.hero {
  margin-top: 8vh;
}

.row-div.referenten {
  margin-right: -20px;
  margin-left: -20px;
}

.row-div.top {
  margin-top: 25px;
}

.row-div.bottom {
  margin-bottom: 25px;
}

.row-div.large {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-div {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.row-separator {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 2px;
  max-width: 2px;
  background-color: #93c250;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.important-text-heading {
  font-weight: 600;
}

.hero-info-div {
  width: 90%;
  height: 55px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.hero-info-div.abstand {
  margin-top: 26px;
  margin-bottom: 10px;
}

.info-icon-div {
  width: 15%;
  height: 55px;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
  background-color: #024d5d;
  text-align: center;
}

.info-icon-div.date {
  padding-top: 11px;
}

.info-icon-div.location {
  padding-top: 8px;
}

.info-text-div {
  position: relative;
  width: 82%;
  height: 100%;
  float: left;
}

.info-hero-text {
  padding-left: 23px;
  color: #7d7d7d;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.vertical-align {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-thema-div {
  position: relative;
  width: 90%;
  padding: 25px 20px 22px 40px;
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.separator-div {
  position: relative;
  display: block;
  width: 84px;
  height: 2px;
  margin: 15px auto 70px;
}

.separator-div.hero-separator {
  margin: 15px -4px 15px -3px;
}

.separator-div.follow-paragraph {
  margin-bottom: 15px;
}

.separator-div.footer-separator {
  margin: 0px -4px 30px -3px;
}

.separator-div.header {
  margin-bottom: 30px;
}

.separator-line-div {
  width: 20px;
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
  background-color: #93c250;
}

.separator-line-div.inverted-line {
  background-color: #fff;
}

.speech-triangle {
  position: absolute;
  left: 33px;
  bottom: -45px;
}

.hero-h2 {
  margin-top: 0px;
  text-align: left;
}

.column-quater-div {
  position: relative;
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.portrait-div {
  border: 8px solid #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.portrait-text {
  color: rgba(2, 77, 93, .7);
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.portrait-h3 {
  margin-top: 35px;
  margin-bottom: 5px;
}

.button {
  padding-right: 25px;
  padding-bottom: 7px;
  padding-left: 26px;
  border: 2px solid #93c250;
  background-color: rgba(146, 194, 79, 0);
  -webkit-transition: color 150ms ease, background-color 250ms ease;
  transition: color 150ms ease, background-color 250ms ease;
  color: #93c250;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.button:hover {
  background-color: #92c24f;
  color: #fff;
}

.button.inverted-button {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.button.inverted-button:hover {
  background-color: #fff;
  color: #024d5d;
}

.button.inverted {
  background-color: #92c24f;
  color: #fff;
}

.button.inverted:hover {
  background-color: rgba(146, 194, 79, 0);
  color: #93c250;
}

.button-container-div {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.button-container-div.slider {
  margin-top: 100px;
}

.button-container-div.text-limiter-button {
  margin-top: 30px;
  margin-bottom: 90px;
}

.video-div {
  padding-right: 120px;
  padding-left: 120px;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.content-section.grey {
  background-color: #f8f8f8;
}

.content-section.inverted {
  background-image: -webkit-linear-gradient(270deg, #198ba3, #014655);
  background-image: linear-gradient(180deg, #198ba3, #014655);
}

.content-section.grusswort-section {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  background-image: -webkit-linear-gradient(270deg, #f5f5f5, #eee);
  background-image: linear-gradient(180deg, #f5f5f5, #eee);
}

.content-section.grusswort-section.not-last-section {
  margin-bottom: 0px;
}

.inverted-h2 {
  color: #fff;
}

.mask {
  display: block;
  width: 82%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.arrow {
  width: 7%;
  color: #024d5d;
}

.slider {
  height: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.slide {
  width: 25%;
  height: 150px;
  min-height: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.slide-nav {
  bottom: -45px;
  font-size: 13px;
}

.sponsor-image-div {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.sponsor-image-div.no-table {
  position: relative;
  display: block;
  width: 220px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
}

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

.sub-headline.contant-text {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
}

.sub-headline.small-title {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}

.sub-headline.grusswort-paragraph {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.sub-headline.anmeldung-sub {
  color: #646464;
  text-align: left;
}

.ticket-div {
  display: block;
  width: 630px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: -webkit-linear-gradient(270deg, #066175, #013f4d);
  background-image: linear-gradient(180deg, #066175, #013f4d);
}

.programm-div {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.programm-div.start {
  display: block;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.footer-logo-div {
  width: 80%;
}

.footer-logo-div.messe-stuttgart {
  width: 150px;
}

.footer-logo-div.moedinger {
  width: 180px;
}

.footer-logo-div.ideenhunger {
  width: 112px;
}

.footer-logo-div.izf {
  width: 177px;
}

.footer-nav-link {
  width: 130px;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid hsla(0, 0%, 100%, .4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, .75);
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.footer-nav-link:hover {
  border-color: #fff;
  color: #fff;
}

.footer-nav-link.first {
  margin-top: 45px;
}

.footer-text {
  height: 69px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.footer-text.grau {
  height: auto;
  margin-bottom: 13px;
  color: #7d7d7d;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.logo-div {
  position: relative;
  height: 140px;
}

.hero-arrow-link-div {
  margin-top: 35px;
  padding: 9px 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hero-arrow-link-div:hover {
  opacity: 0.5;
}

.hero-arrow-container {
  text-align: center;
}

.header-section {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-top: 100px;
  background-image: url('../images/image_hero_background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.programm-column {
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
}

.programm-column.small {
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.programm-column.large {
  width: 60%;
  padding-right: 31px;
  padding-left: 31px;
  float: right;
  text-align: left;
}

.name-div {
  position: relative;
  width: 50%;
  float: left;
}

.name-div.second {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-left: 50%;
  float: none;
}

.separator-line-programm-div {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background-color: #024d5d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.separator-line-programm-div.right {
  left: 100%;
}

.programm-text {
  color: #024d5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.programm-text.tab-headline {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.programm-paragraph {
  margin-top: 10px;
  color: #024b5c;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.padding-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.horizontal-separator {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -23px;
  height: 1px;
  background-color: #024d5d;
  opacity: 0.2;
}

.horizontal-separator.large-area {
  bottom: -37px;
}

.programm-body {
  background-color: #f7f7f7;
}

.sponsor-container {
  padding-right: 24px;
  padding-left: 24px;
}

.sponsor-container.cms {
  padding-right: 20px;
  padding-left: 20px;
}

.sponsor-container.saturn {
  padding-right: 27px;
  padding-left: 27px;
}

.sponsor-container.forum {
  padding-right: 15px;
  padding-left: 15px;
}

.sponsor-container.weltethos {
  padding-right: 35px;
  padding-left: 35px;
}

.sponsor-container.unternehmertum {
  padding-right: 20px;
  padding-left: 20px;
}

.sponsor-container.handwerkskammer {
  padding-right: 20px;
  padding-left: 20px;
}

.sponsor-container.karl-schlecht-stiftung {
  margin-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
}

.sponsor-container.sez {
  padding-right: 53px;
  padding-left: 53px;
}

.sponsor-container.slogan {
  padding-right: 15px;
  padding-left: 15px;
}

.sponsor-container.die-news {
  padding-right: 15px;
  padding-left: 15px;
}

.sponsor-container.bronner {
  padding-right: 39px;
  padding-left: 39px;
}

.sponsor-container.titania {
  padding-right: 10px;
  padding-left: 10px;
}

.sponsor-container.comp {
  padding-right: 53px;
  padding-left: 53px;
  text-align: center;
}

.sponsor-container.teinacher {
  padding-right: 42px;
  padding-left: 42px;
}

.sponsor-container.soliver {
  padding-right: 38px;
  padding-left: 38px;
}

.sponsor-container.accelerate {
  padding-right: 64px;
  padding-left: 64px;
}

.sponsor-container.vit {
  padding-right: 74px;
  padding-left: 74px;
}

.kontakt-row {
  margin-top: 44px;
}

.kontakt-row.more-space {
  margin-top: 60px;
}

.inside-content {
  margin-bottom: 30px;
  font-size: 30px;
}

.text-limiter-programm-div {
  overflow: hidden;
}

.logo-moedinger-div {
  width: 210px;
  margin-bottom: 23px;
  margin-left: -2px;
}

.e-mail-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #474747;
  text-decoration: none;
}

.e-mail-link:hover {
  color: #e05541;
}

.sponsor-column {
  height: 170px;
}

.text-field {
  height: 48px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 17px;
  border: 1px solid rgba(0, 0, 0, .05);
  background-color: hsla(0, 0%, 87%, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  line-height: 28px;
}

.text-field:hover {
  border-color: #024d5d;
}

.text-field:focus {
  border-color: #93c250;
}

.text-field.anschreiben {
  height: auto;
  min-height: 140px;
}

.submit-button {
  padding-right: 19px;
  padding-bottom: 7px;
  padding-left: 19px;
  border: 2px solid #93c250;
  background-color: #93c250;
  -webkit-transition: background-color 250ms ease, color 150ms ease;
  transition: background-color 250ms ease, color 150ms ease;
  font-size: 18px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: rgba(146, 194, 79, 0);
  color: #93c250;
}

.impressum-paragraph {
  font-size: 17px;
  line-height: 26px;
}

.bold-impressum {
  color: #6d6d6d;
  font-weight: 600;
}

.impressum-h2 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 32px;
  text-align: left;
}

.logo-row {
  margin-bottom: 25px;
}

.tabs-menu {
  width: 100%;
  margin-bottom: 15px;
}

.tab-link {
  margin-right: 10px;
  padding: 0px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  color: #024d5d;
  font-weight: 500;
  text-align: center;
}

.tab-link:hover {
  background-color: rgba(2, 75, 92, .8);
  color: #fff;
}

.tab-link.w--current {
  background-color: #024d5d;
  color: #fff;
}

.tab-link.w--current:hover {
  background-color: #024b5c;
}

.tabs {
  margin-top: 3px;
}

.tab-div {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  border: 1px solid #024d5d;
  text-align: center;
  text-decoration: none;
}

.warning-div {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: -1px;
}

.warning-circle-div {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  float: left;
  border-radius: 30px;
  background-color: #024d5d;
  text-align: center;
}

.warning-symbol {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.warning-text {
  display: inline-block;
  float: left;
  color: #024b5c;
  font-size: 14px;
  line-height: 14px;
}

.warning-text-div {
  display: inline-block;
  margin-left: 7px;
  padding-top: 9px;
  float: left;
}

.important-text {
  color: #024b5c;
  font-size: 18px;
}

.paragraph-link {
  color: #024d5d;
  text-decoration: none;
}

.paragraph-link:hover {
  text-decoration: underline;
}

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

.important-text-paragraph {
  color: #555;
}

.paragraph-headline {
  margin-left: -2px;
  text-align: left;
}

.paragraph-headline.grusswort-note {
  color: rgba(2, 77, 93, .6);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.contact-form-left-column {
  padding-right: 60px;
}

.form-label {
  margin-top: 15px;
  font-size: 17px;
}

.last-field {
  margin-bottom: 25px;
}

.success-message-div {
  border: 2px solid #92c24f;
  background-color: hsla(0, 0%, 100%, 0);
  color: #93c250;
  font-size: 19px;
}

.arrow-start-section.grey {
  background-color: #f8f8f8;
}

.signatur-div {
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center;
}

.lone-separator {
  margin-top: 100px;
}

.pre-paragraph-h2-text {
  margin-bottom: 8px;
  color: #a3a3a3;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.grusswort-container-first-div {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 20px;
}

.grusswort-background-div {
  position: relative;
  padding: 45px 70px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
}

.grusswort-shadow-div {
  height: 50px;
  margin-bottom: -15px;
  background-image: url('../images/paper_shadow.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.grusswort-zeichen {
  position: absolute;
  z-index: 1;
  display: inline-block;
  padding-top: 66px;
  color: #eee;
  font-size: 250px;
}

.grusswort-zeichen.oben {
  left: 21px;
  top: 60px;
}

.brief-button-div {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 10;
  width: 52px;
  height: 48px;
  background-color: #024d5d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.plus-container-div {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 14px;
  margin-left: 16px;
}

.plus-horizontal-div {
  position: absolute;
  left: 0px;
  top: 9px;
  right: 0px;
  height: 2px;
  background-color: #fff;
}

.plus-vertical-div {
  position: absolute;
  left: 9px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background-color: #fff;
}

.footnote {
  color: #5c5c5c;
  font-style: italic;
  font-weight: 400;
}

.fair-handel-logo {
  float: left;
}

.fair-handel-div {
  position: relative;
  margin-bottom: 45px;
  padding: 20px 10px;
  border: 1px solid rgba(0, 0, 0, .05);
  background-color: #f7f7f7;
}

.fair-handel-tabelle-div {
  float: left;
}

.fair-handel-tabelle-div.left {
  width: 215px;
  padding-left: 8px;
}

.fair-handel-tabelle-div.right {
  width: 690px;
}

.grusswort-image-div {
  width: 80px;
  height: 80px;
  margin-right: 14px;
  float: left;
}

.grusswort-container-second-div {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 20px;
}

html.w-mod-js *[data-ix="text-limiter-programm"] {
  height: 90px;
}

html.w-mod-js *[data-ix="hide-grusswort"] {
  height: 198px;
}

@media (max-width: 991px) {
  .nav-link {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, .15);
  }
  .nav-menu {
    padding-bottom: 10px;
    background-color: #11677a;
  }
  .menu-button {
    padding: 18px 17px 16px;
    color: #fff;
    font-size: 48px;
  }
  .menu-button.w--open {
    background-color: #11677a;
  }
  .logo {
    width: 132px;
  }
  .hero-section {
    margin-top: 80px;
  }
  .row-div.referenten {
    margin-right: -10px;
    margin-left: -10px;
  }
  .column-quater-div {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .video-div {
    padding-right: 55px;
    padding-left: 55px;
  }
  .arrow {
    width: 9%;
  }
  .footer-logo-div.messe-stuttgart {
    width: 130px;
  }
  .footer-logo-div.moedinger {
    width: 160px;
  }
  .footer-logo-div.ideenhunger {
    width: 100px;
  }
  .footer-logo-div.izf {
    width: 157px;
  }
  .footer-text {
    height: 100px;
  }
  .logo-div {
    height: 110px;
  }
  .programm-column.small {
    width: 50%;
  }
  .programm-column.large {
    width: 50%;
  }
  .sponsor-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sponsor-column {
    height: 140px;
  }
  .warning-text-div {
    width: 226px;
    padding-top: 2px;
  }
  .contact-form-left-column {
    padding-right: 30px;
  }
  .fair-handel-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fair-handel-tabelle-div.left {
    width: 30%;
    padding-right: 20px;
    padding-left: 0px;
  }
  .fair-handel-tabelle-div.right {
    width: 70%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    line-height: 40px;
  }
  .brand {
    padding-left: 20px;
  }
  .hero-section {
    height: 500px;
  }
  .row-div {
    margin: 44px 0px;
  }
  .row-div.hero {
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .row-div.referenten {
    margin: 0px;
  }
  .hero-info-div {
    width: 100%;
    height: 62px;
  }
  .info-icon-div {
    width: 21%;
    height: 62px;
  }
  .info-icon-div.date {
    padding-top: 15px;
  }
  .info-icon-div.location {
    padding-top: 12px;
  }
  .info-text-div {
    width: 77%;
  }
  .hero-thema-div {
    width: 100%;
    padding: 15px 15px 11px 25px;
  }
  .column-quater-div {
    width: 50%;
    padding-bottom: 40px;
  }
  .portrait-h3 {
    margin-top: 20px;
  }
  .button-container-div {
    margin-top: 45px;
  }
  .button-container-div.slider {
    margin-top: 70px;
  }
  .video-div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .content-section {
    padding: 50px 20px;
  }
  .slide {
    width: 50%;
  }
  .sub-headline.anmeldung-workshops-subline {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
  }
  .ticket-div {
    width: 100%;
  }
  .footer-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .programm-div {
    margin-right: 25px;
    margin-left: 25px;
  }
  .programm-div.start {
    width: 100%;
  }
  .footer-logo-div.messe-stuttgart {
    width: 160px;
  }
  .footer-logo-div.moedinger {
    width: 190px;
  }
  .footer-logo-div.ideenhunger {
    width: 120px;
  }
  .footer-text {
    height: 80px;
  }
  .footer-text.grau.last {
    margin-bottom: 40px;
  }
  .header-section {
    margin-top: 80px;
    padding-top: 55px;
    background-size: 180%;
  }
  .programm-column.small {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .programm-column.large {
    width: 100%;
    padding-right: 15px;
    padding-left: 30px;
  }
  .name-div {
    text-align: left;
  }
  .name-div.second {
    text-align: right;
  }
  .separator-line-programm-div.right {
    display: none;
  }
  .programm-text {
    font-weight: 600;
  }
  .padding-div {
    left: 0px;
    right: 30px;
  }
  .horizontal-separator {
    left: 0px;
    right: 0px;
    bottom: -21px;
  }
  .footer-column {
    height: 350px;
  }
  .sponsor-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sponsor-column {
    height: 160px;
    margin-bottom: 20px;
  }
  .logo-row {
    margin-bottom: 0px;
  }
  .tabs {
    margin-top: 5px;
  }
  .warning-div {
    margin-top: 15px;
    margin-bottom: 7px;
  }
  .contact-form-left-column {
    margin-bottom: 45px;
  }
  .grusswort-background-div {
    padding: 25px 40px;
  }
  .grusswort-zeichen.oben {
    left: 14px;
    top: 44px;
  }
  .fair-handel-div {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .fair-handel-tabelle-div.left {
    padding-right: 18px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    height: 870px;
    background-position: 63% 50%;
  }
  .row-div.hero {
    margin-top: 20px;
  }
  .row-div.referenten {
    margin-bottom: 0px;
  }
  .column-div {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-separator {
    left: 10px;
    top: 56%;
    right: 10px;
    bottom: auto;
    width: auto;
    height: 2px;
    max-width: none;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .info-hero-text {
    padding-left: 15px;
  }
  .hero-thema-div {
    padding: 20px 11px 16px 20px;
  }
  .separator-div {
    margin-bottom: 40px;
  }
  .speech-triangle {
    left: auto;
    right: 18px;
  }
  .column-quater-div {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .button-container-div {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .video-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-section.embed-tickets {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section.grusswort-section {
    padding-top: 55px;
  }
  .mask {
    width: 77%;
  }
  .arrow {
    width: 45px;
  }
  .slide {
    width: 100%;
  }
  .sub-headline.grusswort-paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .ticket-div {
    margin-top: 30px;
  }
  .footer-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .programm-div {
    margin-right: 10px;
    margin-left: 10px;
  }
  .programm-div.detailseite {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-logo-div.ideenhunger {
    width: 110px;
  }
  .footer-nav-link {
    display: block;
    width: 46%;
  }
  .footer-nav-link.first {
    margin-right: 6%;
  }
  .footer-text {
    height: 60px;
  }
  .hero-arrow-link-div {
    margin-top: 10px;
  }
  .header-section {
    padding-top: 40px;
    background-size: 220%;
  }
  .programm-column.small {
    padding-left: 20px;
  }
  .programm-column.small.only-headline {
    margin-bottom: 0px;
  }
  .programm-column.large {
    padding-left: 20px;
  }
  .padding-div {
    right: 20px;
  }
  .horizontal-separator {
    bottom: -25px;
  }
  .footer-column {
    height: 290px;
    margin-bottom: 30px;
  }
  .footer-column.veranstalter {
    height: auto;
    margin-bottom: 50px;
  }
  .sponsor-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .inside-content {
    font-size: 26px;
    line-height: 37px;
  }
  .sponsor-column {
    height: 190px;
  }
  .impressum-paragraph {
    overflow: hidden;
  }
  .impressum-h2 {
    font-size: 28px;
  }
  .tab-link {
    display: inline-block;
    margin-right: 10px;
  }
  .tab-div {
    width: 30px;
    height: 30px;
    padding-top: 0px;
  }
  .warning-text-div {
    width: 75%;
  }
  .paragraph-headline.grusswort-note {
    line-height: 15px;
  }
  .contact-form-left-column {
    padding-right: 10px;
  }
  .grusswort-background-div {
    padding: 25px 20px;
  }
  .grusswort-zeichen.oben {
    left: 4px;
    top: 38px;
  }
  .fair-handel-logo {
    float: none;
  }
  .fair-handel-div {
    padding-right: 28px;
    padding-left: 28px;
  }
  .fair-handel-tabelle-div.left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .fair-handel-tabelle-div.right {
    width: 100%;
  }
  .grusswort-image-div {
    margin-bottom: 35px;
  }
}

@font-face {
  font-family: 'Icon font';
  src: url('../fonts/icon-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}