@import url(fonts.css);

/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}


/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.align-center {
    text-align: center !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}
.ku {
  white-space: nowrap;
}

/* common -------------------------- */
html {
    height: 100%;
    background: #000;
}
body {
    height: 100%;
    font: 19px/26px "Basistypo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 950px;
    padding: 0 35px;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    height: 500px;
}
a {
    color: #E4C05F;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a:hover {
    color: #CB9A3C;
}
a:active {
    color: #E4C05F;
}

a.weiss,
.weiss a {
    color: #fff;
}
a.weiss:hover,
.weiss a:hover {
    color: #ccc;
}
a.weiss:active,
.weiss a:active {
    color: #fff;
}

.error {
    color: #2b414d !important;
    border-color: #2b414d !important;
}
.success {
    color: #00CC00 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}


::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    font-family: "Formulartypo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background: #E4C05F;
    background-image: linear-gradient(to right, #F9DE7B,#e1ac45,#F9DE7B);
    border: 0;
    padding: 0 18px;
    display: inline-block;
    height: 47px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
a.button {
    line-height: 47px;
    white-space: nowrap;
}
.button.large {
  height: 65px;
  padding: 0 36px;
}
a.button.large {
  line-height: 65px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
a.button:hover{
    background-color: #CB9A3C;
    background-image: linear-gradient(to right, #e2c86b,rgb(175, 130, 46),#e2c86b);
    color: #000;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
a.button:active{
    background-color: #E4C05F;
    background-image: linear-gradient(to right, #F9DE7B,#CB9A3C,#F9DE7B);
    color: #000;
}

input[type="button"].weiss,
.weiss input[type="button"],
input[type="submit"].weiss,
.weiss input[type="submit"],
input[type="reset"].weiss,
.weiss input[type="reset"],
button.weiss,
.weiss button,
.button.weiss,
.weiss .button {
    color: #E4C05F;
    background: #fff;
}
input[type="button"].weiss:hover,
.weiss input[type="button"]:hover,
input[type="submit"].weiss:hover,
.weiss input[type="submit"]:hover,
input[type="reset"].weiss:hover,
.weiss input[type="reset"]:hover,
button.weiss:hover,
.weiss button:hover,
.button.weiss:hover,
.weiss .button:hover {
    color: #CB9A3C;
    background: #ccc;
}
input[type="button"].weiss:active,
.weiss input[type="button"]:active,
input[type="submit"].weiss:active,
.weiss input[type="submit"]:active,
input[type="reset"].weiss:active,
.weiss input[type="reset"]:active,
button.weiss:active,
.weiss button:active,
.button.weiss:active,
.weiss .button:active {
    color: #E4C05F;
    background: #fff;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
.input-text {
    height: 47px;
    margin: 2px 0;
    width: 400px;
    font-size: 18px;
    font-family: "Formulartypo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 27px;
    padding: 10px 18px;
    color: #000;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: background-color 0.2s linear, border-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
    transition: background-color 0.2s linear, border-color 0.2s linear;
}
input[type="number"] {
    width: 100px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
.input-text:focus {
    background-color: #ffffff;
    border-color: #cccccc;
}
textarea {
  width: 100%;
  height: 500px;
}

button[disabled],
input[disabled] {
  cursor: default;
  color: #999;
  background-color: #eee;
}

.separator {
    height: 2px;
    font-size: 0;
    line-height: 0;
    background: #e4e7e7;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titeltypo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-stretch: 75%;
  text-transform: uppercase
}
h1, h2, h3, .text-gold {
    color: #FADE7A;
    background-image: linear-gradient(90deg, #FADE7A , #E0AD46 50%, #FADE7A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    font-size: 6vw;
    line-height: 6.8vw;
    margin: 0 0 1.6vw;
}
h2 {
    font-size: 5vw;
    line-height: 5.7vw;
    margin: 0 0 1.2vw;
}
h3 {
    font-size: 3vw;
    line-height: 3.3vw;
    margin: 0 0 0.8vw;
    /* text-transform: uppercase; */
}
h4 {
    font-size: 2.2vw;
    line-height: 2.5vw;
}
p + h3,
p + h4 {
    margin-top: 2.6vw;
}

ul.aufzaehlung {
  list-style-type: square;
  padding: 0 0 0 15px;
  margin-left: 5px;
}
ul.aufzaehlung li {
  padding:0 0 6px 0;
}



/* header -------------------------- */
header {
    padding: 50px 0 20px;
}
.logo {
    float: left;
    margin: 0 0 50px;
}
.logo a {
    display: block;
    text-align: center;
}
.social {
    float: right;
    padding: 19px 0 50px;
}
.social li {
    float: left;
    margin: 0 0 0 22px;
}
.social li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-color: #ccd0d2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social li a.social-facebook {
    background-position: 0 0;
}
.social li a.social-facebook:hover {
    background-color: #3b5998;
}
.social li a.social-facebook:active {
    background-color: #355089;
}
.social li a.social-twitter {
    background-position: -50px 0;
}
.social li a.social-twitter:hover {
    background-color: #55acee;
}
.social li a.social-twitter:active {
    background-color: #4c9ad6;
}
.social li a.social-googleplus {
    background-position: 0 -50px;
}
.social li a.social-googleplus:hover {
    background-color: #dd4b39;
}
.social li a.social-googleplus:active {
    background-color: #c64333;
}

/* footer -------------------------- */
.main {
    /* padding-bottom: 390px; */
}
footer {
    height: 390px;
    margin: -390px 0 0;
    text-align: center;
    position: relative;
}
footer .social {
    float: none;
    display: inline-block;
}
footer .social li {
    margin: 0 11px;
}
.footer-image {
    position: absolute;
    left: 0;
    right: 0;
    height: 250px;
    bottom: 0;
    background: url(../images/footer.jpg) no-repeat 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* content -------------------------- */
.features {
    margin: 0 0 88px;
}
.features-columns {
    margin: 0 -10px;
}
.features-column {
    float: left;
    width: 33.33%;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 80px;
}
.features-column h3 {
    position: relative;
    margin: 0 0 40px;
}
.features-column h3:after {
    content: "";
    left: 50%;
    bottom: -20px;
    height: 2px;
    width: 22px;
    margin: 0 0 0 -11px;
    background: #ccd0d2;
    position: absolute;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.features-column:hover h3:after {
    background: #E4C05F;
}
.ico-bulb,
.ico-rocket,
.ico-flag {
    display: block;
    margin: 0 auto 30px;
    height: 64px;
    width: 64px;
    background-position: -200px 0;
}
.ico-bulb {
    background-position: -100px 0;
    width: 44px;
}
.ico-flag {
    background-position: -300px 0;
}

/* slider -------------------------- */
.slider {
    margin: 0 0 93px;
}
.textblock {
    margin: 0 0 40px;
}
.textblock-last {
    margin-bottom: 0;
}
.textblock img {
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 60px 80px 0;
}
.textblock h2 {
    /* padding: 15px 0 33px; */
}
.textblock p {
    margin: 0 0 24px;
}
.textblock img.align-right {
    margin: 25px 0 80px 60px;
}
.text-column {
    overflow: hidden;
    padding: 0 0 61px;
}
.text-column p.big {
    padding-top: 26px;
}
.bildblock {
    position: relative;
    margin: 0;
}
.bildblock img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bildblock .text-column {
    padding: 40px 0 40px 0;
}

.big {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.big .button {
    margin: 0 0 10px;
}
.small {
    font-size: 14px;
    line-height: 18px;
}
.swiper-container {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.swiper-pagination-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 20;
    text-align: center;
}
.swiper-pagination {
    display: inline-block;
}
.swiper-pagination-switch {
    float: left;
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin: 0 6px 0 7px;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.15s linear;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.swiper-active-switch {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    text-align: left;
    width: 100%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    padding: 20px 0 30px 0;
}
.swiper-slide.grabbing,
.swiper-slide:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-slide > img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.twitter {
    background: #f8f8f8;
    margin: 0 0 98px;
    text-align: center;
    padding: 90px 0;
}
.twitter-ico {
    width: 38px;
    height: 30px;
    background-position: -50px -50px;
    display: block;
    margin: 0 auto;
}
.twitter-post {
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 33px;
}
.twitter-post a {
    text-decoration: underline;
}
.twitter-post-wrapper {
    display: table;
    width: 100%;
}
.twitter-post-inside {
    display: table-cell;
    height: 240px;
    vertical-align: middle;
}
.karte {
    background: #161616;
    text-align: center;
}
.karte > div {
    overflow:hidden;
    height:500px;
    width:100%;
}
.leaflet-container {
  background: #161616;
}
#map,
#gmap_canvas {
    height:500px;
    width:100%;
}
#map img,
#gmap_canvas img {
    max-width: none!important;
    background:none!important;
}
#map button,
#gmap_canvas button {
    border-radius: unset;
}

.box {
    display: none;
}
.box.visible {
    display: block;
}
.tabs-wrapper {
    text-align: center;
}
.tabs {
    display: inline-block;
}
.tabs li {
    float: left;
    width: 12px;
    height: 12px;
    background: #ccd0d2;
    margin: 0 6px 0 7px;
    text-indent: -9999px;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -webkit-transition: background 0.5s linear;
    transition: background 0.15s linear;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.tabs li.active {
    background-color: #E4C05F;
}

.formular {
    position: relative;
    margin: 50px 0 50px 0;
}
.formular-wrapper {
    margin: 20px 0 50px 0;
}
.formular-form {
    /* display: inline-block; */
    position: relative;
}
/* .formular-form input {
    float: left;
    margin: 0 9px;
} */
.formular-form label {
    margin-left: 30px;
}

.formular-form label.check,
.formular-form label.radio {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-left: 30px;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 5px;
    width: auto;
}



/* Farben */

.betont {
  color: #E4C05F;
}
.weiss {
  color: #fff;
}

.bg-betont {
  background-color: #E4C05F;
}

.bg-hellgrau {
  background-color: #f5f5f5;
}

.bg-verlauf {
  background: linear-gradient(#292929, #000000);
}

.bg-welle {
  width: 100%;
  padding-top: 14vw;
  background-repeat: no-repeat;
  background-image: url(../images/footerbg.png);
  background-position: top center;
  background-size: 100%;
}




.rahmen {
  border: 1px solid #333333;
  padding: 20px;
  background-color: #202020;
  border-radius: 5px;
}

.hinweis {
  font-size: 14px;
}

.verdeckt {
  display: none;
}
.fehler {
  font-weight:bold;
  background-color: #CC0000;
  padding: 2px 5px;
}
input.fehler,
textarea.fehler,
select.fehler,
span.fehler textarea,
span.fehler select {
  border: 3px solid #CC0000;
}

.meldung {
  font-weight:bold;
  color:#cacaca;
}

.erfolg {
  font-weight:bold;
  color:#088800;
}

div.fehler,
div.meldung,
div.erfolg {
  display: block;
  margin-bottom: 20px;
}
span.fehler,
span.meldung,
span.erfolg {
  display: inline;
}



.teamquote {
  margin: 0 0 20px 0;
}

.teamquote .balken {
  margin: 5px 0 0 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-shadow: 1px 1px #F9DE7B;
  background: #E4C05F;
  background-image: linear-gradient(to right, #F9DE7B,#e1ac45,#F9DE7B);
}





header {
  /* position: relative;
  z-index: 10; */
  background: url(../images/header.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 0 0 66vw 0 !important;
}

@media (min-width: 1200px){
  h1 {
    font-size: 72px;
    line-height: 82px;
    margin: 0 0 20px;
  }
  h2 {
      font-size: 60px;
      line-height: 69px;
      margin: 0 0 15px;
  }
  h3 {
      font-size: 36px;
      line-height: 40px;
      margin: 0 0 10px;
  }
  h4 {
      font-size: 27px;
      line-height: 32px;
  }
  p + h3, p + h4 {
      margin-top: 32px;
  }

  header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 792px 0 !important;
  }
}


.bogen1, .bogen2 {
  display: none;
}

@media (min-width: 1400px){
  .bogen1 {
    display: block;
    width: 175px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    z-index: -1;
    transform: translateX(485px);
  }
  .bogen2 {
    display: block;
    width: 175px;
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: -1;
    transform: translateX(-660px);
  }
}


/* iCheck plugin Square skin, red
----------------------------------- */
.icheckbox_square-red,
.iradio_square-red {
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icheck.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}
    .icheckbox_square-red.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-red.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-red.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-red {
    background-position: -120px 0;
}
    .iradio_square-red.hover {
        background-position: -144px 0;
    }
    .iradio_square-red.checked {
        background-position: -168px 0;
    }
    .iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-red,
    .iradio_square-red {
        background-image: url(../images/icheck_hd.png);
        background-size: 240px 24px;
    }
}












/* Responsive all mobile sizes -------------------------- */
@media (max-width: 767px){
    body {
        font-size: 19px;
        line-height: 26px;
    }
    header .social,
    .swiper-pagination-wrapper {
        display: none !important;
    }
    .logo {
        float: none;
    }
    .features-column {
        float: none;
        width: 100%;
    }
    h1,
    .textblock h2,
    .formular-title {
        font-size: 40px;
        line-height: 46px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .text-column {
        overflow: auto;
        clear: both;
    }
    .textblock img,
    .textblock img.align-right {
        margin: 0 auto 20px !important;
        float: none !important;
        display: block;
    }
    .formular-form input[type="email"],
    .formular-form input[type="text"] {
        width: 200px;
    }
    .main {
        /* padding-bottom: 290px; */
    }
    footer {
        height: 290px;
        margin: -290px 0 0;
    }
    .footer-image {
        height: 140px;
    }
    .twitter-post {
        font-size: 18px;
        line-height: 26px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

}


/* Responsive just mobile portrait -------------------------- */
@media (max-width: 479px){
    h1,
    .textblock h2,
    .formular-title {
        font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 24px;
        line-height: 20px;
    }
    h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .features-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .big {
        /* font-size: 16px;
        line-height: 22px; */
    }
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        /* font-size: 16px; */
    }
    .formular-form input[type="email"],
    .formular-form input[type="text"] {
        margin-bottom: 20px;
        /* font-size: 16px; */
    }
    .formular-form input {
        width: 100% !important;
        float: none;
        margin: 0;
    }
    .main {
        /* padding-bottom: 250px; */
    }
    footer {
        height: 250px;
        margin: -250px 0 0;
    }
    .footer-image {
        height: 100px;
    }
    .twitter-post {
        font-size: 14px;
        line-height: 22px;
    }
    .slider {
        display: none;
    }
}

