body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}

/*Allgemeines*/
html{
  overflow-x: hidden;
}

body {
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4A4A4A;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 450px) {
  body{
    font-size: 16px;
  } 
}

strong {
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #4A4A4A;
}

::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #DFDFDF, #DFDFDF 1px, #EBEBEC 0, #EBEBEC);
}

::selection {
  background: rgba(0,0,0, 0.95);
  color: #fff;
  text-shadow: none;
}

.relative {
  position: relative;
}

:focus {
  outline: none !important;
}




hr {
  border: 0;
  height: 1px;
  background: #4A4A4A;
  clear: left;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
}


p, li {
  color: #4A4A4A;
  line-height: 20px;
}

.active {
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.center {
  text-align: center;
}

h1{
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 55px;
  margin-top: 0;
}
h2 {
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  margin: 0;
}
h3 {
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
}
h4 {
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 0;
}
h5,
h6,
h7 {
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  margin-bottom: 1rem;
}


ul,
strong,
a {
  line-height: 25px;
}


@media (max-width: 450px) {
 

    h1 {
      font-size: 30px;
    }
    h2,
    h3,
    h4,
    h5,
    h6{
        font-size: 17px;
      } 
}


.ce_image {
  width: 100%;
}

.ce_image img {
  display: block;
}
.mod_article {
  width: 100vw;
  position: relative;
}

/*Navigation*/
#header {
  height: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
}
#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100vw - 200px);
  z-index: 999;
  top: 0;
  height: 80px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  background-color: rgb(94 194 231 / 90%);
  padding-left: 100px;
  padding-right: 100px;
}
#header .content-image { 
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#header .content-image img {
  width: 100%;
  object-fit: contain;
}
#header .content-image a {
  display: flex;
}
#header .mod_navigation {
  width: 100%;
}
#header .mod_navigation ul.level_1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  padding-left: 25px;
}
#header .mod_navigation ul.level_2 {
  display: none;
}
#header .mod_navigation ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .mod_navigation ul li.sibling {
  padding-left: 25px;
}
#header .mod_navigation ul li a,
#header .mod_navigation ul li strong {
  color: #fff;
  font-size: 20px;
}
#header .mod_navigation ul li.submenu {
  width: 200px;
  text-align: center;
}
#header .mod_navigation ul li.submenu .submenu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.121' height='9.182' viewBox='0 0 14.121 9.182'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M1216-1266l6,6,6-6' transform='translate(-1214.939 1267.061)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px;
  padding-right: 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#header .mod_navigation ul li.submenu:hover .submenu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.121' height='9.182' viewBox='0 0 14.121 9.182'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M1216-1260l6-6,6,6' transform='translate(-1214.939 1268.121)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
}
#header .mod_navigation ul li.submenu:hover .level_2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  padding-top: 90px;
  width: 200px;
  text-align: left;
  padding-left: 0;
  gap: 10px;
}
#header .mod_navigation ul li .level_2 li {
  background-color: #7AC943;
  border-radius: 15px;
  padding: 5px 10px;
  width: 200px;
  text-align: center;
}
#header .mod_navigation ul li .level_2 li a,
#header .mod_navigation ul li .level_2 li strong {
  font-size: 16px;
}

#header .mod_navigation ul li:last-child {
  padding-left: 50px;
}
#header .mod_navigation ul.level_2 li:last-child {
  padding-left: 10px;
}

#header .header_links .rte {
  display: flex;
  gap: 20px;
}

/*Oranger Button*/
.orangebutton a,
.header_telefon {
  border-radius: 15px;
  background-color: #F68800;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}

/*Grüner Button*/
.buttongreen a {
  border-radius: 15px;
  background-color: #7AC943;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  text-align: center;
  font-weight: 700;
}

/* Blauer Button */
.buttonblau a {
  border-radius: 15px;
  background-color: #5EC2E7;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  font-weight: 700;
  text-align: center;
}

/* mehr dazu Button */
.buttonmore {
  margin-bottom: 0;
  margin-top: 10px;
}
.buttonmore a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.036' height='27.071' viewBox='0 0 16.036 27.071'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M1783,749l10,10-10,10' transform='translate(-1779.465 -745.464)' fill='none' stroke='%234a4a4a' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right center;
  padding-right: 25px;
}


/*Headerbilder */
#headerimage {
  position: relative;
  height: 60vh;
}
.startseite #headerimage {
  height: 100vh;
}
#headerimage .content-player figure {
  height: 100vh;
  width: 100vw;
}
#headerimage .content-player video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#headerimage .headertext {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
#headerimage .headertext h1 {
  font-size: 75px;
}
#headerimage .headertext h2 {
  font-weight: 400;
}
#headerimage .headertext h2,
#headerimage .headertext h1 {
  color: #fff;
}
#headerimage img {
  height: 60vh;
  width: 100vw;
  object-fit: cover;
}


