@import url("https://fonts.googleapis.com/css?family=Martel");

/* ##### Global */
body,
html {
  min-width: 320px;
  background-image: url("/Assets/images/server_images/Band/Texture_BG.png");
  background-attachment: fixed;
  font-family: Martel;
}

nav {
  border-color: #bbb1a7;
}

img {
  max-width: 100%;
  height: auto;
}

.notBold {
  font-weight: 400;
}

.visible-767-and-below {
  display: none;
}

.visible-768-and-above {
  display: block;
}

@media (max-width: 767px) {
  .visible-767-and-below {
    display: block;
  }

  .visible-768-and-above {
    display: none;
  }
}

.pull-right > p {
  text-align: right;
}

/* Typography */
p {
  font-family: Martel;
  margin-bottom: 2px;
}

/* Headlines */
h3 {
  margin: 9px;
  text-align: center;
  padding-bottom: 65px;
  padding-top: 50px;
  font-family: Martel;
  font-weight: normal;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
}

h4 {
  color: white;
}

h5 {
  font-family: Martel;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 2px;
}

.modal-dialog h4 {
  color: #333;
}

/* ##### Navigation */
#aNavbar > div > li:nth-child(1) > a {
  padding-bottom: 5px;
}

#aNavbar > div > li:nth-child(2) > a {
  padding-bottom: 5px;
}

#aNavbar > div > li:nth-child(3) > a {
  padding-bottom: 5px;
}

#aNavbar > div > li:nth-child(4) > a {
  padding-bottom: 5px;
}

#aNavbar > div {
  padding-top: 17px;
}

.icon-bar {
  background-color: #333;
}

.navbar {
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid transparent;
  min-height: 100px;
}

.navbar-default {
  background-color: transparent;
}

.navbar-brand {
  height: auto;
}

.navbar-brand > .image_full {
  display: block;
}

.navbar-brand > .image_mobile {
  display: none;
}

.navbar-toggle.collapsed {
  background-color: #fff;
  border: none;
}

.navbar-toggle {
  background-color: #fff;
  border: none;
}

.navbar-nav {
  margin-top: 55px;
}

.nav a {
  margin-left: 20px;
  font-family: Martel;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: black;
  text-decoration: none;
}

.nav > li > a {
  position: relative;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 3px;
}

.nav > li > a img {
  margin-top: -5px;
}

.nav > li > a.social img {
}

.nav > li > a.social span {
  display: none;
}

@media (max-width: 767px) {
  .nav > li > a.social img {
    display: none;
  }

  .nav > li > a.social span {
    display: inline-block;
  }
}

@media (min-width: 767px) {
  .nav > li > a.social img {
    visibility: visible;
  }

  .nav > li > a.social span {
    visibility: collapse;
    display: none;
  }
}

.nav > li.underline > a:hover {
  color: #000;
  background-color: transparent;
}

.nav > li.underline > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav > li.underline > a:focus:before,
.nav > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    min-height: 70px;
  }

  .navbar-toggle {
    margin-top: 18px;
  }

  .navbar-collapse.pull-right {
    float: none !important;
  }

  .nav > li > a {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-nav {
    margin-top: 50px;
  }
}

/* ##### Header - Jumbotron */
.jumbotron {
  width: 100%;
  height: 0;
  padding-top: 0;
  background-image: url("/Assets/images/server_images/Header/Headimage.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 700px;
  background-position-y: 20px;
}

.jumbotronDiv {
  background-color: transparent;
}

@media (max-width: 1885px) {
  .jumbotron {
    background-position-y: 49px;
    height: 694px;
  }
}

@media (max-width: 1786px) {
  .jumbotron {
    background-position-y: 100px;
  }
}

@media (max-width: 1646px) {
  .jumbotron {
    height: 685px;
    background-position-y: 102px;
  }
}

.top-container {
  background-color: #fff;
  padding: 20px;
  padding-left: 30px;
  margin-top: -233px;
}

.top-container h1 {
  color: red;
  font-size: 40px;
  font-weight: bold;
  line-height: 20px;
}

.top-container h2 {
  margin-top: 13px;
  color: black;
  font-size: 30px;
  display: block;
  width: 655px;
  line-height: 50px;
}

.visible-1620-and-below {
  display: none;
}

.visible-1620-and-below {
  padding-top: 100px;
}

@media (max-width: 1620px) {
  .jumbotron {
    background-image: none;
    height: auto;
    padding-bottom: 0;
  }

  .visible-1620-and-below {
    display: block;
  }
}

@media (max-width: 1482px) {
  .top-container {
    margin-top: -210px;
  }

  .top-container h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .top-container h2 {
    margin-top: 10px;
    font-size: 25px;
  }
}

@media (max-width: 1156px) {
  .top-container {
    margin-top: -100px;
  }

  .top-container h1 {
    font-size: 35px;
  }

  .top-container h2 {
    margin-top: 10px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .top-container h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .top-container h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 42px;
    width: auto;
  }

  .visible-1620-and-below {
    padding-top: 70px;
  }
}

@media (max-width: 560px) {
  .top-container {
    margin-top: -50px;
  }
}

/* ##### Band */
.Y {
  position: relative;
}

.Y img {
  max-width: 100%;
  width: 100%;
}

.Y img.hover-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s opacity ease-in-out;
}

