@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:400,600,700,400i,600i,700i");

html {
   max-width: 1930px;
   margin-left: auto;
   margin-right: auto;
   background: #19668d10;
   scroll-behavior: smooth;
   scroll-padding-top: 100px;
   scrollbar-color: #19678d #ffffff;
   scrollbar-width: thin;
}

body {
   font-family: "Roboto", sans-serif;
   color: #020202;
   background: #ffffff;
   font-weight: 400;
   font-size: clamp(1rem, 2vw, 1.125rem);
   /* 1rem = 16px */
   line-height: 1.5;
}

a {
   color: #df252b;
}

a:is(:hover, :focus) {
   color: #df252b;
   text-decoration: underline;
}

#content a {
   font-style: italic;
}

b,
strong {
   font-weight: 700;
}

.static {
   position: static;
}

@media (min-width: 992px) {
   #iconTopbar {
      padding-top: 15px;
   }

   #iconTopbar>.row {
      max-width: 1600px;
      width: 100%;
   }
}

#event-reporter-top a,
#event-reporter-top a:hover {
   color: inherit !important;
}

/* -------------------------------------------- contrast/styler/search -------------------------------------------- */

#search {
   width: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   height: calc(100% + 16px);
   margin-top: -8px;
}

#search:hover,
#search:focus {
   background: #f2f2f2;
}

#topbar {
   padding: 8px;
}

@media (max-width: 991px) {
   #topbar {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);

   }
}

#topbar span {
   font-size: 1rem;
   color: #020202;
   font-family: "Roboto", sans-serif;
   margin-right: 10px;
   display: inline-block
}

#topbar>.row>.col-xs-12>*+* {
   margin-left: 60px;
}

#style button {
   font-size: 18px;
   background: transparent;
   padding: 0;
   border: none;
   color: #2e3c48;
   display: inline-block;
   font-weight: 400;
   text-align: center;
   position: relative;
   line-height: 1;
   -webkit-transition: color 150ms linear;
   -moz-transition: color 150ms linear;
   -ms-transition: color 150ms linear;
   -o-transition: color 150ms linear;
   transition: color 150ms linear;
}

#style button+button {
   margin-left: 8px;
}

#style button:hover {
   color: #df252b;
   text-decoration: underline;
}

#contrast_style button {
   color: #000000;
   padding: 0;
   border: 1px solid rgba(0, 0, 0, 0.6);
   font-family: "Khand", sans-serif;
   display: inline-block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   font-weight: 400;
   text-align: center;
   background: #ffffff !important;
   position: relative;
   z-index: 1;
   font-size: 0;
}

#contrast_style button::before {
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
   left: -6px;
   top: -6px;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: rgba(0, 0, 0, 0.1);
   opacity: 0;
   -webkit-transition: opacity 150ms linear;
   -moz-transition: opacity 150ms linear;
   -ms-transition: opacity 150ms linear;
   -o-transition: opacity 150ms linear;
   transition: opacity 150ms linear;
}

#contrast_style *+*+* {
   margin-left: 5px;
}

#contrast_style button:hover {
   outline: 2px auto !important;
}

#contrast_style button::after {
   content: "";
   display: block;
   position: absolute;
   top: 3px;
   right: 3px;
   left: 3px;
   bottom: 3px;
   border: 1px solid rgba(0, 0, 0, 0.6);
   border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
   background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
   background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
   background: #ea5b0c;
   border: none;
}

/* -------------------------------------------- logo -------------------------------------------- */



@media (min-width: 768px) {

   #logo {
      display: block;
      position: relative;
      margin-top: -40px;
   }
}

#logo img {
   display: block;
}

@media (max-width: 991px) {
   #logo img {
      max-width: 130px;
   }

}