/*Leistungen Home */
.home_leistungen {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 50px;
  padding: 125px 100px;
  width: calc(100% - 200px);
}
.home_leistungen .content-text .rte {
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-size: 75px;
}
.home_leistungen .gruppen .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94.442' height='85' viewBox='0 0 94.442 85'%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M92.859,38.973,80.277,27.788V14.167a4.722,4.722,0,1,0-9.444,0v5.227L50.359,1.2a4.716,4.716,0,0,0-6.276,0L1.584,38.973a4.722,4.722,0,0,0,3.138,8.25H9.444V80.278A4.721,4.721,0,0,0,14.166,85H80.277A4.721,4.721,0,0,0,85,80.278V47.222h4.722a4.722,4.722,0,0,0,3.138-8.25M50.2,69.712a4.709,4.709,0,0,1-6.1,0C35.789,62.666,25.2,52.1,29.209,41.761c.706-1.846,3.487-7.9,9.7-8.639a11.28,11.28,0,0,1,8.361,2.6,11.383,11.383,0,0,1,8.266-2.51c6.455.758,9.222,7.182,9.711,8.46,4,10.306-6.668,20.941-15.043,28.038' transform='translate(0 0)' fill='%235ec2e7'/%3E%3C/svg%3E%0A");
}
.home_leistungen .funpark .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='85' viewBox='0 0 68 85'%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M59.5,85H8.5A8.511,8.511,0,0,1,0,76.5v-51A8.511,8.511,0,0,1,8.5,17H17a17.007,17.007,0,0,1,33.609-3.685A17.817,17.817,0,0,1,51,17h8.5A8.511,8.511,0,0,1,68,25.5V39.013a4.253,4.253,0,0,1-5.786,3.963,8.7,8.7,0,0,0-9.167,2.478,8.518,8.518,0,0,0,4.52,13.838,8.4,8.4,0,0,0,4.652-.27A4.248,4.248,0,0,1,68,62.985V76.5A8.511,8.511,0,0,1,59.5,85' fill='%237ac943'/%3E%3C/svg%3E%0A");
}
.home_leistungen .sandkasten .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.001' height='85' viewBox='0 0 85.001 85'%3E%3Cpath id='Pfad_12' data-name='Pfad 12' d='M84.377,77.919,47.9,13.93l3.549-7.1A4.722,4.722,0,0,0,43,2.609l-.5,1-.5-1a4.723,4.723,0,0,0-8.448,4.224l3.549,7.1L.621,77.919A4.731,4.731,0,0,0,4.723,85H28.334V66.111a14.167,14.167,0,1,1,28.333,0V85H80.279a4.731,4.731,0,0,0,4.1-7.081' transform='translate(0 0)' fill='%23ffd93d'/%3E%3C/svg%3E%0A");
}
.home_leistungen .turnhalle .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='81.413' viewBox='0 0 102 81.413'%3E%3Cg id='Gruppe_29' data-name='Gruppe 29' transform='translate(-587 -1566)'%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M27.088,21.318A10.143,10.143,0,0,0,22,12.556V30.08a10.143,10.143,0,0,0,5.088-8.762' transform='translate(620.971 1585.388)' fill='%23863986'/%3E%3Cpath id='Pfad_14' data-name='Pfad 14' d='M16,21.318a10.143,10.143,0,0,0,5.088,8.762V12.556A10.143,10.143,0,0,0,16,21.318' transform='translate(611.706 1585.388)' fill='%23863986'/%3E%3Crect id='Rechteck_25' data-name='Rechteck 25' width='15' height='20' transform='translate(674 1597)' fill='%23863986'/%3E%3Crect id='Rechteck_26' data-name='Rechteck 26' width='15' height='20' transform='translate(587 1597)' fill='%23863986'/%3E%3Cpath id='Pfad_15' data-name='Pfad 15' d='M47.441,61.059a5.087,5.087,0,0,1-5.088-5.088V25.441a5.087,5.087,0,0,1,5.088-5.088H67.795V10.177A10.177,10.177,0,0,0,57.618,0H22V21.076a20.255,20.255,0,0,1,0,39.261V81.413H57.618A10.177,10.177,0,0,0,67.795,71.236V61.059Z' transform='translate(620.971 1566)' fill='%23863986'/%3E%3Cpath id='Pfad_16' data-name='Pfad 16' d='M45.795,60.337a20.255,20.255,0,0,1,0-39.261V0H10.177A10.177,10.177,0,0,0,0,10.177V20.353H20.353a5.087,5.087,0,0,1,5.088,5.088v30.53a5.087,5.087,0,0,1-5.088,5.088H0V71.236A10.177,10.177,0,0,0,10.177,81.413H45.795Z' transform='translate(587 1566)' fill='%23863986'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.home_leistungen .aussenbereich .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='85' viewBox='0 0 85 85'%3E%3Cpath id='Pfad_11' data-name='Pfad 11' d='M85,47.222A4.721,4.721,0,0,0,80.278,42.5a9.443,9.443,0,0,1-9.145-7.2,18.632,18.632,0,0,0,9.145,2.474,4.722,4.722,0,0,0,0-9.444,9.457,9.457,0,0,1-9.444-9.444V14.167a4.722,4.722,0,0,0-9.444,0v4.722a9.457,9.457,0,0,1-9.444,9.444,4.722,4.722,0,0,0,0,9.444A18.632,18.632,0,0,0,61.089,35.3a9.443,9.443,0,0,1-9.145,7.2,4.722,4.722,0,0,0,0,9.444,18.632,18.632,0,0,0,9.145-2.474,9.443,9.443,0,0,1-9.145,7.2,4.722,4.722,0,0,0,0,9.444,18.64,18.64,0,0,0,9.444-2.654v12.1H23.611V54.013a18.641,18.641,0,0,0,9.444,2.654,4.722,4.722,0,0,0,0-9.444,9.443,9.443,0,0,1-9.145-7.2A18.632,18.632,0,0,0,33.056,42.5a4.722,4.722,0,0,0,0-9.444,9.443,9.443,0,0,1-9.145-7.2,18.632,18.632,0,0,0,9.145,2.474,4.722,4.722,0,0,0,0-9.444,9.457,9.457,0,0,1-9.444-9.444V4.722a4.722,4.722,0,1,0-9.444,0V9.444a9.457,9.457,0,0,1-9.444,9.444,4.722,4.722,0,1,0,0,9.444,18.632,18.632,0,0,0,9.145-2.474,9.443,9.443,0,0,1-9.145,7.2,4.722,4.722,0,1,0,0,9.444,18.632,18.632,0,0,0,9.145-2.474,9.443,9.443,0,0,1-9.145,7.2,4.722,4.722,0,0,0,0,9.444,18.641,18.641,0,0,0,9.444-2.654V75.556H4.722a4.722,4.722,0,1,0,0,9.444H80.278a4.722,4.722,0,0,0,0-9.444H70.833v-12.1a18.64,18.64,0,0,0,9.444,2.654,4.722,4.722,0,0,0,0-9.444,9.443,9.443,0,0,1-9.145-7.2,18.632,18.632,0,0,0,9.145,2.474A4.721,4.721,0,0,0,85,47.222' fill='%23f68800'/%3E%3C/svg%3E%0A");
}
.home_leistungen .betreuung .rte {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.001' height='85.002' viewBox='0 0 85.001 85.002'%3E%3Cg id='Gruppe_28' data-name='Gruppe 28' transform='translate(-729 -1541)'%3E%3Cpath id='Pfad_8' data-name='Pfad 8' d='M4.25,17a4.25,4.25,0,0,1-3-7.255l8.5-8.5a4.249,4.249,0,0,1,6.01,6.01l-8.5,8.5A4.233,4.233,0,0,1,4.25,17' transform='translate(729 1541)' fill='%23d72a32'/%3E%3Cpath id='Pfad_9' data-name='Pfad 9' d='M44.75,17a4.233,4.233,0,0,1-3-1.245l-8.5-8.5a4.249,4.249,0,0,1,6.01-6.01l8.5,8.5a4.25,4.25,0,0,1-3,7.255' transform='translate(765.002 1541)' fill='%23d72a32'/%3E%3Cpath id='Pfad_10' data-name='Pfad 10' d='M40.251,4A38.251,38.251,0,1,0,78.5,42.251,38.309,38.309,0,0,0,40.251,4M51.769,53.769a4.31,4.31,0,0,1-6.035,0l-8.5-8.5A4.389,4.389,0,0,1,36,42.251V29.5a4.25,4.25,0,0,1,8.5,0V40.508l7.268,7.225a4.284,4.284,0,0,1,0,6.035' transform='translate(731.25 1545.5)' fill='%23d72a32'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/*Home Über uns */
.home_ueberuns {
  
}
.home_ueberuns .content-text {
  text-align: center;
  background-color: #7AC943;
  padding: 0 200px;
  padding-top: 100px;
  padding-bottom: calc((100vw - 400px) / 4 + 75px);
  width: calc(100vw - 400px);
}
.home_ueberuns .content-text h2,
.home_ueberuns .content-text h3,
.home_ueberuns .content-text p {
  color: #fff;
}
.home_ueberuns .content-text p {
  margin-top: 30px;
  margin-bottom: 20px;
}
.home_ueberuns .content-text h2 {
  margin: 0;
}
.home_ueberuns .content-text h3 {
  margin-top: 0;
}
.home_ueberuns .buttonreihe {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  margin-bottom: 50px;
}
.home_ueberuns .mod_rocksolid_slider {
  margin-top: calc(((100vw - 400px) / 4 + 75px) * -1);
}

/* Button Reihe */
.buttonreihe {
  display: flex;
  gap: 25px;
}


/* Rocksolid Slider */
.mod_rocksolid_slider {
  padding: 0 200px;
  width: calc(100vw - 400px);
}
.mod_rocksolid_slider .rsts-crop .rsts-slide div {
  width: 100% !important;
  height: 100% !important;
}
.mod_rocksolid_slider .rsts-crop .rsts-slide img {
  object-fit: cover;
  border-radius: 15px;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.mod_rocksolid_slider .rsts-nav-thumbs {
  padding-top: 15px;
}
.mod_rocksolid_slider .rsts-thumbs-slide {
  border-radius: 15px;
}
.mod_rocksolid_slider .rsts-prev {
  position: absolute;
  left: -100px;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115.5' height='27.071' viewBox='0 0 115.5 27.071'%3E%3Cg id='Gruppe_11' data-name='Gruppe 11' transform='translate(-1595.5 -748.964)'%3E%3Cg id='Gruppe_5' data-name='Gruppe 5' transform='translate(-15 15)'%3E%3Ctext id='zurück' transform='translate(1643 754)' fill='%235ec2e7' font-size='20' font-family='Nunito-Bold, Nunito' font-weight='700'%3E%3Ctspan x='0' y='0'%3EZURÜCK%3C/tspan%3E%3C/text%3E%3C/g%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M1793,749l-10,10,10,10' transform='translate(-185 3.5)' fill='none' stroke='%235ec2e7' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 85px;
  background-size: contain;
  box-shadow: none;
}
.mod_rocksolid_slider .rsts-next {
  position: absolute;
  right: -100px;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110.5' height='27.071' viewBox='0 0 110.5 27.071'%3E%3Cg id='Gruppe_10' data-name='Gruppe 10' transform='translate(-1670 -748.964)'%3E%3Cg id='Gruppe_5' data-name='Gruppe 5' transform='translate(-29 15)'%3E%3Ctext id='weiter' transform='translate(1699 754)' fill='%235ec2e7' font-size='20' font-family='Nunito-Bold, Nunito' font-weight='700'%3E%3Ctspan x='0' y='0'%3EWEITER%3C/tspan%3E%3C/text%3E%3C/g%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M1783,749l10,10-10,10' transform='translate(-15 3.5)' fill='none' stroke='%235ec2e7' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 85px;
  background-size: contain;
  box-shadow: none;
}
.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover {
  background-color: transparent;
}


/* Home Informationen */
.home_info {
  padding: 100px;
  width: calc(100vw - 200px);
  position: relative;
  padding-bottom: 300px;
}
.home_info h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.home_info .content-accordion {
  border-bottom: 0px solid transparent;
}
.home_info .handorgel__header {
  width: calc((100vw - 230px) / 2);
}
.home_info .handorgel__header__button {
  border: 0px solid transparent;
  font-size: 20px;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  color: #fff;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: space-between;
}
.home_info .handorgel__header__button::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.036' height='27.071' viewBox='0 0 16.036 27.071'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M0,0,10,10,0,20' transform='translate(3.536 3.536)' fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: block;
  height: 29px;
  width: 29px;
  transition: all 0s ease-in-out;
}
.home_info .handorgel__header--open .handorgel__header__button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.071' height='16.036' viewBox='0 0 27.071 16.036'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M0,0,10,10,0,20' transform='translate(3.536 12.5) rotate(-90)' fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.home_info .handorgel__header--open .handorgel__header__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.home_info .handorgel__header:nth-of-type(1) .handorgel__header__button {
  background-color: #7AC943;
}
.home_info .handorgel__header:nth-of-type(2) .handorgel__header__button {
  background-color: #5EC2E7;
}
.home_info .handorgel__header:nth-of-type(3) .handorgel__header__button {
  background-color: #FFD93D;
}
.home_info .handorgel__header:nth-of-type(4) .handorgel__header__button {
  background-color: #D72A32;
}
.home_info .handorgel__header:nth-of-type(5) .handorgel__header__button {
  background-color: #F68800;
}
.home_info .handorgel__header:nth-of-type(6) .handorgel__header__button {
  background-color: #863986;
}
.home_info .handorgel__content {
  border-top: none;
  background-color: transparent;
}
.home_info .handorgel__content .handorgel__content__inner {
  padding: 0;
  opacity: 1;
}
.home_info .handorgel__content .handorgel__content__inner .rte {
  padding: 25px;
  width: calc((100vw - 230px) / 2 - 52px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.home_info .handorgel__content .handorgel__content__inner .rte p {
  margin-top: 0
}
.home_info .handorgel__content .handorgel__content__inner figure {
  position: absolute;
  right: 100px;
  top: 235px;
  width: calc((100vw - 230px) / 2);
  aspect-ratio: 3 / 2;
  z-index: 1;
  transition: all 1s ;
}
.home_info .handorgel__content .handorgel__content__inner figure img {
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 3 / 2;
}
.home_info .handorgel__content:nth-of-type(1) .handorgel__content__inner .rte {
  border: 1px solid #7AC943;
}
.home_info .handorgel__content:nth-of-type(2) .handorgel__content__inner .rte {
  border: 1px solid #5EC2E7;
}
.home_info .handorgel__content:nth-of-type(3) .handorgel__content__inner .rte {
  border: 1px solid #FFD93D;
}
.home_info .handorgel__content:nth-of-type(4) .handorgel__content__inner .rte {
  border: 1px solid #D72A32;
}
.home_info .handorgel__content:nth-of-type(5) .handorgel__content__inner .rte {
  border: 1px solid #F68800;
}
.home_info .handorgel__content:nth-of-type(6) .handorgel__content__inner .rte {
  border: 1px solid #863986;
}

.home_info .content-image {
  position: absolute;
  right: 100px;
  top: 235px;
  width: calc((100vw - 230px) / 2);
  aspect-ratio: 3 / 2;
}
.home_info .content-image img {
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 3 / 2;
}


/*Footer Infoline */
.footer_infoline {
  margin-top: 75px;
}
.footer_infoline figure {
  display: flex;
  justify-content: center;
}
.footer_infoline figure img {
  object-fit: contain;
  height: 50vh;
}


/* Titel Text */
.titel {
  text-align: center;
  padding: 75px 200px;
  width: calc(100% - 400px);
}
.titel .rte {
  margin-top: 25px;
}
.titel .rte h3 {
  margin-bottom: 10px;
}
.titel .buttonreihe {
  display: flex;
  justify-content: center;
  gap: 35px;
}


/* Zwei Spalten */
.zweispaltig {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 75px 100px;
  width: calc(100vw - 200px);
  grid-gap: 10px;
  margin-bottom: 50px;
}
.zweispaltig .titel {
  grid-column: 1 / 3;
  margin-bottom: 50px;
  padding: 0 100px;
  width: calc(100% - 200px);
}
#article-9.zweispaltig {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 125px;
}

/* Farbige Boxen */
.orange, .green, .red, .lila, .blue, .yellow, .turkis {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.orange h3, .green h3, .red h3, 
.lila h3, .blue h3, .yellow h3, .turkis h3 {
  text-align: left;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
}
.orange .rte, .green .rte, .red .rte, .lila .rte,
.blue .rte, .yellow .rte, .turkis .rte {
  padding: 25px;
  border: 1px solid ;
  width: calc(100% - 52px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
}
.orange .rte p, .green .rte p,.red .rte p, .lila .rte p,
.blue .rte p, .yellow .rte p, .turkis .rte p {
  margin-top: 0;
}

.orange h3 {
  background-color: #F68800;
}
.green h3 {
  background-color: #7AC943;
}
.red h3 {
  background-color: #D72A32;
}
.lila h3 {
  background-color: #863986;
}
.yellow h3 {
  background-color: #FFD93D;
}
.blue h3 {
  background-color: #5EC2E7;
}
.turkis h3 {
  background-color: #26A285;
}

.orange .rte {
  border-color: #F68800;
}
.green .rte {
  border-color: #7AC943;
}
.red .rte {
  border-color: #D72A32;
}
.lila .rte {
  border-color: #863986;
}
.yellow .rte {
  border-color: #FFD93D;
}
.blue .rte {
  border-color: #5EC2E7;
}
.turkis .rte {
  border-color: #26A285;
}

/* Tabelle Beiträge*/
.beitragtabelle {
  width: calc(100vw - 400px);
  margin-right: 200px;
  margin-left: 200px;
  margin-top: -50px;
  border-radius: 15px;
  border-spacing: 0;
}
.beitragtabelle.lilaheader {
  border: 2px solid #863986;
}
.beitragtabelle.turkisheader {
  border: 2px solid #26A285;
}
.beitragtabelle table {
  width: 100%;
  border-collapse: collapse;
}
.beitragtabelle table td {
  width: calc(100% / 3);
  padding: 20px; 
}
.beitragtabelle.lilaheader table tr {
  border-bottom: 2px solid #863986;
}
.beitragtabelle.lilaheader table tr:last-child {
  border-bottom: 0px solid transparent;
}
.beitragtabelle.lilaheader table tr:first-child td {
  background-color: #863986;
  color: #fff;
  font-weight: 700;
}
.beitragtabelle table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.beitragtabelle table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.beitragtabelle.turkisheader table tr {
  border-bottom: 2px solid #26A285;
}
.beitragtabelle.turkisheader table tr:last-child {
  border-bottom: 0px solid transparent;
}
.beitragtabelle.turkisheader table tr:first-child td {
  background-color: #26A285;
  color: #fff;
  font-weight: 700;
}

/* Telefontabelle */
.telefontabelle {
  border: 2px solid #7AC943;
  width: 100%;
  border-radius: 15px;
  border-spacing: 0;
  background-color: #fff;
}
.telefontabelle table {
  width: 100%;
  border-collapse: collapse;
}
.telefontabelle table td {
  width: calc(100% / 3);
  padding: 20px; 
}
.telefontabelle table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.telefontabelle table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.telefontabelle table tr {
  border-bottom: 2px solid #7AC943;
}
.telefontabelle table tr:last-child {
  border-bottom: 0px solid transparent;
}
.telefontabelle table tr:first-child td {
  background-color: #7AC943;
  color: #fff;
  font-weight: 700;
}

/*Akkordion Mitarbeiter */
.accordion_mitarbeiter {
  width: calc(100vw - 400px);
  margin-right: 200px;
  margin-left: 200px;
  margin-bottom: 150px;
}
.accordion_mitarbeiter .handorgel__header__button {
  border: 0px solid transparent;
  font-size: 22px;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px;
  color: #fff;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: space-between;
}
.accordion_mitarbeiter .handorgel__header__button::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.036' height='27.071' viewBox='0 0 16.036 27.071'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M0,0,10,10,0,20' transform='translate(3.536 3.536)' fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: block;
  height: 29px;
  width: 29px;
  transition: all 0s ease-in-out;
}
.accordion_mitarbeiter .handorgel__header--open .handorgel__header__button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.071' height='16.036' viewBox='0 0 27.071 16.036'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M0,0,10,10,0,20' transform='translate(3.536 12.5) rotate(-90)' fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.accordion_mitarbeiter .handorgel__header:nth-of-type(1) .handorgel__header__button {
  background-color: #7AC943;
}
.accordion_mitarbeiter .handorgel__header:nth-of-type(2) .handorgel__header__button {
  background-color: #5EC2E7;
}
.accordion_mitarbeiter .handorgel__header:nth-of-type(3) .handorgel__header__button {
  background-color: #FFD93D;
}
.accordion_mitarbeiter .handorgel__header:nth-of-type(4) .handorgel__header__button {
  background-color: #D72A32;
}

.accordion_mitarbeiter .handorgel__content {
  border-top: none;
  background-color: transparent;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 15px;
}

.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte p {
  margin: 0;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 11 / 12;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte h3 {
  margin-top: 10px;
  padding: 0 15px;
  color: #fff;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte p:last-child {
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte a {
  color: #fff;
  text-decoration: underline;
}

.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .leitung .rte .mitarbeiter {
  background-color: #7AC943;
  border-radius: 15px;
  border: 2px solid #7AC943;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .kindergarten .rte .mitarbeiter {
  background-color: #5EC2E7;
  border-radius: 15px;
  border: 2px solid #5EC2E7;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .krippe .rte .mitarbeiter {
  background-color: #FFD93D;
  border-radius: 15px;
  border: 2px solid #FFD93D;
}
.accordion_mitarbeiter .handorgel__content .handorgel__content__inner .hauswirtschaft .rte .mitarbeiter {
  background-color: #D72A32;
  border-radius: 15px;
  border: 2px solid #D72A32;
}

/* Kontakt Text */
.kontakt_text p:first-child {
  margin-top: 0;
}
.kontakt_text p img {
  width: 425px;
  object-fit: contain;
  margin-bottom: 25px;
}
.kontakt_text figure {
  position: absolute;
  bottom: 0;
  width: calc(50% - 200px);
}

/* Jobs */
.jobs {
  padding: 0 200px;
  width: calc(100vw - 400px);
  margin-bottom: 100px;
}
.jobs.green h3 {
  text-align: left;
}

/*Footer*/
#footer {
  position: relative;
}
#footer .inside {
  text-align: left;
  width: calc(100vw - 200px);
  display: flex;
  justify-content: space-between;
  padding: 75px 100px;
  background-color: #5EC2E7;
}
#footer .inside .footer_logo {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .footer_adresse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 75px;
  margin-right: auto;
}
#footer .footer_adresse .rte {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 25px;
}
#footer .footer_links .rte {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 75px;
  grid-row-gap: 10px;
}
#footer h4 {
  color: #fff;
  margin-bottom: 30px;
}
#footer p,
#footer a {
  color: #fff;
  margin: 0;
}




