@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-SemiboldItalic.ttf");
    font-weight: 600;
    font-style: italic, oblique;
}

@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Italic.ttf");
    font-style: italic, oblique;
}


@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-LightItalic.ttf");
    font-weight: 200;
    font-style: italic, oblique;
}
@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic, oblique;
}


@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic, oblique;
}

@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Light.ttf");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Semibold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Black.ttf");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("webfonts/Lato-Regular.ttf");
    font-style: normal;
}

body {
    color: #131312;
    background-color: #f9f9fa;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
}

.bildlinks {
  float: left;
}
.thumb {
  width: 5em;
	height: auto;
	margin-right:0.5em;
}
.nichtanzeigen {
    visibility: hidden; 
}
.hoehenur1 {
    height: 1px;
}

blockquote p {
    color: crimson;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: medium #EF0A0E solid;
}

.textzweispaltig {
    width: 100%;
    column-count: 2;
    column-gap: 2em;
}

h1, .h1 {
  font-size: calc(1rem + 0.4vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: calc(1rem + 0.4vw);
  }
}

h2, .h2 {
  font-size: calc(1rem + 0.3vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: calc(1rem + 0.3vw);
  }
}
.h2groesser {
    font-size: calc(1.5rem + 0.3vw);
}
.h2shadow {
    text-shadow:  1px 1px 2px #000000;
}
.bordershadow {
    border-right-color:
    -webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
    box-shadow: 1px 1px 2px rgba(0,0,0,1.00);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}

.borderradius {
    border-radius: 10px;
}

h3, .h3 {
  font-size: calc(1rem + 0.2vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: calc(1rem + 0.2vw);
  }
}

h4, .h4 {
  font-size: calc(1rem + 0.1vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: calc(1rem + 0.1vw);
  }
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
}

li, label, input, button, div {
  font-size: 0.9rem;
}




img.smt-infoseite-bildmitte {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}


.tooltip-inner {
    font-size: 0.9rem;
}

.form-control {
    padding:  0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3;
    color: #131312;
}

a {
    color: rgba(104,114,165,1.00);
    text-decoration: none;
}

a:hover {
    color: rgba(195,198,219,1.00);
}


.video-startseite {
    background-color: #fff; /* Kastenfarbe */
    padding: 10px;             /* Abstand um das Video */
    display: flex;
    justify-content: center;   /* Video in der Mitte des Kastens */
    align-items: center;       /* vertikal im Kasten mittig */
    border-radius: 8px;        /* abgerundete Ecken */
    box-shadow: 0 0 10px rgba(0,0,0,0);
  }

.video-startseite video {
    width: 70%;
    max-width: 1000px; /* optional, um es nicht zu groß werden zu lassen */
    height: auto;      /* Seitenverhältnis beibehalten */
    border-radius: 8px; /* optional, abgerundete Ecken */
    display: block;
  }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;  /*16:9 Seitenverhältnis */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;/**/
  object-fit: cover; /* optional, für besseres Ausfüllen des Containers */
}



.breadcrumb {
    font-size: 0.8rem;
    font-weight: bold;
}

table.tablebackend, table.tablebackend td, table.tablebackend th{
  border: thin solid #a0a0a0;
}


/*.tableweissrundeecken {
    background-color: #ffffff;
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
}*/

.borderverlauf {
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    border-image: linear-gradient(to right, rgba(82,38,128,1.00) 0%, rgba(108,192,174,1.00) 100%) 1;
}

.rahmenverlauf {
            /*width: 300px;
            height: 200px;*/
            padding: 10px;
            background-color: white; /* Hintergrund des div */
            border-radius: 10px; /* Abgerundete Ecken */
            position: relative;
        }

.rahmenverlauf::before {
            content: "";
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(90deg, rgba(82,38,128,1.00), rgba(108,192,174,1.00)); /* Farbverlauf im Rahmen */
            border-radius: 10px; /* Rahmen mit abgerundeten Ecken */
            z-index: -1; /* Rahmen hinter dem Inhalt */
        }

table.tableweissrundeecken {  padding: 20px; border-radius: 10px; margin: 10px; border-spacing: 0; border-collapse: separate; border-image: linear-gradient(to right, rgba(82,38,128,1.00) 0%, rgba(108,192,174,1.00) 100%) 1;}
table.tableweissrundeecken td, table.tableweissrundeecken th {  padding: 5px 12px; border-bottom: 1px solid rgba(104,114,165,1.00); border-right: 0px solid rgba(104,114,165,1.00); background: #ffffff; }
table.tableweissrundeecken tr th:last-child,
table.tableweissrundeecken tr td:last-child {
   border-right: 1px solid rgba(108,192,174,1.00);
}
table.tableweissrundeecken th { background: #ffffff; color: #131312; }
table.tableweissrundeecken tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}
table.tableweissrundeecken tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}
table.tableweissrundeecken tr th:first-child,
table.tableweissrundeecken tr td:first-child {
   border-left: 1px solid rgba(82,38,128,1.00);;
}/**/
table.tableweissrundeecken tr:first-child th,
table.tableweissrundeecken tr:first-child td {
   border-top: 1px solid rgba(82,38,128,1.00);;
}
table.tableweissrundeecken tr:first-child th:first-child,
table.tableweissrundeecken tr:first-child td:first-child {
    border-top-left-radius:10px
}
table.tableweissrundeecken tr:first-child th:last-child,
table.tableweissrundeecken tr:first-child td:last-child {
    border-top-right-radius:10px
}





label {
    margin-top: 8px;
}