.Y:hover img.hover-image {
  opacity: 1;
}

.W {
  background-color: white;
  padding: 20px;
  position: relative;
}

.Wsub {
  padding-bottom: 20px;
  font-weight: bold;
}

.W .title {
  line-height: 22px;
  font-size: 16px;
  color: #000;
}

.W .subtitle,
.subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #ff0000;
  font-weight: 400;
}

.W .description,
.description {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.has-margin-bottom-10 {
  margin-bottom: 10px;
}
.has-margin-bottom-20 {
  margin-bottom: 20px;
}

#theBand {
  padding-bottom: 80px;
}
#theBand > div:nth-child(4) {
  margin-bottom: 80px;
}

/* ##### Video*/

.jumboVideo {
  background-image: url(/Assets/images/server_images/Video/Videoimage.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 36.64%;
}

.jumboVideo .container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#ic_play {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  border: 0;
  background: transparent;
}

#ic_play:hover {
  opacity: 0.9;
}

@media (max-width: 700px) {
  #ic_play {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
    border: 0;
    background: transparent;
  }
}

.fixer {
  font-size: 20px;
  color: #fff;
}

/* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.videoWrapper {
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 25px;
  height: 0;
  margin-top: -38%;
}

.videoWrapper iframe {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 100%;
  height: 106%;
  opacity: 1;
}

#yt {
  display: none;
}

.videoWrapper a.more {
  text-decoration: none;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 983px) {
  .videoWrapper a.more {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 30px;
    font-size: 18px;
    color: #fff;
  }

  .footerText,
  .footerText a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
  }

  a.more:before {
    display: none;
  }
}

a.more > img {
  margin-right: 5px;
  width: 9px;
}

@media (max-width: 767px) {
  .videoWrapper a.more {
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 16px;
    color: #fff;
  }
}

@media (max-width: 621px) {
  .videoWrapper a.more {
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 14px;
    color: #fff;
  }
}

/* ##### Termine */
#termine {
  padding-bottom: 80px;
}

#termine > .container {
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs {
  border: none;
  margin-bottom: 8px;
}

.nav-tabs > li > a {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 7px;
  background-color: #808080;
  color: white;
}

.nav-tabs > li:last-child > a {
  margin-right: 0;
}

.nav-tabs > li {
  border-radius: 0px;
  text-align: center;
  width: 200px;
}

.nav-tabs > li.active > a {
  color: white;
  background-color: #f00;
  border-color: transparent;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #f00;
  border-color: transparent;
  color: #fff;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #808080;
  border-color: transparent;
}

.fit {
  background-color: white;
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/* ##### Pressedownloads */
.L {
  margin-bottom: 20px;
}

a .L {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

a:hover .L {
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
}

a:hover .Lrot {
  background-image: url(../pressedownloads/logo_rot_preview.jpg);
}

a:hover .Lschwarz {
  background-image: url(../pressedownloads/logo_schwarzweiss_preview.jpg);
}

a:hover .Lpresse {
  background-image: url(../pressedownloads/pressefoto_preview.jpg);
}

a:hover .L p {
  color: black;
}

.noDec,
.noDec:hover,
.noDec:focus {
  text-decoration: none;
  color: black;
}

/* ##### Kontakt */
#kontakt > div.container.miniDiv-bottom > div > div.col-md-4 {
}

#kontakt > div.container.miniDiv-bottom > div > div.col-md-8 {
  padding-left: 0;
}

.contactInfo {
  font-size: 16px;
  line-height: 22px;
}