/*Datenschutz, Impressum*/
.recht {
  margin: 150px 100px;
  width: calc(100vw - 200px);
}
.recht h2 {
  font-size: 30px;
}


/* Kontaktformular */
.ce_form {
  padding: 50px;
  background-color: #7AC943;
  border-radius: 15px;
  margin-right: 75px;
}
.ce_form .formbody {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 15px;
}
.ce_form h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.ce_form span.mandatory {
  display: none;
}
.ce_form .formbody input, 
.ce_form .formbody textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 15px;
  border: 0px solid;
  color: #4A4A4A;
  background-color: #fff;
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.ce_form .formbody textarea {
  height: calc(100% - 20px);
}
.ce_form .formbody select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 0px solid;
  color: #fff;
  background-color: #fff;
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.ce_form .formbody input::placeholder,
.ce_form .formbody textarea::placeholder {
  color: #4A4A4A;
  font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.ce_form .formbody label {
  color: #fff;
}
select:focus {
  border: 0px solid transparent;
  font-weight: normal;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
}
.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px;
  padding: 0 20px;
}
.select-styled:after {
    content:"";
    width: 30px;
    height: 30px;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19.875' viewBox='0 0 23 19.875'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 0)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
  font-weight: normal;
}
.select-styled:active:after, .select-styled.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.875' height='23' viewBox='0 0 19.875 23'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 23) rotate(-90)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
}
.select-options {
  display: none; 
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.select-options li {
  margin: 0;
  padding: 5px 20px;
  background-color:#fff;
  color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: #fff;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li:first-child {
  display: none;
}
.ce_form .widget-explanation p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}

