@font-face {
 font-family: 'broadcast-matter';
 src: url('Broadcast-Matter.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('Broadcast_Matter.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
}

.nl-form {
padding: 1.5rem;
background: #edeef2;
}

.nl-form em {
  font-size: 12px;
  color: #777;
}

/* warning */
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
}

/* success*/
.wpcf7 form .wpcf7-response-output {
  border: none;
}

.wpcf7-form.sent #cfhide {
  display: none;
}

.headline-logo-custom {
  display: block !important;
}

.grid-wrapper__blue {
    background-color: #009cde;
}

.buttons .button__blue {
    background-color: #009cde;
    border-color: #009cde;
}

.yt-video {
    width: 70%;
    margin: auto !important;
	
}

#navigationBurger-menu > li:first-child,
header .menu > li:first-child {
	font-family: 'broadcast-matter';
 	-webkit-transform:rotate(-6deg);
	font-size: 20px !important;
	line-height: 20px;
}

#navigationBurger-menu > li:first-child .menu-link:hover {
  background: transparent;
 
}

#navigationBurger-menu > li:first-child .menu-link {
    font-size: 20px;
  line-height: 20px;
}

@media (min-width:1330px) {
  [is=flynt-navigation-main] {
    display:block;
  }
}

@media (max-width:1330px) {
  [is="flynt-navigation-burger"] {
    display:block;
  }
}

@media (max-width: 500px) {
  .yt-video {
    width: 95%;
    margin: auto !important;
	
}
}