/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {

   #menu {
      padding-top: 10px;
      padding-bottom: 10px;
   }

   #burgerButton {
      font-size: 0;
      border: none !important;
      display: block;
      height: 50px;
      width: 60px;
      border-radius: 2px;
      padding: 6px 8px;
      cursor: pointer;
      background-color: #ffffff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
   }

   #burgerButton::before,
   #burgerButton::after,
   #burgerButtonInner {
      background-color: #19678d;
      border-radius: 2px;
      position: absolute;
      width: 40px;
      height: 3px;
      left: 10px;
      transition: transform 200ms linear, opacity 200ms linear;
   }

   #burgerButton[aria-expanded="true"] #burgerButtonInner {
      transform: rotate(-45deg) translate(-6px, 6px);
   }

   #burgerButton[aria-expanded="true"]:before {
      opacity: 0;
   }

   #burgerButton[aria-expanded="true"]:after {
      transform: rotate(45deg) translate(-4px, -6px);
   }

   #burgerButtonInner {
      top: 16px;
   }

   #burgerButton:before {
      top: 24px;
      content: "";
   }

   #burgerButton:after {
      top: 32px;
      content: "";
   }

   .navbar-nav {
      margin: 20px 0;
   }

   .navbar-collapse {
      width: calc(100% - 90px);
      max-width: 300px;
      top: 0;
      background: #19678d;
      position: fixed;
      left: -100%;
      bottom: 0;
      z-index: 100;
      height: auto !important;
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;
      transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
      box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
   }

   .navbar-collapse:is([aria-expanded="true"], .in) {
      left: 0;
      opacity: 1;
      pointer-events: auto;
      box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
   }

   .navbar-header {
      position: fixed;
      top: 50px;
      right: 15px;
      z-index: 101;
      transition: top 200ms linear;
   }

   .is-sticky .navbar-header {
      top: 15px;
   }

   .dropdown-toggle-button-wrapper {
      top: 7px;
   }

   .dropdown-toggle-button-wrapper2 {
      top: 4px;
   }
}

/* menu desktop */

@media (min-width: 992px) {
   #menu {
      background: #19678d;
      width: 100%;
   }

   nav.horizontally .navbar-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      flex-wrap: wrap;
   }

   nav.horizontally .navbar-nav>li {
      flex-grow: 1;
   }

   nav.horizontally .navbar-nav ul {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: block !important;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 300ms linear;
   }

   nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
      left: 100%;
      top: 0;
   }

   nav.horizontally .navbar-nav li {
      position: relative;
   }

   nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
   nav.horizontally .navbar-nav li.open:focus-within>ul,
   nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
      pointer-events: auto !important;
      opacity: 1 !important;
      visibility: visible;
   }

   nav.horizontally .navbar-nav li.open>ul {
      pointer-events: none !important;
      opacity: 0 !important;
      visibility: hidden;
   }

   nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
      z-index: 1003;
   }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
   color: #fff;
   font-weight: 700;
   text-align: left;
   padding: 10px 35px 15px 15px;
   position: relative;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
   font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
   nav.horizontally li[class*="toplevel"] {
      border-bottom: 1px solid rgba(46, 60, 72, 0.2);
   }
}

@media (min-width: 992px) {
   nav.horizontally li[class*="toplevel"]+li {
      margin-left: 20px;
   }

   nav.horizontally a[class*="toplevel"] {
      padding: 18px 0;
      text-align: center;
   }

   nav.horizontally a[class*="toplevel"]::before {
      content: "";
      width: 0;
      max-width: 90%;
      height: 4px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 0;
      background-color: #fff;
      transition: width 300ms linear;
   }
}




nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open>a::before,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
   width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
   background-color: #fff;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   border-radius: 4px;
}

@media (max-width: 991px) {
   nav.horizontally [class*="toplevel"]>ul {
      padding: 15px;
   }
}