.ce_form .widget-submit button {
  background-color: #5EC2E7;
  padding: 10px 40px !important;
  border-radius: 15px;
  color: #fff;
  font-family: "nunito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  width: max-content;
  border: 0px solid transparent;
  font-size: 16px;
  height: max-content;
  margin-top: auto;
}

.ce_form .widget-checkbox fieldset {
  display: inline-block;
  width: 100%;
  border: 0px solid transparent;
  padding: 0;
  margin-top: 10px;
}

/*Checkbox Style*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #DCDCDC;
  border-radius: 10px;
  min-width: 175px;
  background-color:white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.235' height='6.996' viewBox='0 0 12.235 6.996'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M12.307,16.133l4.626-4.63a.871.871,0,0,1,1.235,0,.882.882,0,0,1,0,1.239l-5.242,5.246a.873.873,0,0,1-1.206.025L6.442,12.746a.875.875,0,0,1,1.235-1.239Z' transform='translate(-6.188 -11.246)' fill='%23394348'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: .75em 1em .5em 1em;
  color: #4A4A49;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
select::-ms-expand {
  display:none;
}

option {
    padding: 10px;
    border-radius: 10px;
    border: 0px solid;
    color: #005095;
    background-color: #EDEDED;
    font-family: "myriad-variable", sans-serif;
}
/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 16px;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}
.widget-checkbox {
  margin-top: 15px;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
input[type='checkbox'] + label a {
  text-decoration: underline;
  color: #fff;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    border-radius: 15px;
    border: 2px solid #fff;
    background: white;
    margin-right: 5px;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#5EC2E7;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:#5EC2E7;
}

/* Popup */
#popup {
  position: fixed;
  top: 0;
  background-color: rgb(255 255 255 / 80%);
  z-index: 10000;
  display: none;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}