p.bottomText a {
  color: #f00;
  text-decoration: none;
}

p.bottomText > a:hover {
  color: #f00;
  background-color: transparent;
}

p.bottomText a:before {
  content: "";
  position: absolute;
  width: 56%;
  height: 1px;
  bottom: 3px;
  left: 9px;
  background-color: #f00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

p.bottomText a:focus:before,
p.bottomText a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

p.bottomText1 a {
  position: relative;
}

p.bottomText1 a:before {
  bottom: 2px;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
}

p.videoText a:before {
  width: 124px;
  left: 20px;
  bottom: 2px;
}

/* ##### Footer */
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footerText,
.footerText a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.nav > li.underline > a:focus:before,
.footerText a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footerText a:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  bottom: 0;

  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* ######## ids ######### */

.year {
  padding-top: 15px;
}

.year > .fit > div {
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 10px;
}

.year .Datum {
  font-family: Martel;
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
  padding-left: 26px;
}

.year .Beginn {
  padding-top: 5px;
  font-family: Martel;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .year > .fit > div {
    border-bottom: 1px solid #dadada;
  }

  .year .Datum {
    padding-left: 10px;
  }

  .year .Beginn {
    font-weight: bold;
    padding-left: 10px;
    padding-top: 0;
  }
}

.year .Standort {
  font-family: Martel;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.year .Adresse {
  margin-top: 3px;
  font-family: Martel;
  font-size: 16px;
  color: #000000;
}

.year .normDatum {
  color: #ff0000;
  font-family: Martel;
  font-size: 16px;
  padding-left: 26px;
}

.year .normStandort {
  color: #000000;
  font-family: Martel;
  font-size: 16px;
}

.year .normAdresse {
  color: #000000;
  font-family: Martel;
  font-size: 16px;
}

.year .normBeginn {
  color: #000000;
  font-family: Martel;
  font-weight: normal;
  font-size: 16px;
  padding-left: 20px;
}

.L {
  height: 230px;
  position: relative;
  background-color: white;
}

@media (max-width: 767px) {
  .L {
    height: 165px;
  }
}

.contactField {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.contactField > div:nth-child(1) {
  border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
  .contactField {
    text-align: center;
  }

  .contactField > div:nth-child(1) {
    border-right: 0;
  }
}

.contentCentered {
  text-align: center;
}

.highlight:before,
.highlight:after {
  content: attr(data-year);
  display: none;
  position: absolute;
  top: 0;
  width: 25px;
  border: none;
  height: 100%;
  background-color: red;
  color: #fff;
}

.highlight:before {
  text-align: center;
  white-space: pre;
  left: -25px;
}

.highlight:after {
  text-align: center;
  white-space: pre;
  right: -25px;
}

.highlight:hover:before,
.highlight:hover:after {
  display: block;
  line-height: 16px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .highlight:before,
  .highlight:after {
    display: none !important;
  }
}

/* .highlight:hover:before, .highlight:hover:after{ */
/* display: none !important;  */
/* } */

.middle-before {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle-before > img {
  width: 30px;
  padding-top: 30px;
}

.middle {
  width: 100%;
  text-align: center;
  position: relative;
  top: 45%;
  color: #000;
  font-family: Martel;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.middle-after {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f00;
  font-family: Martel;
  font-size: 20px;
}

.middle-bottom {
  padding-left: 30px;
  padding-top: 30px;
}

/* ######## Media change ######### */

@media (max-width: 991px) {
  .jumbotron {
    width: 100%;
  }

  .nav-tabs > li {
    text-align: center;
    width: 50%;
  }

  #kontakt > div.container.miniDiv-bottom > div.col-md-8 {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .nav > li.underline > a:focus:before,
  .nav > li > a:hover:before {
    visibility: hidden;
  }

  #termine > div > div.dates > ul > li.active > a {
    margin-right: 7px;
  }
}

@media (max-width: 767px) {
  .navbar-brand > .image_full {
    display: none;
  }

  .navbar-brand > .image_mobile {
    display: block;
  }

  .contactField > div:nth-child(2) {
    border-left: none;
    margin-top: 15px;
    padding-top: 15px;
  }

  #termine > div > div.dates > ul > li:nth-child(1) > a {
    margin-right: 0;
  }

  #termine > div > div.dates > ul {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .nav > li.underline > a {
    border-bottom: 1px solid #1b1b1b;
  }

  #aNavbar {
    padding-left: 0;
    padding-right: 0;
  }

  /*#aNavbar > ul > li:nth-child(4) > a {
            border-bottom-color: #333;
        }*/

  .nav.navbar-nav {
    background-color: #333;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav li.underline > a:hover {
    background-color: #1b1b1b;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #1b1b1b;
  }

  .nav > li.underline > a:hover {
    color: white;
  }

  .nav > li.underline > a:visited {
    color: white;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100vh - 80px);
  }

  .navbar > div {
    margin-top: 0;
  }

  .navbar.navbar-fixed-top {
    margin-top: 0px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }

  .nav > li > a {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #theBand > div:nth-child(4) {
    margin-bottom: 60px;
  }

  #aNavbar {
    margin-top: 22px;
    width: 100vw;
    overflow-x: hidden !important;
  }

  .nav-tabs > li > a {
    margin-right: 0px;
  }

  .tab-content > .active {
    margin-right: 0;
  }

  #termine {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-tabs > li > a {
    font-size: 14px;
  }

  .year .Datum {
    font-size: 20px;
    line-height: 24px;
  }

  .year .Adresse {
    margin-bottom: 0;
  }

  .year .Standort {
    font-size: 20px;
    line-height: 24px;
  }

  .year .normStandort p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .middle-before > img {
    padding-top: 15px;
  }

  .middle-after {
    top: 71%;
  }
}