@media (min-width: 992px) {
   nav.horizontally [class*="toplevel"] ul {
      padding-top: 18px;
      padding-bottom: 18px;
   }


   nav.horizontally [class*="secondlevel"]>ul {
      margin-top: -18px;
      margin-left: 10px;
   }

   nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
      content: "";
      position: absolute;
      display: block;
   }

   nav.horizontally [class*="toplevel"]>ul::before {
      height: 10px;
      left: 0;
      right: 0;
      top: -10px;
   }

   nav.horizontally [class*="secondlevel"]>ul::before {
      width: 10px;
      top: 0;
      bottom: 0;
      left: -10px;
   }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
   color: #020202;
   font-weight: 400;
   text-align: left;
   padding: 9px 25px 9px 15px;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
   font-family: "Roboto", sans-serif;
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
   content: '';
   background: #df252b;
   display: block;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 2px;
   height: 100%;
   opacity: 0;
   transition: opacity 300ms linear;
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
   color: #df252b;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
   opacity: 1;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* #region ------------------------------------ banner ------------------------------------------ */


#headerpic {
   position: relative;
}

#slider {
   overflow: hidden;
   position: relative;
}

@media (min-width: 992px) {

   #headerpic {
      background: #19678d;
   }

   #headerpic button {
      color: #fff;
   }

   #headerpic .slider-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
   }

   #headerpic {
      min-height: 400px;
      display: flex;
      align-items: end;
   }

   #slider {
      height: 100%;
      min-height: 100%;
   }

   body:not(.index) #headerpic {
      min-height: 400px;
   }

   #headerpic a.nivo-prevNav {
      left: 65px;
   }

   #headerpic a.nivo-nextNav {
      right: 65px;
   }
}

@media (max-width: 991px) {

   #slider {
      overflow: hidden;
      position: relative;
      /*1920px * 768px*/
      height: 34vw;
   }

   body:not(.index) #slider {
      /*1920px * 576px*/
      height: 21vw;
   }

   #slider-onebanner,
   #slider .nivo-box>div,
   #slider .nivo-slice>div,
   #slider .nivo-main-image,
   #slider div[style*='background-size'] {
      background-attachment: unset !important;
      background-size: 100% auto !important;
   }
}

@media (min-width: 576px) {
   .index .slider-mask {
      display: block;
      background: linear-gradient(to top, rgba(0, 86, 129, 0.8), rgba(255, 255, 255, 0) 90%);
   }
}


#bannerOverlay {
   font-size: clamp(1.25rem, 2vw, 1.875rem);
   padding-top: 40px;
   margin-bottom: 10px;
   pointer-events: none;
}

#bannerOverlay .template-page {
   pointer-events: all;
}

@media (min-width: 576px) {
   #bannerOverlay {
      margin-bottom: 60px;
   }
}

#bannerOverlay :is(h1, h2, h3) {
   font-size: clamp(1.25rem, 4vw, 3.75rem);
}

#bannerOverlay a {
   text-decoration: underline;
}

@media (min-width: 992px) {
   #bannerOverlay {
      padding-top: 140px;
      margin-bottom: 80px;
      z-index: 12;
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
   }

   #bannerOverlay :is(h1, h2, h3, h4, h5, h6, a) {
      color: #ffffff;
   }
}

/* #endregion --------------------------------- banner ------------------------------------------ */

/* ----------------------------------------- banner arrows -------------------------------------- */

#headerpic .nivo-directionNav {
   bottom: 80px;
}

@media (min-width: 992px) {
   #headerpic .nivo-directionNav {
      bottom: 100px;
   }
}

/* ------------------------------------------ banner dots --------------------------------------- */

@media (min-width: 992px) {
   #headerpic .nivo-controlNav {
      bottom: 78px;
   }
}

/* #region ------------------------------------ search ------------------------------------------ */



@media (max-width: 991px) {
   body:not(.index) #quickArea {
      display: none;
   }
}

#quickBox {
   background: #ffffff;
   padding: 25px;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
   border-radius: 10px;
}

#quickBox .tabHeadline {
   color: #020202;
   font-size: 1.25rem;
   font-weight: 700;
   margin: 0;
}