#popup .popup-aktuelles {
  height: max-content;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#popup .popup-aktuelles .close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.584' height='45.584' viewBox='0 0 45.584 45.584'%3E%3Cg id='Gruppe_45' data-name='Gruppe 45' transform='translate(-359.708 -38.708)'%3E%3Cpath id='Pfad_112' data-name='Pfad 112' d='M3.771.028,52.794.386a3.838,3.838,0,0,1,3.8,3.8,3.705,3.705,0,0,1-3.743,3.743L3.826,7.57a3.838,3.838,0,0,1-3.8-3.8A3.705,3.705,0,0,1,3.771.028Z' transform='translate(365.294 38.669) rotate(45)' fill='%234A4A4A'/%3E%3Cpath id='Pfad_113' data-name='Pfad 113' d='M3.771-.028,52.794-.386a3.705,3.705,0,0,1,3.743,3.743,3.838,3.838,0,0,1-3.8,3.8L3.716,7.515A3.705,3.705,0,0,1-.028,3.771,3.838,3.838,0,0,1,3.771-.028Z' transform='translate(360 78.959) rotate(-45)' fill='%234A4A4A'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-left: auto;
  height: 30px;
  cursor: pointer;
  right: 100px;
  position: absolute;
  top: -110px;
}
#popup .popup-aktuelles .content-text {
  padding: 30px 50px;
  text-align: center;
  background-color: #fff;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#popup .popup-aktuelles .content-text p {
  margin: 0;
}
#popup a {
  color: #717274;
}



/*Main */
.cookie_settings {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.cookie_settings a {
  font-size: 18px;
}
.navi_mobil {
  display: none;
}
#article-4 {
  margin-bottom: 75px;
}
#article-7,
#article-11 {
  margin-top: 80px;
}

#error {
  text-align: center;
  min-height: 400px;
  height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px;
  width: calc(100% - 50px);
}
#error h1 {
  padding-left: 0;
  border-left: 0px transparent;
}
#error a {
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 1050px) {
  #header .hamburger {
    display: none;
  }
}