/* Honeypot-Feld unsichtbar machen, aber nicht display:none (Bots ignorieren das oft) */
    .honeypot {
      position: absolute;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

input[type=text], input[type=email], input[type=tel], input[type=password], textarea{
    border-radius: 5px;
    width: 100%;
}
.backendformular input[type=text] {
    width: 50%;
}
.backendformular input[type=text].kategoriebearbeiten {
    width: 100%;
}
input[type=submit] {
  /*width: 100%;*/
  padding: 5px 10px;
  background-color: rgba(104,114,165,1.00);
  color: #f9f9fa;
  text-align: center;
  border-radius: 5px;
}

.newsletter input[type=submit]{
    width: 100%;
    height: auto;
    white-space: normal;   /* Zeilenumbruch erlauben */
}

.backendformular input[type=submit] {
    width: 20%;
    background-color: #f9f9fa;
    color: rgba(108,192,174,1.00);
    border-color: rgba(108,192,174,1.00);
}
.backendformular input[type=submit]:hover {
    font-weight: bold;
}
.validbestaetigung input[type=checkbox] {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width: 16px; 
   height: 16px; 
   background: #ce0606; 
   border-radius: 6px;
}
.validbestaetigung input[type=checkbox]:checked {
    background-color: #f9f9fa;
    background-image: url(haekchen.svg);
}
/*
input:required:invalid, input:focus:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
  }
  input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
    background-position: right top;
    background-repeat: no-repeat;
  }*/
.formerror {color: #FF0000;}

.hinweisladebild {
    color: #6CC0AE;
    font-weight: bold;
    margin-top: 20px;
}

.small, small {
    font-size: .75em;
}

.smalertext {
    font-size: 80%;
    line-height: 80%;
}

.text-justify {
    text-align: justify;
}
.breite80prozent {
    width: 80%;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 67px;
    height: auto;
}

.veranstaltungen .card-img-top {
    width: 100%;
    height: auto;
}

.veranstaltungen p.card-text {
    font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-style: normal;
}
/*h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1.1em;
}*/

.bigmenu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.bigmenu .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}





/*.bigmenu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}*/


.bigmenu .accbigmenuselbstgemachtes .accordion-item {
    background-color: rgba(108,192,174,1.00);
    border: 0px solid rgba(108,192,174,1.00);
    color: #ffffff;
}

.bigmenu .accbigmenuideen .accordion-item {
    background-color: rgba(104,114,165,1.00);
    border: 0px solid rgba(104,114,165,1.00);
    color: #ffffff;
}

.bigmenu .accbigmenuwissen .accordion-item {
    background-color: rgba(82,38,128,1.00);
    border: 0px solid rgba(82,38,128,1.00);
    color: #ffffff;
}
.bigmenu .accbigmenuselbstgemachtes a {
    color: #fff;
}

.bigmenu .accbigmenuselbstgemachtes a:hover {
    color: rgba(197,227,222,1.00);
}

.bigmenu .accbigmenuideen a {
    color: #fff;
}

.bigmenu .accbigmenuideen a:hover {
    color: rgba(195,198,219,1.00);
}

.bigmenu .accbigmenuwissen a {
    color: #fff;
}

.bigmenu .accbigmenuwissen a:hover {
    color: rgba(185,169,205,1.00);
}




.bigmenu .accbigmenuselbstgemachtes .accordion-button {
    color: #ffffff;
    background-color: rgba(108,192,174,1.00);
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;*/
}
.bigmenu .accbigmenuideen .accordion-button {
    color: #ffffff;
    background-color: rgba(104,114,165,1.00);
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;*/
}
.bigmenu .accbigmenuwissen .accordion-button {
    color: #ffffff;
    background-color: rgba(82,38,128,1.00);
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;*/
}

.bigmenu .accbigmenuselbstgemachtes .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: rgba(108,192,174,1.00);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.bigmenu .accbigmenuideen .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: rgba(104,114,165,1.00);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.bigmenu .accbigmenuwissen .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: rgba(82,38,128,1.00);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.bigmenu .accbigmenuselbstgemachtes .accordion-button:focus, .bigmenu .accbigmenuselbstgemachtes .accordion-button:focus-within, :focus-visible {
    z-index: 3;
    border-color: rgba(108,192,174,1.00);
    border-color: rgba(0,0,0,1.00);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(108,192,174,.25);
    outline: 2px solid #000000; /* oder ein anderer Stil für sichtbaren Fokus */
}

.bigmenu .accbigmenuideen .accordion-button:focus, .bigmenu .accbigmenuideen .accordion-button:focus-within, :focus-visible {
    z-index: 3;
    border-color: rgba(104,114,165,1.00);
    border-color: rgba(0,0,0,1.00);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(104,114,165,.25);
    outline: 2px solid #000000; /* oder ein anderer Stil für sichtbaren Fokus */
}

.bigmenu .accbigmenuwissen .accordion-button:focus, .bigmenu .accbigmenuwissen .accordion-button:focus-within, :focus-visible {
    z-index: 3;
    border-color: rgba(82,38,128,1.00);
    border-color: rgba(0,0,0,1.00);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(82,38,128,.25);
    outline: 2px solid #000000; /* oder ein anderer Stil für sichtbaren Fokus */
}




.bigmenu h2 .accordion-button {
    /*font-size: calc(0.7rem + .5vw);*/
    font-size: calc(1rem + 0.3vw);
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    text-align: center!important;
    font-weight: bold;
}
.bigmenu h2{
    font-size: calc(1rem + 0.3vw);
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    text-align: center!important;
    font-weight: bold;
}

.bigmenu .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /*padding: 1rem 1.25rem; */
    padding: 1px 6px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


/*
.bigmenu h2 {
    font-size: calc(0.7rem + .5vw);
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.bigmenu span {
    
}*/



.bigmenu .nav-link {
    color: #ffffff;
    font-size: calc(0.8rem + .5vw);
    font-weight: 600;
}
.bigmenu .dropdown-menu .nav-link {
    color: rgba(104,114,165,1.00);
    font-size: 0.9rem;
    font-weight: normal;
}
.bigmenuborder{
    border-style: solid;
    border-width: 1;
    border-radius: 10px;
    border-color: #f9f9fa;
}

.bigmenu .dropdown-menu {
    font-size: 0.9rem;
    min-width: 40rem;
}

h4.textmiddle {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #131312; 
   line-height: 0.1em;
   margin: 10px  0 20px; 
} 

h4.textmiddle span {
    background: #f9f9fa;
    padding: 0 10px;
    margin-top: -20px;
}

.imgmiddle {
   display: flex;
}
.imgmiddle::before,
.imgmiddle::after {
   content: " ";
   background-image: linear-gradient(transparent, transparent 47%, rgba(19,19,18,1.00) 47%, rgba(19,19,18,1.00) 53%, transparent 53%, transparent 100%);
    

  /*  background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(108,192,174,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(108,192,174,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(108,192,174,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(108,192,174,1.00) 100%);
    */
    
   flex: 1 1 1px;
}
.imgmiddle::before {
   margin-right: 1rem;
}
.imgmiddle::after {
   margin-left: 1rem;
}

.nichtanzeigen {
    display: none;
}

.schwarz {
    color: #000000;
}
.weiss {
    color: #ffffff;
}
.weiss-bg {
    background-color: #ffffff;
}

.weiss-border {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}


.nichtganzweiss-bg {
    background-color: #f9f9fa;
}
.nichtganzweiss-border {
    border-color: #f9f9fa;
}
.antrazit {
    color: rgba(19,19,18,1.00);
}

.antrazit-bg {
    background-color: #131312;
}

.antrazit-border {
    border-color: #131312;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}


.tuerkis {
    color: rgba(108,192,174,1.00);
    color: #6CC0AE;
}

.tuerkis a {
    color: rgba(108,192,174,1.00);
    text-decoration: none;
}

.tuerkis a:hover {
    color: rgba(197,227,222,1.00);
}

.tuerkis-bg {
    background-color: rgba(108,192,174,1.00);
}

.tuerkis-border {
    border-color: rgba(108,192,174,1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.tuerkis-hell {
    color: rgba(197,227,222,1.00);
}

.tuerkis-hell-bg {
    background-color: rgba(197,227,222,1.00);
}

.tuerkis-hell-border {
    border-color: rgba(197,227,222,1.00);
    border-style: solid;
    border-width: 4px;
}

.blau {
    color: rgba(104,114,165,1.00);
    color: #6872A5;
}

.blau a {
    color: rgba(104,114,165,1.00);
    text-decoration: none;
}

.blau a:hover {
    color: rgba(195,198,219,1.00);
}


.blau-bg {
    background-color: rgba(104,114,165,1.00);
}

.blau-border {
    border-color: rgba(104,114,165,1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.blau-hell {
    color: rgba(195,198,219,1.00);
}

.blau-hell-bg {
    background-color: rgba(195,198,219,1.00);
}

.blau-hell-border {
    border-color: rgba(195,198,219,1.00);
    border-style: solid;
    border-width: 4px;
}

.lila {
    color: rgba(82,38,128,1.00);
    color: #522680;
}

.lila a {
    color: rgba(82,38,128,1.00);
    text-decoration: none;
}

.lila a:hover {
    color: rgba(185,169,205,1.00);
}

.lila-bg {
    background-color: rgba(82,38,128,1.00);
}

.lila-border {
    border-color: rgba(82,38,128,1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.lila-hell {
    color: rgba(185,169,205,1.00);
}

.lila-hell-bg {
    background-color: rgba(185,169,205,1.00);
}

.lila-hell-border {
    border-color: rgba(185,169,205,1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.gelb {
    color: #fbc624;
}

.gelb-bg {
    background-color: #fbc624;
}

.hellgelb-bg {
    background-color: #fbe9b0;
}

.gelb-border {
    border-color: #fbc624;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.rot {
    color: #ce0606;
}
.rot-bg {
    background-color: #ce0606;
}
.rot-border {
    border-color: #ce0606;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.gruen {
    color: #29DB3D;
}
.gruen-bg {
    background-color: #29DB3D;
}
.gruen-border {
    border-color: #29DB3D;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.bg-verlauf {
    background: rgb(108,192,174);
    background: -webkit-linear-gradient(left, rgba(108,192,174,1) 0%, rgba(104,114,195,1) 50%, rgba(82,38,128,1) 100%);
    background: -o-linear-gradient(left, rgba(108,192,174,1) 0%, rgba(104,114,195,1) 50%, rgba(82,38,128,1) 100%);
    background: linear-gradient(to right, rgba(108,192,174,1) 0%, rgba(104,114,195,1) 50%, rgba(82,38,128,1) 100%);
}

.smt-buttonauswahlprofil button {
    background-color: rgba(235,235,235,1.00);
    color: #000000;
    padding: 8px 20px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 200px;
    border: 1px solid rgba(235,235,235,1.00);
    border-radius: 10px;
    -webkit-box-shadow:  5px 3px 3px rgba(166,166,166,1.00);
    box-shadow:  5px 3px 3px rgba(166,166,166,1.00);
}

.smt-buttonauswahlprofil button:hover {
     -webkit-box-shadow: inset 5px 3px 3px rgba(166,166,166,1.00);
    box-shadow: inset 5px 3px 3px rgba(166,166,166,1.00);
}

.smt-buttonauswahlprofil button a {
    color: #000000;
}
.smt-buttonauswahlprofil button a:hover {
    color: #000000;
}

.smt-buttontuerkis button {
    background-color: rgba(108,192,174,1.00);
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border: 1px solid rgba(108,192,174,1.00);
    border-radius: 10px;
}

button.smt-buttontuerkis-event {
    background-color: rgba(108,192,174,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(108,192,174,1.00);
    border-radius: 10px;
    
}

button.smt-button-event-markt {
    background-color: rgba(108,192,174,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(108,192,174,1.00);
    border-radius: 10px;
    
}

button.smt-button-event-workshop {
    background-color: rgba(66,155,154,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(66,155,154,1.00);
    border-radius: 10px;    
}

button.smt-button-event-messe {

    background-color: rgba(104,114,165,1.00);
    background-color: #6872A5;
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
    
}

button.smt-button-event-seminar {
    background-color: rgba(107,84,159,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(107,84,159,1.00);
    border-radius: 10px;    
}

button.smt-button-event-vorlesung {
    background-color: rgba(82,38,128,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
    
}

button.smt-button-event-alle {
    background-color: rgba(108,192,174,1.00);
    background: rgb(108,192,174);
    background: -webkit-linear-gradient(270deg, rgba(82,38,128,1) 0%, rgba(104,114,165,1) 50%, rgba(108,192,174,1) 100%);
    background: -o-linear-gradient(270deg, rgba(82,38,128,1) 0%, rgba(104,114,165,1) 50%, rgba(108,192,174,1) 100%);
    background: linear-gradient(270deg, rgba(82,38,128,1) 0%, rgba(104,114,165,1) 50%, rgba(108,192,174,1) 100%);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid #f9f9fa;
    border-radius: 10px;
    
}

button.smt-buttonzurueck {
    background-color: rgba(104,102,101,1.00);
    color: white;
    padding: 4px 20px;
    margin: 4px 0;
    cursor: pointer;
    /*width: 80%;*/
    border: 1px solid rgba(104,102,101,1.00);
    border-radius: 5px;
    
}


.smt-buttontuerkissmall button {
    background-color: rgba(108,192,174,1.00);
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    border: none;
    cursor: pointer;
     width: 100%; /**/
    border: 1px solid rgba(108,192,174,1.00);
    border-radius: 10px;
    font-size: 0.8rem;
}

.smt-buttongelbsmall button {
    background-color: #fbc624;
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    border: none;
    cursor: pointer;
     width: 100%; /**/
    border: 1px solid #fbc624;
    border-radius: 10px;
    font-size: 0.8rem;
}

.smt-buttonblausmall button {
    background-color: rgba(104,114,165,1.00);
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    border: none;
    cursor: pointer;
     width: 100%; /**/
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.smt-buttonblau80prozent button {
    background-color: rgba(104,114,165,1.00);
    color: white;
    /*padding: 8px 20px;*/
    padding: 4px 10px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
}

.smt-buttonblau button {
    background-color: rgba(104,114,165,1.00);
    color: white;
    /*padding: 8px 20px;
    width: 80%;*/
    padding: 4px 10px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
}
.smt-buttonblau200 button {
    background-color: rgba(104,114,165,1.00);
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 200px;
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
}
.smt-buttonlila button {
    background-color: rgba(82,38,128,1.00);
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
}
.smt-buttonlila200 button {
    background-color: rgba(82,38,128,1.00);
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    
    cursor: pointer;
    width: 200px;
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
}

button.smt-buttonlila  {
    background-color: rgba(82,38,128,1.00);
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    cursor: pointer;
    width: 100%;
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
    font-size: calc(1rem + 0.3vw);
    line-height: calc(1rem + 0.4vw);
    text-align: right;
}

.smt-buttonlilasmall button {
    background-color: rgba(82,38,128,1.00);
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    cursor: pointer;
     width: 100%; /**/
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.smt-buttonlilasmallhalf button {
    background-color: rgba(82,38,128,1.00);
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    border: none;
    cursor: pointer;
     width: 50%; /**/
    border: 1px solid rgba(82,38,128,1.00);
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 0.9rem;
}
.smt-buttonlilasmallhalf button a {
    color: white;
}
.smt-buttonlilasmallhalf button a:hover {
    color: rgba(195,198,219,1.00);
}

.sektorkarten .card-footer {
    background-color: rgba(0,0,0,.0);
    border-top: 1px solid rgba(0,0,0,.0);
}

.error {
    border: 3px solid #ce0606;
    border-radius: 10px;
}
.textred {
    color: #ce0606;
}
.success {
    border: 3px solid rgba(108,192,174,1.00);
    border-radius: 10px;
}
.hinweis {
    border: 3px solid rgba(82,38,128,1.00);
    border-radius: 10px;
}


.notice {
    border: 3px solid rgba(197,227,222,1.00);
    border-radius: 10px;
}

.btn-secondary {
    color: #fff;
    background-color: #131312;
    border-color: #131312;
    padding: 0.01rem 0.325rem;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 10px;
}
button.btn.btn-secondary {
    margin-bottom: 5px;
}

.bigmenu .btn-secondary {
    color: rgba(255,255,255,1);
    background-color: rgba(19,19,18,0.00);
    border-color: rgba(19,19,18,0.00);    
    font-size: calc(1rem + .5vw);
    /*padding: 0.01rem 0.325rem;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 10px;*/
}

.bigmenu .btn-check:focus+.bigmenu .btn-secondary, .bigmenu .btn-secondary:focus {
    color: rgba(255,255,255,1);
    background-color: rgba(19,19,18,0.00);
    border-color: rgba(19,19,18,0.00);
    box-shadow: 0 0 0 0rem rgb(130 138 145 / 50%);
}

.bigmenu .navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.bigmenu .navbar .has-megamenu{position:static!important;}
	.bigmenu .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.bigmenu .navbar.fixed-top .navbar-collapse, .bigmenu .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.bigmenu .dropdown-menu li{ position: relative; 	}
	.bigmenu .nav-item .submenu{ 
		display: none;
		position: absolute;
		left:10%; 
        /*top:-7px;*/
	}
	.bigmenu .nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.bigmenu .dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.bigmenu .dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .bigmenu .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */





legend {
    font-size: calc(1rem + .1vw);
}
.sections h2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}



.smt-offset-col {
    margin-left: 0%;
}
.smt-col-lg-4 {
        margin-top: 1%;
    }
@media (min-width: 800px){
    .smt-offset-col {
        margin-left: 1%;
    }
    
    .smt-col-lg-4 {
        flex: 0 0 auto;
        width: 32.33333333%;
        margin-top: 0;
    }
}

.container-fluid.smt-slider {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid.smt-keinpadding {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid.topminus100 {
    margin-top: -80px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;  /* 1rem  */
    margin-left: 15%;
    list-style: none;
}
.smt-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-right: 1%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
}

.smt-carousel-indicators p {
    margin-bottom: -3rem;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 10%;  /*1.25rem*/
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption h5 {
    font-size: 400%;
}

.carousel-caption p {
    font-size: 300%;
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,1.5rem);
    padding-left: var(--bs-gutter-x,1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
    justify-content: flex-end;
}


/* Navigation links*/

.navilinks ul li a {
    color: rgba(19,19,18,1.00);
}

.navilinks ul li {
    border-left: rgba(19,19,18,1.00) solid 2px;
    background-color: #f9f9fa;
}
.navilinks ul {
    background-color: #f9f9fa;
}

.navilinks ul li:hover, .navilinks ul li:active, .navilinks ul li .active, .navilinks ul li:focus {
    border-left: rgba(108,192,174,1.00) solid 4px;
}

.wissenswertes .navilinks ul li:hover, .wissenswertes .navilinks ul li:active, .wissenswertes .navilinks ul li .active, .wissenswertes .navilinks ul li:focus{
     border-left: rgba(82,38,128,1.00) solid 4px;
}

.navilinks ul li a:hover {
    color: rgba(19,19,18,1.00);
    font-weight: bold;
}
.navilinks .nav-link:focus, .navilinks .nav-link:hover {
    color: rgba(19,19,18,1.00);
}

.navilinks ul li  ul {
    margin-left: 50px;
}

.navilinks ul li  ul li a {
        font-size: 0.8rem;
}

.navilinks .dropdown-menu {
    border: 0;    
}

.navilinks .dropdown-item.active, .navilinks .dropdown-item:active {
    background-color: #f9f9fa;
}

button.schwarzrund {
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
}
button.schwarzrund:hover {
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
    font-weight: bold;
}

input[type=submit].schwarzrund {
    width: 30%;
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
}
input[type=submit].schwarzrund:hover {
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
    font-weight: bold;
}

input[type=reset].schwarzrund {
    width: 30%;
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
    padding: 5px 10px;
}
input[type=reset].schwarzrund:hover {
    border: rgba(19,19,18,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(19,19,18,1.00);
    font-weight: bold;
}

button.tuerkisrund {
    
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(108,192,174,1.00);
}
button.tuerkisrund:hover {
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(108,192,174,1.00);
    font-weight: bold;
}

input[type=submit].tuerkisrund {
    width: 30%;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(108,192,174,1.00);
}
input[type=submit].tuerkisrund:hover {
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: #f9f9fa;
    color: rgba(108,192,174,1.00);
    font-weight: bold;
}
input[type=submit].tuerkisrundweiss {
    width: 30%;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: rgba(108,192,174,1.00);
    color: #f9f9fa;
    padding: 5px 10px;
}
input[type=submit].tuerkisrundweiss:hover {
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 10px;
    background: rgba(108,192,174,1.00);
    color: #f9f9fa;
    font-weight: bold;
}

img.profilbildrund {
    border: #f9f9fa solid 1px;
    border-radius: 15px;
}
img.profilbildrund200 {
    border: #f9f9fa solid 1px;
    border-radius: 200px;
}

.ideenaustausch img.profilbildrund {
    border: rgba(104,114,165,1.00) solid 1px;
    border-radius: 10px;
}
div.bildrundrahmen {
    /*max-width: 250px;*/
    max-height: 206px;
    max-width: 206px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: linear-gradient(to right, #6CC0AE 0%, #6872A5 50%, #522680 100%);
    padding: 3px;
}
img.bildrundinnen{
    max-height: 200px;
    width: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
img.bildrund {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: solid 3px #6CC0AE;
    /*border-color: #6CC0AE;
    border-color: -moz-linear-gradient(to right, #6CC0AE 0%, #6872A5 50%, #522680 100%);
    border-color: -webkit-linear-gradient(to right, #6CC0AE 0%, #6872A5 50%, #522680 100%);
    border-color: linear-gradient(to right, #6CC0AE 0%, #6872A5 50%, #522680 100%);*/
}

/* Login Modal */

/* Full-width input fields */
.modal-content input[type=text], .modal-content input[type=password] {
  width: 100%;
  padding:  2px  10px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal-content p {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

/* Set a style for all buttons */
.modal-content button {
  background-color: rgba(104,114,165,1.00);
  color: white;
  padding: 8px 20px;
  margin: 4px 0;
  border: none;
  cursor: pointer;
  width: 80%;
    border: 1px solid rgba(104,114,165,1.00);
 border-radius: 10px;
}

.modal-content button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.modal-content .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: rgba(185,169,205,1.00);
}
/* Extra styles for the cancel button */
.modal-content .registerbtn {
  width: 100%;
  /*padding: 10px 18px;*/
  background-color: rgba(82,38,128,1.00);
}
.modal-content .registernocolorbtn {
  width: 100%;
  /*padding: 10px 18px;*/
  background-color: #f9f9fa;
    color: #131312;
  padding:  4px 20px;
  margin: 4px 0;
  border: none;
  cursor: pointer;
  width: 80%;
    border: 1px solid #131312;
 border-radius: 5px;
    
    
}
/* Center the image and position the close button */
.modal-content .imgcontainer {
  text-align: center;
  margin: 10px 0 0px 0;
  position: relative;
}
.modal-content .imgcontainer img {
  max-width: 100%;
  height: auto;
}
.modal-content img.avatar {
  width: 200px;
  border-radius: 0;
}

.modal-content .logincontainer {
  padding: 16px;
}
.modal-content legend {
  margin-bottom: 0.1rem;
}

.modal-content label {
    margin-top: 6px;
}

.modal-content span.psw {
  float: right;
  padding-top: 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 30; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(108,192,174); /* Fallback color */
  background-color: rgba(108,192,174,0.40); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #f9f9fa;
  margin:  2% auto  5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #131312;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.modal-content .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #131312;
  font-size: 35px;
  font-weight: bold;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: rgba(185,169,205,1.00);
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */


@media screen and (max-width: 800px) {
    .modal-content span.psw {
     display: block;
     float: none;
  }
  .modal-content .cancelbtn {
     width: 100%;
  }
 .modal-content {
     width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .modal-content span.psw {
     display: block;
     float: none;
  }
  .modal-content .cancelbtn {
     width: 100%;
  }
  .modal-content {
     width: 90%;
  }
}
@media screen and (max-width: 380px) {
  .modal-content span.psw {
     display: block;
     float: none;
  }
  .modal-content .cancelbtn {
     width: 100%;
  }
    .modal-content {
     width: 100%;
  }
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.meineprofildatentextarea {
    width: 100%;
}

.backendtextarea {
    width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderswitch:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderswitch {
  background-color: #6CC0AE;
}

input:focus + .sliderswitch {
  box-shadow: 0 0 1px #6CC0AE;
}

input:checked + .sliderswitch:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliderswitchs */
.sliderswitch.round {
  border-radius: 10px;
}

.sliderswitch.round:before {
  border-radius: 50%;
}

/* Banner unterm Slider */

.container-fluid.smt-startseite-banner-padding {
    padding-right: 0;
    padding-left: 0;
}

.smt-startseite-banner  {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.smt-startseite-banner .col-startseite-banner {
    flex: 0 0 auto;
    width: 25%;
}

.imageHolder {
      position: relative;
      width: 285px;
      height: 175px;
    }
.imageHolder .caption {
      position: absolute;
      width: 283px;
      height: 50px;
      bottom: 0px;
      left: 0px;
      color: #ffffff;
      background: green;
      text-align:center;
      font-weight:bold;
      opacity:0.7;
    }

.smt-startseite-banner figure {
    display: flex;
    /*margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;*/
    position: relative;
    justify-content:center;
    align-items: center;
}

.smt-startseite-banner img {
    max-width: 100%;
    height: auto;
}

.smt-startseite-banner figure figcaption {
    position: absolute;
    /*width: 100%;
    max-width: 100%;*/
    flex: 0 1 auto;
    /*height: 50px;
    background: green;
    opacity:0.7;
    text-align:center;
    bottom: 40%;
    left: 0px;*/
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    font-weight:bold;
    font-size: calc(2rem + 0.3vw);
    /*padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;*/
    
}

.smt-startseite-banner figure figcaption p {
    
}

.smt-startseite-banner figure figcaption a{
    color: #ffffff;
}


.height-text-spalte {
    height: 150px;
}

/* selbstgemachtes  */


.selbstgemachtes .filterbutton {
    border: thin solid rgba(0,0,0,1.00);
    border-radius: 15px;
    margin: 0 10px 10px;
    padding: 5px 10px 7px;
    box-sizing: content-box;
    display: inline-block;
}

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

.selbstgemachtes img.listeimg {
    max-width: 100%;
    height: auto;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;/**/
}

.selbstgemachtes img.crop-center{
    height: auto; /* 200px */
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;
    z-index: 10;
}
.selbstgemachtes img.crop-center.gelb-bg {
    border: #fbc624 solid 1px;
}

.selbstgemachtes img.cropped1 {
    width: 200px; 
    height: 200px; 
    object-fit: cover;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;
    z-index: 10;
}

.selbstgemachtes img.cropped1a {
    width: 300px; 
    height: 300px; 
    object-fit: cover;
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;
    z-index: 10;
    vertical-align: middle;
    object-position: center;
}

.selbstgemachtes img.cropped2 {
    width: 200px; 
    height: 200px; 
    object-fit: cover;
    object-position: 20% 10%; 
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;
    z-index: 10;
}

.selbstgemachtes .hundertprozentimage {
    z-index: 10; 
    overflow: hidden;
    position: relative;
}
.selbstgemachtes .hundertprozentimage .hundertprozent {
    z-index: 999;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.selbstgemachtes .hundertprozent img {
    z-index: 20;
    max-width: 100%;
    height: auto;
    border: rgba(108,192,174,0.00) solid 1px;
    border-radius:  0;
}

.selbstgemachtes .hundertprozent svg {
    z-index: 20;
    max-width: 100%;
    height: 100%;
}

.selbstgemachtes .card {
    border: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;
    background-color: #f9f9fa;
}

.selbstgemachtes .card.gelb-bg {
    border: #fbc624 solid 1px;
    border-radius: 0;
    background-color: #fbe9b0;
}

.selbstgemachtes .card-body p{
    margin-bottom: 0;
    
}


.selbstgemachtes .card-footer {
    padding:   0.1rem 1rem;
    background-color: #f9f9fa;
    border-top: rgba(108,192,174,1.00) solid 0px;
    border-bottom: rgba(108,192,174,1.00) solid 1px;
    border-radius: 0;   
}

.selbstgemachtes .card-footer.gelb-bg {
    padding:   0.1rem 1rem;
    background-color: #fbe9b0;
    border-top: #fbc624 solid 0px;
    border-bottom: #fbc624 solid 1px;
    border-radius: 0;   
}

.selbstgemachtes .card-footer p {
    margin-bottom: 0.1rem;
}

.keinpaddinglinksrechts {
    padding-right: 0;
    padding-left: 0;
}
.paddinglinksrechts {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/* wissenswertes */

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

.bgeckekooperation {
    background-image: url("../images/ecken/Kooperation_l.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
    /*height: 300px;*/
}

.bgeckekooperation_l_600 {
    background-image: url("../images/ecken/Kooperation_l_600.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}
@media (min-width:800px) and (max-width: 991px) {
    .bgeckekooperation_l_600 {
        background-image: url("../images/ecken/Kooperation_l.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }
}
/* bei Bildschirmbreite 575px und kleiner brauchen wir eine größere / breitere Datei für die Ecken */


.wissenswertes .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 10px;
}
.veranstaltungen .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(82,38,128,1);
    border-radius: 10px;
}


.wissenswertes .card-header {
    padding: 0.5rem 1rem 0.5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0);
}
.wissenswertes .card-header p{
    margin-bottom: 0;
}

.wissenswertes .card-body {
    padding: 0rem 1rem 0 ;
}

.wissenswertes .card-footer {
    padding: 0.5rem;
    background-color: rgba(0,0,0,0);
    border-top: 1px solid rgba(0,0,0,0);
}

.wissenswertes .card-footer p {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
}


/* ideenaustausch */



.ideenaustausch .filterbutton {
    border: thin solid rgba(0,0,0,1.00);
    border-radius: 15px;
    margin: 0 10px 10px;
    padding: 5px 10px 7px;
    box-sizing: content-box;
    display: inline-block;
}

.bgeckekooperation_b {
    background-image: url("../images/ecken/Kooperation_b.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}




.bgeckekooperation_g {
    background-image: url("../images/ecken/Kooperation_g.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}

.bgeckeideenerfindungen_b {
    background-image: url("../images/ecken/IdeenErfindungen_b.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}

.bgeckeideenerfindungen_g {
    background-image: url("../images/ecken/IdeenErfindungen_g.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}


.bgeckeknowhow_b {
    background-image: url("../images/ecken/KnowHowIcon_b.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}

.bgeckeknowhow_g {
    background-image: url("../images/ecken/KnowHowIcon_g.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 300px;*/
}

@media (max-width: 575px) {
    .bgeckekooperation_b {
        background-image: url("../images/ecken/Kooperation_b_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }




    .bgeckekooperation_g {
        background-image: url("../images/ecken/Kooperation_g_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }

    .bgeckeideenerfindungen_b {
        background-image: url("../images/ecken/IdeenErfindungen_b_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }

    .bgeckeideenerfindungen_g {
        background-image: url("../images/ecken/IdeenErfindungen_g_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }


    .bgeckeknowhow_b {
        background-image: url("../images/ecken/KnowHowIcon_b_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }

    .bgeckeknowhow_g {
        background-image: url("../images/ecken/KnowHowIcon_g_600.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100%;
        /*height: 300px;*/
    }
}


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

.ideenaustausch .card {
    border: rgba(104,114,165,1.00) solid 1px;
    border-radius: 0;/*15px  */
    background-color: #f9f9fa;
}

.ideenaustausch .card.gelb-border {
    border-color: #fbc624;
}

.ideenaustausch .card .hellgelb-bg {
    background-color: #fbe9b0;
}
.ideenaustausch .card .gelb-bg {
    background-color: #fbc624;
}
.ideenaustausch .card p {

    font-size: 0.8rem;
    line-height: 0.9rem;
}
.ideenaustausch .card-body p{
    margin-bottom: 5px;
    
}

.ideenaustausch .card-header {
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    margin-bottom: 0;
    /*padding-top: 0.01rem;
    padding-right: 1rem;
    padding-bottom: 0.1rem;
    padding-left: 1rem;
    margin-bottom: 0;*/
}

.ideenaustausch .card-header h3 {
    color: #f9f9fa;
    /*font-size: calc(1rem + 0.1vw);*/
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

@media all and (min-width: 520px) { 

    .ideenaustausch .card-header h3 {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
}

@media all and (min-width: 1400px) { 

    .ideenaustausch .card-header h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }


}



.ideenaustausch .card-header p {
    margin-bottom: 0.4rem;
}

.ideenaustausch .card-header {
    background-color: rgba(104,114,165,1.00);
    border-top: rgba(104,114,165,1.00) solid 1px;
    border-bottom: rgba(104,114,165,1.00) solid 0px;
    /*border-radius:  15px 15px 0 0;*/
    border-radius: 0;
}
.ideenaustausch .card-header.gelb-bg {
    background-color: rgba(251,198,36,1.00);/*#fbe9b0;*/
    border-top: rgba(251,198,36,1.00) solid 1px;
    border-bottom: rgba(251,198,36,1.00) solid 0px;
    /*border-radius:  15px 15px 0 0;*/
}
.ideenaustausch .card-header .smt-buttonblauheader button {
    background-color: rgba(104,114,165,1.00);
    color: white;
    /* padding: 8px 20px; */
    margin:  0px 0;
    border: none;
    cursor: pointer;
    /* width: 100%; */
    border: 1px solid rgba(104,114,165,1.00);
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 0.9rem;
}
.ideenaustausch .card-body .hellgelb-bg {
    background-color: #fbe9b0;
}
.ideenaustausch .card-footer {
    padding: 0.1rem 1rem;
    background-color: #f9f9fa;
    border-top: rgba(104,114,165,1.00) solid 0px;
    /*border-bottom: rgba(104,114,165,1.00) solid 1px;
    border-radius: 0 0 15px 15px;*/
}

.ideenaustausch .card-footer.hellgelb-bg {
    padding: 0.1rem 1rem;
    background-color: #fbe9b0;
    border-top: rgba(251,198,36,1.00) solid 0px;
    /*border-bottom: rgba(251,198,36,1.00) solid 1px;
    border-radius: 0 0 15px 15px;*/
}

.ideenaustausch .card-footer p {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
}
.ideenaustausch .card-footer button {
    padding: 3px 0;
}

.croppedtest {
width: 150px; 
height: 150px; 
overflow: hidden;
border: 5px solid black;
}

.croppedtest img {
margin: -10px 0px 0px -180px;
    max-width: 300px; /*???*/    
    height: auto;
}


/* tests */


.test li {
    color: chartreuse;
}

.test li::marker{
    color: crimson;
}

div.test  {
    columns: 3;
    column-rule: solid 2px #131312;
}

.s-media{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* ck editor */

.ck-content .text-tiny {
    font-size: 0.7em;
}

.ck-content .text-small {
    font-size: 0.85em;
}

.ck-content .text-big {
    font-size: 1.4em;
}

.ck-content .text-huge {
    font-size: 1.8em;
}

.faq .accordion-button:not(.collapsed) {
    color: #131312;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faq .accordion-button:focus {
    z-index: 3;
    border-color: #f9f9fa;
    
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,0,0,.25);
}

.faq .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23131312'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.buttonfaq {
    padding: 5px 10px;
    border-radius: 5px;
}



/* Kategorien bei Selbstgemachtes */
/*
body {
  font-family: 'Noto Sans', sans-serif;
  background: #fafafa;
  padding: 0;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.multiLevelmegamenu nav ul,
.multiLevelmegamenu nav li {
  list-style: none;
  padding: 0;
  margin: 0;
    z-index: 300;
}
.multiLevelmegamenu nav a {
  display: block;
  text-decoration: none;
}
.multiLevelmegamenu nav a:hover,
.multiLevelmegamenu nav a:visited {
  text-decoration: none;
}
.multilevelmenu-bar {
  background: #ffffff;
  display: flex;
}
.multilevelmenu-link {
  padding: 5px 10px;
  background: #ffffff;
  color: #177E89;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 301;
}
.ideenaustausch .multilevelmenu-link {
    color: #6872A5;
}
.multilevelmenu-link[aria-haspopup="true"] {
  padding-right: 40px;
}
.multilevelmenu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url('/start2022/css/arrowRight.svg#accent');
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ideenaustausch .multilevelmenu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url('/start2022/css/arrowRightblau.svg#accent');
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mega-multilevelmenu-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #136a73;
}
.ideenaustausch .mega-multilevelmenu-header {
  color: #6872A5;
}
.mega-multilevelmenu {
  background: #ffffff;
  z-index: 310;
}
.mega-menu--multiLevel {
  flex-direction: column;
}
@media all and (min-width: 951px) {
  .multiLevelmegamenu {
    /*margin-top: 50px;*/
    background: #ffffff;
  }
  .multiLevelmegamenu > nav {
    /*max-width: 900px;*/
    margin: 0 auto;
  }
  .multilevelmenu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .multilevelmenu-bar {
    position: relative;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:after {
    background-image: url('/start2022/css/arrowBottom.svg#accent');
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:hover:after {
    background-image: url('/start2022/css/arrowBottom.svg#light');
  }
  .ideenaustausch .multilevelmenu-bar > li > [aria-haspopup="true"]:after {
    background-image: url('/start2022/css/arrowBottomblau.svg#accent');
  }
  .ideenaustausch .multilevelmenu-bar > li > [aria-haspopup="true"]:hover:after {
    background-image: url('/start2022/css/arrowBottomblau.svg#light');
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .multilevelmenu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:focus,
  .multilevelmenu-bar > li:focus-within > [aria-haspopup="true"],
  .multilevelmenu-bar > li:hover > a {
    background: #177E89;
    color: #ffffff;
  }
  .ideenaustausch .multilevelmenu-bar > li > [aria-haspopup="true"]:focus,
  .ideenaustausch .multilevelmenu-bar > li:focus-within > [aria-haspopup="true"],
  .ideenaustausch .multilevelmenu-bar > li:hover > a {
    background: #6872A5;
    color: #ffffff;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:focus:after,
  .multilevelmenu-bar > li:focus-within > [aria-haspopup="true"]:after,
  .multilevelmenu-bar > li:hover > a:after {
    background-image: url('/start2022/css/arrowTop.svg#light');
  }
  .ideenaustausch .multilevelmenu-bar > li > [aria-haspopup="true"]:focus:after,
  .ideenaustausch .multilevelmenu-bar > li:focus-within > [aria-haspopup="true"]:after,
  .ideenaustausch .multilevelmenu-bar > li:hover > a:after {
    background-image: url('/start2022/css/arrowTopblau.svg#light');
  }
  .mega-multilevelmenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mega-multilevelmenu:hover {
    display: flex;
  }
  .mega-multilevelmenu a:hover {
    background: #dceced;
    color: #136a73;
  }
  .ideenaustausch .mega-multilevelmenu a:hover {
    background: rgba(195,198,219,1.00);
    color: #6872A5;
  }
  .mega-menu--multiLevel > li {
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 33.33333333%;
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
    background: #dceced;
    color: #136a73;
  }
  .ideenaustausch .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .ideenaustausch .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .ideenaustausch .mega-menu--multiLevel li:hover > a,
  .ideenaustausch .mega-menu--multiLevel li:focus-within > a {
    background: rgba(195,198,219,1.00);
    color: #6872A5;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-multilevelmenu--flat > * {
    flex: 1;
  }
  .mobile-multilevelmenu-trigger,
  .mobile-multilevelmenu-header,
  .mobile-multilevelmenu-back-item {
    display: none;
  }
  .only-mobile {
    display: none;
  }
    a.mobile-multilevelmenu-trigger  {
        color: #ffffff;
        height: 0px;
    }
    
}
@media all and (max-width: 950px) {
  .multiLevelmegamenu {
    padding: 20px;
  }
  .mobile-multilevelmenu-trigger,
  .mobile-multilevelmenu-header,
  .mobile-multilevelmenu-back-item {
    display: block;
  }
  .only-mobile {
    display: block;
  }
  .mobile-multilevelmenu-trigger {
    background: #177E89;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
.ideenaustausch .mobile-multilevelmenu-trigger {
    background: #6872A5;
  }
    
    
  .mobile-multilevelmenu-header {
    order: -1;
    background: grey;
  }
  .mobile-multilevelmenu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .multilevelmenu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
    font-size: 1.2em;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 40px;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 80px;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #2a2a2a;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-multilevelmenu-content {
    padding: 20px 25px;
  }
  .mobile-multilevelmenu-back-item {
    order: -1;
  }
  .mobile-multilevelmenu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }
  .mobile-multilevelmenu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url('/start2022/css/arrowLeft.svg#default');
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-multilevelmenu-trigger:focus ~ ul {
    left: 0;
  }
  .multilevelmenu-bar:hover,
  .multilevelmenu-bar:focus-within {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul:hover,
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .multilevelmenu-bar > li:focus-within ~ .mobile-multilevelmenu-header a {
    visibility: hidden;
  }
}
@media all and (max-width: 950px) and (hover: none) {
  .mobile-multilevelmenu-trigger:hover ~ ul {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .multilevelmenu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .multilevelmenu-bar > li:hover ~ .mobile-multilevelmenu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}


#myBtntoTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtntoTop:hover {
  background-color: transparent; /* Add a dark-grey background on hover */
}




/* Rocketnews */
/*
.diagonal-shape.bl-to-tr {
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent rgba(197,227,222,1.00) rgba(197,227,222,1.00) transparent;
}
.diagonal-shape.tr-to-bl {
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: rgba(197,227,222,1.00) transparent transparent rgba(197,227,222,1.00);
}
.diagonal-shape.tl-to-br {
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent transparent #d71f55 #d71f55;
}
.diagonal-shape.br-to-tl {
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: #d71f55 #d71f55 transparent transparent;
}
*/
.shape-oben{
    position: relative;
    height: 50px;
}
.div1shape {
    z-index: 20;
    position: absolute; 
    /*background-color: rgba(255,182,193,0.50);*/
    left: 0;
    width: 50%; 
    height: 50px;
}
.div2shape {
    z-index: 20;
    position: absolute; 
    /*background-color: rgba(152,251,152,0.50);*/
    left: 50%;
    width: 50%;
    height: 50px;
}
    
    
.diagonal-shape.bl-to-tr {
    z-index: 30;
    position: relative;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50vw;
  border-color: transparent rgba(197,227,222,1.00) rgba(197,227,222,1.00) transparent;
}
.ideenaustausch .diagonal-shape.bl-to-tr {
    border-color: transparent rgba(195,198,219,1.00) rgba(195,198,219,1.00) transparent;
}
.wissenswertes .diagonal-shape.bl-to-tr {
    border-color: transparent rgba(185,169,205,1.00) rgba(185,169,205,1.00) transparent;
}
.diagonal-shape.tr-to-bl {
    z-index: 30;
    position: relative;
  height: 0;
  border-style: solid;
  border-width: 50px 50vw 0 0;
  border-color: rgba(197,227,222,1.00) transparent transparent rgba(197,227,222,1.00);
}
.ideenaustausch .diagonal-shape.tr-to-bl {
    border-color: rgba(195,198,219,1.00) transparent transparent rgba(195,198,219,1.00);
}
.wissenswertes .diagonal-shape.tr-to-bl {
    border-color: rgba(185,169,205,1.00) transparent transparent rgba(185,169,205,1.00);
}

.diagonal-shape.tl-to-br {
    z-index: 30;
    position: relative;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50px 0;
  border-color: transparent transparent rgba(197,227,222,1.00) rgba(197,227,222,1.00);
}
.ideenaustausch .diagonal-shape.tl-to-br {
    border-color: transparent transparent rgba(195,198,219,1.00) rgba(195,198,219,1.00);
}
.wissenswertes .diagonal-shape.tl-to-br {
    border-color: transparent transparent rgba(185,169,205,1.00) rgba(185,169,205,1.00);
}
.diagonal-shape.br-to-tl {
    z-index: 30;
    position: relative;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50vw;
  border-color: rgba(197,227,222,1.00) rgba(197,227,222,1.00) transparent transparent;
}
.ideenaustausch .diagonal-shape.br-to-tl {
    border-color: rgba(195,198,219,1.00) rgba(195,198,219,1.00) transparent transparent;
}
.wissenswertes .diagonal-shape.br-to-tl {
    border-color: rgba(185,169,205,1.00) rgba(185,169,205,1.00) transparent transparent;
}

.rocketnewscontainer {
    position: relative;
    z-index: 35;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 46vh;
    background-color: rgba(197,227,222,1.00);
  /*
    border-bottom: 2px solid #6CC0AE;
    border-top: 2px solid #6CC0AE;*/
}
.selbstgemachtes .rocketnewscontainer {
    background-color: rgba(197,227,222,1.00);
}
.ideenaustausch .rocketnewscontainer {
    background-color: rgba(195,198,219,1.00);
}

.wissenswertes .rocketnewscontainer {
    background-color: rgba(185,169,205,1.00);
    height: 65vh;
}

.rocketnewscontainer h1 {
    z-index: 36;
  }
  .handles svg path{
    stroke:#e2e2e2!important;
  }
  .dots span{
    background:#fff!important;
    opacity:0.5
  }
  .dots span.active{
    opacity:1
  }
    .PostSlide{max-width:1600px;margin:40px auto;} /*max-width:1300px; */
    .PostSlide{max-width:1600px;margin:10px auto 40px;}/*max-width:1300px; */
    .PostSlide .innerContainer .slider{display:flex;width:1280px;overflow-x:hidden;margin:auto;}
    .PostSlide .innerContainer .slider .slide{display:block;background-size: cover!important;background-position: center center!important;min-width:200px;height:350px;margin:0 10px;}
.veranstaltungen .PostSlide .innerContainer .slider .slide {
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    min-width: 200px;
    height: 550px;
    /*margin: 0 10px;*/
}
    .PostSlide .innerContainer .slider{position:relative;z-index:2;}
    .PostSlide .innerContainer .handles{display:flex;justify-content:space-between;position:relative;top:-230px;width:103%;cursor:pointer;margin-right:-20px;margin-left:-20px;z-index:4;-webkit-tap-highlight-color:transparent;}
    .PostSlide .dots{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;}
    .PostSlide .dots span{border-radius:10px;background:#CBCBCB;width:6px;height:6px;display:inline-block;cursor:pointer;}
    .PostSlide .slider *{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}
    .PostSlide .handles > span{transition:opacity 0.3s;}
    .PostSlide .handles .prev{opacity:0;}
    .PostSlide .handles .next{opacity:1;}
    .PostSlide .handles *{user-select:none;}
    .PostSlide .innerContainer .slider .slide{display:flex!important;flex-direction:column;justify-content:space-between;}
    @media (min-width: 1280px){
        .PostSlide .innerContainer .slider{width:1200px!important;margin:auto;}
    }
    @media (max-width: 1280px){
        .PostSlide .innerContainer .handles{width:calc(100% + 30px)!important;margin-left:-15px!important;margin-right:-15px!important;}
    }
    @media (min-width: 960px) and (max-width: 1280px){
        .PostSlide .innerContainer .slider{width:960px!important;}
    }
    @media (min-width: 960px) and (max-width: 1280px){
        .PostSlide .innerContainer .slider{width:960px!important;}
    }
    @media (min-width: 640px) and (max-width: 960px){
        .PostSlide .innerContainer .slider{width:640px!important;}
    }
    @media (max-width: 640px){
        .PostSlide .innerContainer .slider{width:300px!important;}
    }
    .PostSlide .innerContainer,.PostSlide .slider,.PostSlide .handles,.PostSlide .dots{direction:ltr;}

    .PostSlide .innerContainer .slider .slide>div{display:block;background-size: cover!important;background-position: center center!important;min-width:100%;height:100%;border-radius:8px}