@media (min-width: 576px) {
   #quickBox {
      position: relative;
      z-index: 54;
      margin-top: -50px;
      padding-left: clamp(25px, 4vw, 30px);
      padding-right: clamp(25px, 4vw, 30px);
   }
}

#quickBox>.row {
   row-gap: 20px;
}

@media (min-width: 768px) {
   .importantLinks {
      font-size: 1.125rem;
   }
}

.importantLinks a {
   font-size: 1rem;
   border-radius: 2px;
   display: inline-block;
   background: #005681;
   color: #fff;
   padding: 4px 12px 2px 12px;
   font-weight: 700;
}

.importantLinks .template-page>.row>.col-xs-12 {
   display: flex;
   align-items: center;
   gap: clamp(5px, 2vw, 20px);
   flex-wrap: wrap;
}

.importantLinks a+a {
   margin-left: 4px;
}

/* #endregion --------------------------------- search ------------------------------------------ */

/* #region ------------------------------------ topInfo ----------------------------------------- */

#topInfo {
   padding-top: 80px;
   position: relative;
   z-index: 1;
}

#topInfo>.row {
   row-gap: 30px;
}

#topInfo .tab-text {
   font-weight: 300;
}

@media (min-width: 992px) {
   #topInfo .tab-text {
      padding-top: 50px;
      padding-right: 30px;
      padding-bottom: 110px;
   }
}

#topInfo .tab-text>* {
   background: #005681;
}

#topInfo .tab-text,
#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6, a) {
   color: #ffffff;
}

#topInfo .tab-text a {
   text-decoration: underline;
}

#topInfo .tab-text a:is(:hover, :focus) {
   color: #523849;
}

#topInfo .tab-text h2::after {
   content: "";
   display: block;
   width: 20px;
   height: 8px;
   background: #fff;
   margin: 20px auto;
}

@media (min-width: 992px) {
   #topInfo .tab-text h2::after {
      margin-right: 0;
   }
}

#topInfo::after {
   content: "";
   position: absolute;
   z-index: -1;
   display: block;
   top: 0;
   left: 0;
   right: 0;
   bottom: 60px;
   background: #005681 url(../img/logo-wasserzeichen-top.png) no-repeat bottom -70px left;
   border-bottom-right-radius: 500px;
   overflow: hidden;
}

@media (min-width: 992px) {
   #topInfo::after {
      right: 50%;
   }
}

#topInfo .tab {
   background: #fff;
   padding: clamp(30px, 3vw, 40px);
   min-height: 100%;
   height: 100%;
   position: relative;
   border-radius: 8px;
   box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#topInfo .tab::before {
   width: 60px;
   height: 60px;
   border-radius: 100%;
   background: #df252b url(../img/kalender-icon.png) no-repeat center;
   content: '';
   display: block;
   position: absolute;
   top: -15px;
   right: -15px;
}

#topInfo #tab2::before {
   background: #df252b url(../img/zeitung-icon.png) no-repeat center;
}

@media (min-width: 768px) {
   #topInfo .tab {
      font-size: 1.125rem;
   }

   .tab_spacer {
      height: 16px;
   }
}

@media (min-width: 992px) {
   #topInfo .tab {
      padding-bottom: 70px;
   }
}

#topInfo .tabHeadline {
   font-size: clamp(1.25rem, 2vw, 1.625rem);
   margin-bottom: 20px;
   background-position: top left;
   background-repeat: no-repeat;
   color: #b35f00;
}


#topInfo .tab_link_mehr {
   color: transparent;
   font-size: 0;
}

#topInfo .tab_link_mehr a {
   background: #df252b;
   display: inline-block;
   color: #ffffff;
   font-weight: 700;
   padding: 6px 15px;
   text-decoration: none;
   border-bottom-right-radius: 9px;
}

#topInfo .tab_link_mehr a {
   position: absolute;
   bottom: 0;
   right: 0;
   font-size: 1rem;
}