@media (max-width: 1400px) {
  #headerimage .headertext {
    left: 150px;
  }
  #headerimage .headertext h1 {
    font-size: 50px;
  }
  #headerimage .headertext h2 {
    font-size: 35px;
  }
  .home_leistungen {
    padding: 125px 100px;
    width: calc(100% - 200px)
  }
  .accordion_mitarbeiter {
    width: calc(100vw - 250px);
    margin-right: 125px;
    margin-left: 125px;
  }
  
  #footer .inside {
    padding: 75px 150px;
    padding-right: 100px;
    width: calc(100% - 250px);
  }
  #header .mod_navigation ul.level_1 {
    padding-right: 100px;
  }
  #footer .footer_adresse .rte {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
  }
  .jobs {
    padding: 0 125px;
    width: calc(100vw - 250px);
  }
}
@media (max-width: 1250px) {
  #popup .popup-aktuelles .close {
    right: 55px;
    top: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.584' height='45.584' viewBox='0 0 45.584 45.584'%3E%3Cg id='Gruppe_45' data-name='Gruppe 45' transform='translate(-359.708 -38.708)'%3E%3Cpath id='Pfad_112' data-name='Pfad 112' d='M3.771.028,52.794.386a3.838,3.838,0,0,1,3.8,3.8,3.705,3.705,0,0,1-3.743,3.743L3.826,7.57a3.838,3.838,0,0,1-3.8-3.8A3.705,3.705,0,0,1,3.771.028Z' transform='translate(365.294 38.669) rotate(45)' fill='%23fff'/%3E%3Cpath id='Pfad_113' data-name='Pfad 113' d='M3.771-.028,52.794-.386a3.705,3.705,0,0,1,3.743,3.743,3.838,3.838,0,0,1-3.8,3.8L3.716,7.515A3.705,3.705,0,0,1-.028,3.771,3.838,3.838,0,0,1,3.771-.028Z' transform='translate(360 78.959) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1200px) {
  #header .logo {
    padding-left: 75px;
    padding-right: 25px;
  }
  #header .mod_navigation ul.level_1 {
    padding-right: 75px;
  }
  #headerimage .headertext {
    left: 125px;
  }

  .home_leistungen {
    grid-template-columns: repeat(2,1fr);
  }
  .home_ueberuns .content-text {
    padding: 0 100px;
    padding-top: 75px;
    padding-bottom: calc((100vw - 200px) / 4 + 75px);
    width: calc(100vw - 200px);
  }
  .home_info {
    padding-bottom: 200px;
  }
  .accordion_mitarbeiter {
    width: calc(100vw - 200px);
    margin-right: 100px;
    margin-left: 100px;
  }
  
  #footer .inside {
    padding: 75px 75px;
    width: calc(100% - 150px);
  }
  #footer .footer_links .rte {
    grid-column-gap: 30px;
  }
  .jobs {
    padding: 0 100px;
    width: calc(100vw - 200px);
  }
  .home_qualitaet .rte {
    grid-template-columns: repeat(1,1fr);
  }
  .home_qualitaet .rte h2 {
    grid-column: 1;
  }
  .leistung_text {
    grid-template-columns: repeat(1,1fr);
    padding-bottom: 75px;
    grid-gap: 35px;
  }
  .leistung_text .mod_rocksolid_slider {
    grid-row: 1;
  }

}
@media (max-width: 1150px) {
  #popup .popup-aktuelles {
    margin-left: 50px;
    margin-right: 50px;
  }
  #header .mod_navigation ul li:last-child,
  #header .mod_navigation ul li.sibling {
    padding-left: 20px;
  }
}



@media (max-width: 1050px) {
  h1 {
    font-size: 45px;
  }
  #header .inside {
    padding-left: 75px;
    padding-right: 75px;
    width: calc(100vw - 150px);
  }
  #header .content-image {
    width: 225px;
  }
  #header .header_links {
    display: none;
  }
  #header .header_links.open {
    display: block;
    position: absolute;
    top: calc(100vh - 200px);
    width: calc(100% - 150px);
  }
  #header .header_links .rte {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  #header .header_links .rte p {
    margin-left: auto;
    margin-right: auto;
  }
  #header .mod_navigation {
    display: none;
  }
  #header .mod_navigation.open {
    display: block;
    position: absolute;
    top: 80px;
    width: 100vw;
    left: 0;
    height: calc(100vh - 80px);
    background-color: rgb(94 194 231 / 90%);
  }
  #header .mod_navigation.open ul {
    flex-direction: column;
    padding: 0 75px;
    padding-top: 50px;
    height: max-content;
  }
  #header .mod_navigation.open ul.level_2 {
    display: block;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #header .mod_navigation ul li.submenu .submenu,
  #header .mod_navigation ul li.submenu:hover .submenu {
    background-image: none;
    margin: 0;
    width: 100%;
  }
  #header .mod_navigation ul li .level_2 li {
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin-bottom: 3px;
  }
  #header .mod_navigation ul li {
    text-align: center;
  }
  #header .mod_navigation ul li.submenu:hover .level_2 {
    width: 100%;
    position: relative;
    padding-top: 5px;
    padding-bottom: 15px;
    gap: 0;
  }
  #header .mod_navigation ul.level_2 li:last-child {
    padding-left: 0;
  }
  #header .mod_navigation ul li.submenu {
    width: 100%;
  }
  #header .mod_navigation ul li.sibling {
    padding-left: 0;
  }
  #header .mod_navigation ul li.submenu .submenu {
    padding-right: 0;
  }
  #header .mod_navigation ul li:last-child {
    padding-left: 0;
    padding-top: 20px;
  }
  #header .logo {
    width: 250px;
  }
  .recht {
    margin: 100px 75px;
    margin-top: 125px;
    width: calc(100vw - 150px);
  }
  #header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 50px;
  }
  
  #headerimage .headertext {
    left: 75px;
  }
  .mod_rocksolid_slider {
    padding: 0 125px;
  }
  .home_leistungen {
    padding: 75px;
    width: calc(100% - 150px)
  }
  .home_ueberuns .content-text {
    padding: 0 75px;
    padding-top: 50px;
    padding-bottom: calc((100vw - 150px) / 4 + 25px);
    width: calc(100vw - 150px);
  }
  .home_info {
    padding: 75px;
    width: calc(100vw - 150px);
  }
  .home_info .handorgel__header {
    width: calc(100vw - 150px);
  }
  .home_info .content-image,
  .home_info .handorgel__content .handorgel__content__inner figure {
    width: calc(100vw - 150px);
    right: 75px;
  }
  .home_info .content-image,
  .home_info .handorgel__content .handorgel__content__inner figure {
    aspect-ratio: 2 / 1;
  }
  .home_info .content-image img,
  .home_info .handorgel__content .handorgel__content__inner figure img {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
  .home_info #handorgel1-fold1-header {
    margin-top: calc(((100vw - 150px) / 2) * 1 + 100px);
  }
  .home_info .handorgel__content .handorgel__content__inner .rte {
    width: calc(100vw - 202px)
  }
  .home_ueberuns .mod_rocksolid_slider {
    padding: 0 125px;
    margin-top: calc(((100vw - 250px) / 4 + 50px) * -1);
  }

  #footer .inside {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 25px;
  }
  #footer .inside .logo {
    margin-left: auto;
    margin-right: 25px;
  }
  #footer .footer_links {
    grid-column: 1 / 3;
  }
  #footer .footer_links .rte p {
    text-align: center;
  }
  #footer .footer_adresse {
    margin-left: 0;
  }

  .footer_infoline figure img {
    height: max-content;
    width: 100%;
  }
  .zweispaltig {
    grid-template-columns: repeat(1, 1fr);
    padding: 75px;
    width: calc(100vw - 150px);
  }
  .titel {
    padding: 75px;
    width: calc(100% - 150px);
  }
  .zweispaltig .titel {
    grid-column: 1;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .beitragtabelle {
    width: calc(100vw - 150px);
    margin-right: 75px;
    margin-left: 75px;
  }
  .accordion_mitarbeiter {
    width: calc(100vw - 150px);
    margin-right: 75px;
    margin-left: 75px;
  }
  .accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte {
    grid-template-columns: repeat(3,1fr);
  }
  #article-9.zweispaltig {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    padding-bottom: 500px;
  }
  #article-9.zweispaltig .ce_form {
    margin-right: 0;
    margin-bottom: 100px;
  }
  .kontakt_text h3,
  .kontakt_text p {
    text-align: center;
  }
  .kontakt_text figure {
    left: 0;
    right: 0;
    width: 100vw;
  }
  .jobs {
    padding: 0 75px;
    width: calc(100vw - 150px);
  }
}
@media (max-width: 900px) {
  
  .home_leistungen {
    padding: 75px;
    width: calc(100% - 150px);
    grid-template-columns: repeat(1, 1fr);
  }
  
   #article-9.zweispaltig {
    padding-bottom: 400px;
   }
  
  
}

