@font-face {
  font-family: swift;
  src: url("fonts/swift.otf") format("opentype");
}


@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.ttf") format("opentype");
}

.deal {
  min-height: 500px;
}

.delay {
  animation-delay: var(--animation-delay, 1s);
}

.pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}


.deal ul li{
  text-align: center;
  list-style-type: none !important;
  color:#525252 !important;
  line-height: 1.7;
  margin-bottom: 0px !important;
}

.deal .col-md-6 img{
  display: inline-block;
  margin: 0 auto;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-20 {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-top: 10px;
}

.margin-bottom-15 {
  margin-top: 15px;
}

.margin-bottom-5 {
  margin-top: 5px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-5 {
  margin-top: 5px;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  background: #ededed;
  font-weight: 300;
  line-height: 1.75;
  font-size: 14px;
}

h1 {
  /*font-size: 24px;*/
  font-family: "swift", "Roboto", Helvetica;
  line-height: 1.3;
}

h2 {
  font-size: 24px;
  font-family: "swift", "Roboto", Helvetica;
  line-height: 1.3;
}

h4 {
  line-height: 1.5;
}

a {
  color: #ba0000;
  text-decoration: none;
}

a:hover {
  color: #6a911e;
  text-decoration: none;
}

a:active {
  color: #6a911e;
  text-decoration: none;
}

a:focus {
  color: #6a911e;
  text-decoration: none;
}

a.clean:link {
  color: #555 !important;
}

a.clean:hover {
  color: #7baa20 !important;
}

a.clean:visited {
  color: #555 !important;
}

header {
  padding: 0px 0px 10px 0px;
  background: #fff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  margin-bottom: 0px;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.thin {
  font-weight: 300;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-13 {
  margin-right: 13px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-15 {
  margin-right: 15px;
}

.content {
  background-color: #ffffff;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.content1 {
  background-color: #ffffff;
}

.box1 {
  background-color: #ffffff;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.container p {
  color: #525252;
  line-height: 1.7;
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

ol li {
  margin-bottom: 15px;
}

.logo-liefer img {
  width: 350px;
}

.logo img {
  width: 250px;
}

.logo2 img {
  width: 150px;
}

nav>ul {
  margin-top: 20px;
  float: right;
}

nav>ul>li {
  text-align: center;

  margin-left: 20px;
  list-style: none;
}

nav>ul li ul li {
  width: 100%;
  text-align: left;
}

nav ul li:hover {
  cursor: pointer;
  position: relative;
}

nav ul li:hover>ul {
  display: block;
}

nav ul li:hover>a {
  color: #333;
}

nav>ul>li>a {
  cursor: pointer;
  display: block;
  outline: none;
  width: 100%;
  text-decoration: none;
}

nav>ul>li {
  float: left;
}

nav a {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

nav>ul>li>a:hover,
nav>ul>li>a:focus {
  color: #ba0000;
  text-decoration: none;
}

.active {
  color: #ba0000;
}

nav>ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2000;
}

nav>ul li ul li>a {
  text-decoration: none;
}

nav [type="checkbox"],
nav label {
  display: none;
}

@media screen and (max-width: 768px) {
  .padding-left-7 {
    padding-left: 7px !important;
  }

  .padding-right-7 {
    padding-right: 7px !important;
  }

  .padding-right-10 {
    padding-right: 10px !important;
  }

  .padding-left-10 {
    padding-left: 10px !important;
  }

  .padding-right-5 {
    padding-right: 5px !important;
  }

  .padding-left-5 {
    padding-left: 5px !important;
  }

  nav ul {
    display: none;
    padding-left: 0px;
    margin-left: -15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
  }

  nav label {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px;
  }

  nav label:after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #333;
    margin: 7px 5px;
    box-shadow: 0px 10px 0px #333, 0px 20px 0px #333;
  }

  [type="checkbox"]:checked~ul {
    display: block;
    z-index: 9999;
    position: absolute;
    width: 100%;
  }

  nav a {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    background: #fff;
    text-indent: 20px;
    border-bottom: 1px solid #f4f4f4;
  }

  nav>ul>li>a:hover,
  nav>ul>li>a:focus {
    background: #7baa20;
    text-decoration: none;
    color: #fff;
  }

  nav>ul>li {
    margin-left: 0px;
  }

  nav>ul li ul li {
    display: block;
    float: none;
  }

  nav>ul li ul {
    display: block;
    position: relative;
    width: 100%;
    z-index: 9999;
    float: none;
  }

  footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-left-15 {
    padding-left: 0px !important;
  }

  .content {
    margin-bottom: 15px !important;
  }
}

footer {
  margin-top: 5px;
  font-size: 12px;
  color: #b8b8b8;
  margin-bottom: 10px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.nopadding {
  padding: 0px;
}

.border-right {
  border-right: 1px solid #eee;
}

.padding-15 {
  padding: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-auto {
  padding-bottom: inherit !important;
}

.padding-right-7 {
  padding-right: 7px;
}

.padding-left-7 {
  padding-left: 7px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.content ul {
  padding-left: 25px;
}

.content ul li {
  color: #7baa20;
  list-style: square;
  margin-bottom: 3px;
}

.content ul li span {
  color: #333;
}

.btn-green {
  text-transform: uppercase;
  background: #7baa20;
  color: #fff;
  font-weight: 700;
  border-radius: 0px;
  border: 0px;
}

.btn-green:hover,.btn-green:active,.btn-green:visited,.btn-green:focus {
  background: #6a911e !important; 
}

.btn-rosa {
  text-transform: uppercase;
  background: #f087b6;
  color: #fff;
  font-weight: 700;
  border-radius: 0px;
  border-radius: 5px;
}

.btn-rosa:hover {
  color: #fff;
  background: #ef77ad;
}

.btn-green-alt {
  text-transform: uppercase;
  background: #6a911e;
  color: #fff;
  font-weight: 700;
  border-radius: 0px;
  border:0px;
}

.btn-green-alt:hover,
.btn-green-alt:active,
.btn-green-alt:focus {
  background: #7baa20;
  color: #fff;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #6a911e;
  color: #fff;
}

.center {
  text-align: center;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.clients img {
  opacity: 0.6;
}

.clients img:hover {
  opacity: 1;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.nobottommargin {
  margin-bottom: 0px !important;
}

.notopmargin {
  margin-top: 0px !important;
}

.nomargin {
  margin: 0px;
}

.angebot {
  background-color: #f4f4f4;
  border: 1px dotted #d9d9d9;
  padding: 10px;
  line-height: 1.2;
  padding-top: 15px;
  margin-top: 10px;
}

.lh-small {
  line-height: 1 !important;
}

.modal-content {
  border-radius: 0px;
}

.modal-dialog {
  max-width: 500px;
}

.modal a {
  color: #333;
}

.form-control {
  border-radius: 0px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #7baa20;
  box-shadow: inset 0 1px 1px rgba(123, 170, 32, 0.075),
    0 0 8px rgba(123, 170, 32, 0.6);
}

.alert {
  border-radius: 0px;
}

.error {
  border: 1px solid red;
}

.well {
  border-radius: 0px;
}

.padding-right-10 {
  padding-right: 10px;
}

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

.padding-right-5 {
  padding-right: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

textarea {
  resize: vertical;
  min-height: 197px;
}

.infobox {
  line-height: 1.4 !important;
}

a.abolink {
  color: rgb(51, 51, 51);
}

form .sidebar label {
  line-height: normal;
}

.abotausch label {
  font-weight: 300;
}

.abotausch p {
  font-weight: 400;
}

.div-footer {
  position: absolute !important;
  bottom: 0;
}

.height-fixed-top {
  min-height: 275px !important;
}

.height-fixed-bottom {
  min-height: 330px !important;
}

.height-fixed {
  min-height: 605px !important;
}

.accordion-pointer {
  cursor: pointer;
}

.panel-collapse {
  background-color: #ededed !important;
}

/* Testumgebung Flexbox */

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.test-height {
  height: 100%;
}

.fehler {
  border: 1px dotted #ba0000;
  padding: 5px;
}

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

.smaller {
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.plus_padding {
  padding: 20px;
}

.copy {
  margin-bottom: 0px;
  color: #ddd;
  font-size: 80%;
  margin-top: 0px;
}

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

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

.block-test {
  text-align: justify;
}

.font-black {
  color: #000000 !important;
}

.abo-background {
  background-image: url(../images/375-abo/375-bg.jpg) !important;
  /*background-attachment: fixed;*/
}

.container-opacity {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.label-375 {
  /*display:inline-block;*/
}

.iban-bg {
  /*background-color: rgba(207,207,207,1)!important;*/
  /*background-color:#EFEFEF; */
  background-color: #cfcfcf !important;

  border-radius: 3px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  /*border-style:dashed;*/
}

.input-iban {
  height: 50px;
  font-size: 24px;
  /*font-family: 'swift', "Roboto", Helvetica;*/
  line-height: 1.5;
}

.stoerer-height {
  max-height: 250px;
}

.klasse-stiftkreis {
  z-index: 1;
  margin-right: -15px !important;
  transform: translate(33px, 18px);
}

.klasse-stiftkreis-text {
  z-index: 1;
  position: absolute;
  color: red !important;
}

.klasse-layer {
  position: relative;
}

.btn-mv-green {
  background-color: #7baa20;
}

.text-mv-green {
  color: #7baa20;
}

.div-wrapper {
  background-image: url("/httpdocs/images/klasse/maedchen-mit-buch.png");
  background-position: 20px bottom;
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 60px;
}

.heading-375 {
  font-size: 1.2em;
  color: rgb(51, 51, 51) !important;
}



.border-red-dot {
  margin-left: 15px;
  border-style: dotted;
  border-color: #ba0000;
}

/* Karriereseite*/
.karriere-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.padding-left-right-100 {
  padding-left: 160px;
  padding-right: 160px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.affix {
  top: 55px;
  z-index: 100;
}

.bg-orange {
  background-color: orange;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.labl {
  display: block;
  width: 100%;
}

.labl>input {
  visibility: hidden;
  position: absolute;
}

.labl>input+div {
  cursor: pointer;
  border: 1px dotted #ccc;
  background: #f4f4f4;
  padding: 15px;
}

.labl>input+div:hover {
  border: 1px solid #7baa20;
}

.labl>input:checked+div {
  background-color: #7baa20;
  border: 1px solid #5a7821;
  color: #fff;
}

.bigradio {
  font-size: 64px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -20px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  text-shadow: none !important;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#ba0000 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8f0808;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.min-height-420 {
  background-color: white;
  min-height: 280px !important;
}

.margin-left-minus-15 {
  margin-left: -15px;
}

.margin-right-minus-15 {
  margin-right: -15px;
}

.parallax {
  /* The image used */
  background-image: url("/images/aboimg/newspaper-595478_1920.jpg");

  /* Set a specific height */
  height: 180px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reise_item .content:hover {
  border-left: 3px solid #f087b6;
  margin-left: -3px;
}

.reise_item .content h5 {
  color: #222 !important;
}

.reise_item .content small {
  color: #222 !important;
}

.product_list ul li {
  color: #525252;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.5;
}

.product_list {
  margin-top: 15px;
}

#photos {
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos img {
  width: 100% !important;
  height: auto !important;
  padding: 15px;
}

@media (max-width: 1200px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.container_big {
  padding-left: 15px;
  padding-right: 15px;
}

#photos2 {
  line-height: 0;

  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0px;
  column-count: 3;
  column-gap: 0px;
}

#photos2 img {
  width: 100% !important;
  height: auto !important;
  padding: 15px;
}

@media (max-width: 1200px) {
  #photos2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 1000px) {
  #photos2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 800px) {
  #photos2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #photos2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.bild {
  padding: 10px;
}

.bild img {
  border: 1px solid #ddd;
  padding: 2px;
}

.normal li {
  color: #525252 !important;
}

.cc-selector input {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 40px;
}

.drinkcard-cc {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 252px;
  height: 210px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: grayscale(0.6);
  -moz-filter: grayscale(0.6);
  filter: grayscale(0.6);
}

.drinkcard-cc2 {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 516px;
  height: 254px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: grayscale(0.6);
  -moz-filter: grayscale(0.6);
  filter: grayscale(0.6);
}

.cc-selector input:checked+.drinkcard-cc {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.cc-selector input:checked+.drinkcard-cc2 {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.eins_eins {
  background-image: url(../images/einschulung_web/eins_eins.jpg);
}

.eins_zwei {
  background-image: url(../images/einschulung_web/eins_zwei.jpg);
}

.eins_drei {
  background-image: url(../images/einschulung_web/eins_drei.jpg);
}

.eins_vier {
  background-image: url(../images/einschulung_web/eins_vier.jpg);
}

.zwei_eins {
  background-image: url(../images/einschulung_web/zwei_eins.jpg);
}

.zwei_zwei {
  background-image: url(../images/einschulung_web/zwei_zwei.jpg);
}

.zwei_drei {
  background-image: url(../images/einschulung_web/zwei_drei.jpg);
}

.zwei_vier {
  background-image: url(../images/einschulung_web/zwei_vier.jpg);
}

/* Cookiebot Settings */
/* Button "Auswahl speichern*/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #7baa20 !important;
}

/* Button "Alle Cookies zulassen" */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Cookiebot Settings ende */

p.leserreisen-small {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.leserreise-kopf {
  background-color: #ed86b1;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px;
  position: relative;
}

.leserreise-kopf.arrow-right:after {
  content: " ";
  position: absolute;
  right: -20px;
  top: 16px;
  border-top: 20px solid transparent;
  border-right: none;
  border-left: 20px solid #ed86b1;
  border-bottom: 20px solid transparent;
}

.bulletpoint-black-font {
  color: #000000 !important;
  margin-bottom: 0px !important;
}

.image_picker_selector li {
  list-style: none !important;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #ba0000 !important;
}

.label_header {
  font-family: "swift";
  color: #222 !important;
}

@media screen and (min-width: 900px) {
  .image_picker_image {
    max-width: 400px !important;
  }
}

@media screen and (min-width: 900px) {
  .image_picker_image_small {
    max-width: 250px !important;
  }
}

.xmas input {
  border-radius: 5px !important;
  padding: 20px 20px !important;
  border: 1px solid #ebebeb;
}

.xmas select {
  border-radius: 5px !important;
  border: 1px solid #ebebeb;
  height: 40px !important;
}

.xmas textarea {
  border-radius: 5px !important;
  border: 3px solid #7baa20;
  background-color: #fafafa;
  font-size: 18px;
  font-weight: bold;
}

.xmas .btn {
  border-radius: 5px !important;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.xmas a {
  color: #333;
  text-decoration: underline;
}

.xmas a:hover {
  text-decoration: none;
}

.card-price {
  display: inline-block;

  width: auto;
  height: 38px;

  background-color: #ba0000;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;

  border-left: 1px solid #ba0000;

  /* This makes room for the triangle */
  margin-left: 19px;

  position: relative;

  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;

  padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #ba0000;
}

/* Makes the circle */
.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.ivw-hinweis {
  font-size: small !important;
  font-weight: 300 !important;
  color: #000000 !important;
  text-align: right !important;
}

.abaufsrad-bg {


  background: url("/images/abaufsrad/cycling-5178398_1920.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* (A) TABS CONTAINER */
.tab {
  position: relative;
}

/* (B) HIDE CHECKBOX */
.tab input {
  display: none;
}

/* (C) TAB LABEL */
.tab label {
  display: block;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/* (D) TAB CONTENT */
.tab .tab-content {
  background: #dee8cf;
  overflow: hidden;
  transition: max-height 0.3s;
  border-radius: 5px;
  max-height: 0;
}

.tab .tab-content p {
  padding: 10px;
  padding-bottom: 5px;
}

/* (E) OPEN TAB ON CHECKED */
.tab input:checked~.tab-content {
  max-height: 100%;
}

/* (F) EXTRA - ADD ARROW INDICATOR */
.tab label::after {
  content: "\25b6";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.4s;
}

.tab input:checked~label::after {
  transform: rotate(90deg);
}

.green_one {
  border-radius: 5px;
  background-color: #269036;
}

.green_two {
  border-radius: 5px;
  background-color: #80ba26;
}

.tab-content h4 {
  padding: 10px;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.grass_bg {
  background-image: url('/images/wirwachsen/grass_bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
}



.appicon:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

@media only screen and (min-width : 481px) {
  .flex-row {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
  }

  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.div-align-bottom {
  vertical-align: bottom;
}

.einblicke {
  background-image: url("/images/einblicke/einblicke_bg.png");
  background-repeat: no-repeat;
  background-position: top, center;
}

.einblicke .popover_label {
  color:#525252;
  text-decoration: underline;
  cursor: pointer;
}

.einblicke .guests {
  background-color: rgb(121, 172, 43, 0.2);
}


.einblicke h2 {
  color: #79ac2b;
  font-size: 28px;
  font-family: "swift", "Roboto", Helvetica;
  line-height: 1.3;
  margin-bottom: 0px;
}

.einblicke h3 {
  margin-top: 5px;
  color: #79ac2b;
  font-size: 24px;
  font-family: "swift", "Roboto", Helvetica;
  line-height: 1.3;
}

.einblicke .logo {
  max-width: 25%;
  float: right;
}

.einblicke .referenten {
  background: rgba(121, 172, 43, 0.1);
  padding: 30px;
}

.einblicke .infobox {
  padding-bottom: 2px;
  background: rgba(192, 192, 192, 0.1);
}

.einblicke .infobox ul li {
  color: #222 !important;
}


/*
.einblicke .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.einblicke .embed-container iframe,
.einblicke .embed-container object,
.einblicke .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.einblicke .videocontainer {
  margin-top: 15px;
  margin-bottom: 15px;
}
*/
.text-mv-red {
  color: #ba0000;
}