@media (min-width: 992px) {
   #topInfo .tab_link_mehr a {
      padding: 15px 34px;
   }
}

#topInfo .tab_link_mehr a:is(:hover, :focus) {
   background: #005681;
}

#topInfo .tab_link_mehr a::after {
   content: "\2192";
   font-weight: 400;
   position: relative;
   left: 0;
   margin-left: 4px;
   transition: left 200ms linear;
}

#topInfo .tab_link_mehr a:is(:hover, :focus):after {
   left: 6px;
}

.tab_link_title a {
   font-weight: 600;
}

:is(.tab_link_title, .tab_link_mandat) a {
   color: inherit;
}


#topInfo #tab1 .banner {
   margin-right: 30px;
   min-width: 250px;
}

#topInfo #tab1 img {
   border-radius: 10px;
}

@media (max-width: 991px) {
   #topInfo #tab1 img {
      display: none;
   }
}

/* #endregion --------------------------------- topInfo ----------------------------------------- */

/* ------------------------------------------- content ------------------------------------------ */

#content {
   text-align: left;
   padding-top: clamp(50px, 5vw, 70px);
   padding-bottom: clamp(40px, 8vw, 100px);
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
   color: #b35f00;
   font-weight: 700;
   line-height: 1.2;
   font-family: "Roboto", sans-serif;
}

h1,
.h1,
.legacy_h1 {
   font-size: clamp(2.125rem, 5vw, 2.8125rem);
}

h2,
.h2,
.legacy_h2 {
   font-size: clamp(2rem, 4.5vw, 2.5rem);
}

h3,
.h3,
.legacy_h3 {
   font-size: clamp(1.875rem, 4vw, 2.1875rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
   font-size: clamp(1.75rem, 3.5vw, 1.875rem);
}

h5,
.h5,
.legacy_h5 {
   font-size: 1.625rem;
}

h6,
.h6,
.legacy_h6 {
   font-size: 1.5rem;
}

/* #region ----------------------------------- footer ------------------------------------------- */


#footerTop {
   position: relative;
   z-index: 12;
   padding: 60px 0;
}

.mapElement .template-page,
.mapElement,
.mapElement>.row,
.mapElement>.row>.col-xs-12,
.mapElement .raw-html-embed,
.mapElement .iframe-wrapper-manual-enabling,
.mapElement iframe {
   width: 100% !important;
   height: 100% !important;
   min-height: 100% !important;
   min-width: 100% !important;
}

.mapElement .template-page>.row {
   height: 100%;
}

@media (max-width: 767px) {
   #footerTop>.row>*+* {
      margin-top: 30px;
   }
}



#footerTop .tab {
   border-radius: 10px;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
   padding: 20px;
   min-height: 100%;
   font-size: 1rem;
   background: #fff;
}

#footerTop .tabHeadline {
   font-size: clamp(1.25rem, 2vw, 1.625rem);
}


#footerBottom {
   padding: 10px 0;
}

@media (max-width: 767px) {
   #footerBottom {
      padding-top: 30px;

   }
}

#innerfooter ul {
   padding: 0;
}

#innerfooter a {
   color: #020202;
   text-decoration: none;
   display: inline-block;
   font-weight: 400;
   font-size: 1rem;
}

#innerfooter a:is(:hover, :focus) {
   text-decoration: underline;
   color: #df252b;
}

@media (min-width: 576px) {
   #innerfooter li+li::before {
      content: "";
      margin: 0 clamp(15px, 2vw, 25px);
   }

   #innerfooter li {
      display: inline-block;
   }
}

/* #endregion -------------------------------- footer ------------------------------------------- */

/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
   gap: 18px;
   text-align: right;
   font-size: 0.8125rem;
   color: #020202;
   line-height: 1.3;
   font-weight: 300;
   text-decoration: none;
}

#vernetzt span span {
   display: block;
}

@media (max-width: 767px) {
   #vernetzt {
      margin-top: 30px;

   }
}