@media (max-width: 800px) {
  #article-9.zweispaltig {
    padding-bottom: 300px;
   }
}


@media (max-width: 700px) {

  h1 {
    font-size: 35px;
  }
  #header .inside {
        padding-left: 50px;
        padding-right: 50px;
        width: calc(100vw - 100px);
    } 
  #header .header_links.open {
    width: calc(100% - 100px);
  } 
  #headerimage .headertext {
    left: 50px;
    right: 50px;
  }   
  #headerimage .headertext h1 {
    font-size: 40px;
  }
  #headerimage .headertext h2 {
    font-size: 30px;
  }
  .home_leistungen {
    padding: 50px;
    width: calc(100% - 100px);
  }
  .zweispaltig {
    padding: 75px 50px;
    width: calc(100vw - 100px);
  }
  .titel {
    padding: 75px 50px;
    width: calc(100% - 100px);
  }
  #header .logo {
    padding-left: 50px;
  }
  .home_info {
    padding: 50px;
    width: calc(100vw - 100px);
  }
  .home_info .handorgel__header {
    width: calc(100vw - 100px);
  }
  .mod_rocksolid_slider {
    padding: 0 50px;
    padding-bottom: 50px;
  }
  #popup .popup-aktuelles .close {
    height: 20px;
  }
  .recht {
    margin: 75px 50px;
    margin-top: 125px;
    width: calc(100vw - 100px);
  }
  #footer .inside {
    padding: 75px 50px;
    width: calc(100% - 100px);
  }
  #footer .footer_adresse {
    margin-left: 15px;
  }
  #footer .inside .logo {
    margin-right: 15px;
  }
  .beitragtabelle {
    width: calc(100% - 40px);
    margin-right: 0px;
    margin-left: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #000;
  }
  .beitragtabelle table {
    width: max-content;
    overflow-x: scroll;
  }



  
  .ce_form .formbody {
    grid-template-columns: repeat(1,1fr);
  }
  .ce_form .formbody .widget-textarea,
  .ce_form .widget.widget-explanation,
  .ce_form .widget-submit {
    grid-column: 1;
    grid-row: auto;
  }
  .ce_form .widget-submit button,
  .bluebutton a,
  .whitebutton a {
    font-size: 16px;
  }
  .mod_rocksolid_slider .rsts-nav-thumbs {
    display: none;
  }
  .home_ueberuns .mod_rocksolid_slider {
    padding: 0 50px;
    margin-top: calc(((100vw - 100px) / 4) * -1);
    padding-bottom: 50px;
  }
  .mod_rocksolid_slider .rsts-prev{
    bottom: -50px;
    left: 0px;
  }
  .mod_rocksolid_slider .rsts-next {
    bottom: -50px;
    right: 0;
  }
  .home_ueberuns .content-text {
    padding: 0 50px;
    padding-top: 50px;
    padding-bottom: calc((100vw - 100px) / 4 + 25px);
    width: calc(100vw - 100px);
  }
  .home_info .content-image, .home_info .handorgel__content .handorgel__content__inner figure {
    top: 175px;
    right: 50px;
    width: calc(100% - 100px);
  }
  .home_info #handorgel1-fold1-header {
    margin-top: calc(((100vw - 100px) / 2) * 1 + 75px);
  }
  .home_info .handorgel__content .handorgel__content__inner .rte {
    width: calc(100vw - 152px);
  }
  .accordion_mitarbeiter {
    width: calc(100vw - 100px);
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 100px;
  }
  .accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte {
    grid-template-columns: repeat(2,1fr);
  }
  #article-9.zweispaltig {
    padding-bottom: 250px;
   }
   .jobs {
    padding: 0 50px;
    width: calc(100vw - 100px);
  }
}
@media (max-width: 600px) {
  #footer .inside {
    grid-template-columns: repeat(1,1fr);
  }
  #footer .footer_links {
    grid-column: 1;
  }
  #footer .inside .footer_logo {
    width: 100%;
  }
  #footer .inside .footer_logo figure {
    display: flex;
    justify-content: center;
  }
  #footer .inside .footer_logo img {
    max-width: 250px;
  }
  #footer .footer_adresse {
    margin-left: 0;
    width: 100%;
  }
  #footer .footer_adresse p {
    text-align: center;
  }
  #footer .footer_adresse h4 {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .footer_links .rte {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 5px;
  }
  #article-9.zweispaltig {
    padding-bottom: 200px;
   }
   #article-21 .content-image img,
   #article-29 .content-image img,
   #article-33 .content-image img,
   #article-37 .content-image img    {
    content: url('/files/bilder/headerimage/bambini-park_kinder-mädels-freude-jubeln-draußen_adobestock-54770532_karelnoppe_mobil.jpg');
   }
   #article-27 .content-image img {
    content: url('/files/bilder/headerimage/bambini-park_kinder-essen-mittagspause_adobestock-245943922_oksana--kuzmina_mobil.jpg');
   }


}
@media (max-width: 500px) {

  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  
  p, li, strong, a, label, button {
    font-size: 15px;
    line-height: 20px;
  }
  #error .buttongreen a {
    word-break: break-word;
    width: calc(100% - 50px);
  }
  #header .inside {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100vw - 50px);
  }
  #header .header_links.open {
    width: calc(100% - 50px);
    top: calc(100vh - 190px);
  }
  #header .mod_navigation.open ul {
    padding: 0 25px;
    padding-top: 15px;
    gap: 10px;
  }
  #header .header_links .rte p {
    margin-bottom: 0;
  }
  #headerimage .headertext {
    left: 25px;
    right: 25px;
  }
  .mod_rocksolid_slider {
    padding: 0 25px;
    padding-bottom: 50px;
  }
  .home_leistungen {
    padding: 50px 25px;
    width: calc(100% - 50px);
    grid-gap: 20px;
  }
  .home_leistungen .content-text .rte {
    background-size: 27px;
    padding-left: 50px;
  }
  .home_leistungen .rte p {
    display: none;
  }
  
  #header .logo {
    padding-left: 25px;
  }
  .home_info {
    padding: 50px 25px;
    width: calc(100vw - 50px);
  }
  .home_info .handorgel__header {
    width: calc(100vw - 50px);
  }
  .home_info .content-image,
  .home_info .handorgel__content .handorgel__content__inner figure {
    top: 120px;
  }
  .home_info #handorgel1-fold1-header {
    margin-top: calc(((100vw - 50px) / 2) * 1 + 50px);
  }
  .home_info .handorgel__content .handorgel__content__inner .rte {
    width: calc(100vw - 102px);
  }
  .titel {
    padding: 50px 25px;
    width: calc(100% - 50px);
  }
  .titel .buttonreihe {
    flex-direction: column;
    gap: 0;
  }
  .titel .buttonreihe .buttongreen {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .zweispaltig {
    padding: 50px 25px;
    width: calc(100vw - 50px);
  }
  #footer .inside {
    padding: 25px;
    width: calc(100% - 50px);
    padding-bottom: 75px;
  }
  #footer .content-image img {
    width: 200px;
  }
  .home_blue_background {
    padding: 50px 25px;
  }
  .recht {
    margin: 50px 25px;
    margin-top: 125px;
    width: calc(100vw - 50px);
  }
  #footer .footer_links {
    right: 25px;
    bottom: 15px;
  }
  #error a {
    display: flex    ;
    justify-content: center;
  }
  
  .home_ueberuns .content-text {
    padding: 0 25px;
    padding-top: 50px;
    padding-bottom: calc((100vw - 50px) / 4 + 25px);
    width: calc(100vw - 50px);
  }
  .home_ueberuns .mod_rocksolid_slider {
    padding: 0 25px;
    margin-top: calc(((100vw - 50px) / 4) * -1);
    padding-bottom: 50px;
  }
  .home_ueberuns .buttonreihe {
    margin-bottom: 20px;
    flex-direction: column;
    gap:0px;
  }
  .home_ueberuns .buttonreihe .buttonblau {
    margin-top: 0;
  }
  .home_info .content-image, .home_info .handorgel__content .handorgel__content__inner figure {
    right: 25px;
    width: calc(100% - 50px);
  }
  .beitragtabelle {
    width: calc(100vw - 25px);
    margin-right: 0;
    margin-left: 25px;
  }
  .accordion_mitarbeiter {
    width: calc(100vw - 50px);
    margin-right: 25px;
    margin-left: 25px;
  }
  .accordion_mitarbeiter .handorgel__content .handorgel__content__inner .rte {
    grid-template-columns: repeat(1,1fr);
  }
  #article-9.zweispaltig {
    padding-bottom: 150px;
   }
   .ce_form {
    padding: 20px;
   }
   #popup {
    overflow-y: unset;
   }
   #popup .inside {
    overflow-y: scroll;
   }
  #popup .popup-aktuelles {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #popup .popup-aktuelles .content-text {
      padding: 25px;
  }
  #popup .popup-aktuelles .close {
    right: 30px;
    top: 30px;
  }
  .telefontabelle table td {
    padding: 20px 10px;
  }
  #header .hamburger {
    right: 25px;
  }
  .jobs {
    padding: 0 25px;
    width: calc(100vw - 50px);
  }
}