/* custom animation */
.module:not(.come-in) {
  transform: translateY(50px);
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards, opacity 0.8s ease;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

/* styles for news */
#news > .row {
  margin-bottom: 60px;
}

.news.style-1,
.news.style-2,
.news.style-3,
.news.style-4 {
  background-color: #fff;
  padding: 0;
  border: none;
  overflow: hidden;
}

.news .image,
.news .text {
  position: relative;
}

.news .text,
.news .image {
  height: 100%;
  padding: 0;
}

.news .text {
  padding: 20px;
}

.image-container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;

  background-size: cover;
  background-repeat: no-repeat;
}

.col-sm-12.style-3 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .news .image-container {
    min-height: 200px;
    background-position: center center;
  }
  #news a:hover {
    text-decoration: none;
  }
  .fb {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .news.style-1,
  .news.style-2,
  .news.style-3,
  .news.style-4 {
  }

  #news a .fb {
    position: absolute;
    left: 20px;
    bottom: -40px;
    transition: all 0.3s ease;
  }
  #news a:hover .fb {
    bottom: 20px;
  }

  #news a.style-1:hover,
  #news a.style-1:active,
  #news a.style-1:focus,
  #news a.style-1:hover > div,
  #news a.style-1:active > div,
  #news a.style-1:focus > div {
    outline: 0;
  }

  .news.style-1 {
    height: 300px;
  }
  .news.style-1 .text.has-triangle:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    border-width: 0px 25px 25px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 1) rgba(0, 0, 0, 0);
  }
  .news.style-2 {
    height: 620px;
  }
  .news.style-2 .text.has-triangle:before,
  .news.style-3 .text.has-triangle:before,
  .news.style-4 .text.has-triangle:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%) rotate(135deg);
    border-width: 0px 25px 25px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 1) rgba(0, 0, 0, 0);
  }

  .news.style-3,
  .news.style-4 {
    height: 300px;
  }
  .news.style-3 {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .news.style-4 {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .news.style-2 .text {
    height: calc(100% - 305px);
  }
  .news.style-2 .image {
    height: 305px;
  }

  .news.style-3 .text,
  .news.style-3 .image,
  .news.style-4 .text,
  .news.style-4 .image {
    height: 50%;
  }
}

/* style 2 == style 1 between 768+992 (>767, <992) */
@media (min-width: 768px) and (max-width: 991px) {
  .news.style-2 {
    height: 300px;
  }
  .news.style-2 .text.has-triangle:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    border-width: 0px 25px 25px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 1) rgba(0, 0, 0, 0);
  }
  .news.style-2 .image,
  .news.style-2 .text {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .news.style-1 .image {
    width: 305px;
  }
  .news.style-1 .text {
    width: calc(100% - 305px);
  }
  .news.style-3 {
    margin-bottom: 20px;
  }
}

/* spinner */
.spinner {
  width: 100%;
  height: 100%;
  background-image: url(../images/spinner.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .direct-children-have-padding-right-0 > * {
    padding-right: 0;
  }
  .direct-children-have-padding-left-0 > * {
    padding-left: 0;
  }
}