@media (max-width: 450px) {
  #footer .footer_links .rte {
    grid-row-gap: 10px;
    grid-template-columns: repeat(1,1fr);
    text-align: center;
  }
  #footer .footer_links .rte p {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer_links .rte p:nth-child(4) {
    grid-row: 2;
  }
  #footer .footer_links .rte p:nth-child(5) {
    grid-row: 5;
  }

  #footer .footer_links .rte p:nth-child(7) {
    grid-row: 3;
  }
  #footer .footer_links .rte p:nth-child(8) {
    grid-row: 6;
  }
}





.mapLeaflet {
  display: none;

}

/*++++++++++++
Map 
++++++++++++*/
#map {
  height: 60vh;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgb(87 87 86 / 50%);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0px;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1 !important;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(../../files/layout/css/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../files/layout/css/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../../files/layout/css/images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 10px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  width: 190px !important;
  text-align: center;
}
.leaflet-popup-content strong {
  font-weight: normal;
  font-family: var(--second-font-family);
}
.leaflet-popup-content .route {
  text-decoration: underline;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;

  margin: -10px auto 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: '';
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.mapLeaflet .cms-block-container{
  padding: 0px !important;
}







.hamburger {
  /* position: absolute; */
  right: 50px;
  font: inherit;
  position: sticky;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 40px;
  /* margin: 2em; */
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
  width: 40px;
  height: 4px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger.is-active .hamburger-box {
  width: 40px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
  opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
  opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(90deg);
  background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(-90deg);
  background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle
}

.hamburger--header .hamburger-inner,
.hamburger--header .hamburger-inner:after,
.hamburger--header .hamburger-inner:before,
.hamburger--header.is-active .hamburger-inner,
.hamburger--header.is-active .hamburger-inner:after,
.hamburger--header.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger--header.hamburger--elastic .hamburger-inner,
.hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--header:hover {
  opacity: 1
}

.hamburger-wrap {
  text-align: center
}

.hamburger--accessible {
  display: inline-block
}

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle
}

.hamburger--accessible .hamburger-inner,
.hamburger--accessible .hamburger-inner:after,
.hamburger--accessible .hamburger-inner:before,
.hamburger--accessible.is-active .hamburger-inner,
.hamburger--accessible.is-active .hamburger-inner:after,
.hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase
}

.hamburger-label-hidden {
  display: none
}

.name {
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  padding-top: 2em;
  color: #1A1A1A
}

.information-directions {
  font-size: 14px;
  width: 100%
}

.browsers,
.types {
  padding-left: 0;
  list-style: none
}

.browsers li,
.types li {
  margin-bottom: .25em
}

.browsers {
  padding-left: 1em;
  column-count: 2
}

.hint {
  display: none;
  margin-bottom: 1em
}

.hint.is-visible {
  display: block
}

@media only screen and (min-width:320px) {
  .browsers {
    column-count: 2
  }
}

@media only screen and (min-width:480px) {
  .types {
    column-count: 2
  }

  .browsers {
    column-count: 3
  }
}

@media only screen and (min-width:632px) {
  .information-directions {
    font-size: 15px
  }
}

#carbonads {
  padding-top: 20px;
  padding-bottom: 32px
}

#carbonads a {
  text-decoration: none
}

#carbonads>span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto
}

.carbon-wrap {
  position: relative;
  display: table;
  width: 100%
}

.carbon-img,
.carbon-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}

.carbon-img {
  background-color: #1A1A1A
}

.carbon-img img {
  display: block
}

.carbon-text {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 15px
}

.carbon-poweredby {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130px;
  text-align: center;
  color: #999
}

@media only screen and (min-width:1280px) {
  #carbonads {
    position: absolute;
    top: 45px;
    right: 30px;
    padding-top: 0;
    padding-bottom: 0
  }
}
