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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width: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%}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*No IE-support*/
.no-support{
  overflow: hidden;
  height: 100vh;
  -ms-scroll-limit: 0 0 0 0;
  -ms-overflow-style: none;
 }

 .no-support:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(18, 21, 23, 0.9);
  z-index: 999999;
 }

 .ie-error{
  position: absolute;
  top: 25px;
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
 }

 .ie-error > div{
  color: #FFF;
  width: 100%;
  pointer-events: auto;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  max-width: 500px;
  text-align: center;
  padding: 25px;
  font-size: 24px;
 }

 .ie-error > div a{
  display: block;
  text-align: center;
  margin: 25px;
 }

/*Allgemeines*/
html{
  overflow-x: hidden;
  padding-bottom: 0px;
  height: auto;
  min-height: auto;
}

body {
  font-family: Segoe UI, helvetica, arial;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  max-width: 1920px;
  margin: auto;
}

.d-none-important{
  display: none !important;
}

button{
  font-family: Segoe UI, helvetica, arial;
}

.widget.error{
  border: 1px solid #394348;
  border-radius: 5px;
  padding: 5px;
}

.widget.error p.error{
  color: #394348;
  margin-top: 0;
}

/*Inputs, Checkboxes*/
/*Checkbox etc.*/
.formbody{
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  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: #394348;
	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 {
    background: #fff;
    border-top: 1px solid #444;
    padding: .3em 1em .3em 1em;
}
/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 16px;
  width: 100%
} 


/* Footer */
#footer{
  position: relative;
  padding-bottom: 14px;
  padding-top: 20px;
}

#footer h2{
  color: #009FE3;
}

#footer .inside{
  display: flex;
  justify-content: space-around;
  margin: 0 30px;
}

#footer .inside > div:last-child{
  justify-content: flex-end;
}

#footer .image_container img{
  object-fit: contain;
}
#footer .block{
  overflow: visible;
}
#footer .ce_image, #footer .text_anschrift,
#footer .text_oeffnung{
  padding-right: 20px;
}
#footer .footerlogo img{
  object-fit: contain;
  max-height: 150px;
  padding: 20px 0;
}
#footer .ce_text{
  display: flex;
  margin-bottom: 20px;
}
#footer .ce_text h3{
  color: #009FE3;
  font-size: 20px;
}
#footer .telefon{
  
}
#footer .footertext{
  padding-left: 20px;
}
#footer p{
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 5px;
}
#footer h3{
  margin-top: 0;
}
.footerinfo {
  display: flex;
  justify-content: space-around;

}
.footerinfo .ce_text {
  padding-left: 40px;
}

/*Hauptteil*/
#main>.inside{
  min-height: 0px;
  background-image: url('https://ausbildung.wilhelm-fischer.de/files/ausbildung/ausbildung_background_mit_rakete.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}
#article-1,
#article-7 {
  margin: 0 100px;
  padding-top: 100px;
}

p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 30px;
}
a {
  color: #FFF;
}
h2 {
  color: #009FE3;
  font-size: 60px;
  margin-right: 20px;
  line-height: 100px;
  margin-top: 50px;
}
h1 {
  font-size: 110px;
  line-height: 100px;
  margin-top: 30px;
}
.ueberschrift {
  display: flex;
  flex-direction: row;
}
.logo_fischer {
  top: 50px;
  right: 100px;
  width: 250px;
}
.ce_text,
.joboffers-block {
  width: 70%;
}
.ce_player {
  width: 70%;
}
.bite-jobs-list .bite-jobs-list--entry {
  position: relative;
  background-color: transparent !important;
  padding:0 !important;
  margin-top: 50px;
}
.ce_accordionSingle .ui-accordion-header {
  background-color: #009FE3;
  padding: 20px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
  cursor: pointer;
}
.bite-jobs-list .bite-jobs-list--entry--title {
  background-color: #009FE3;
  padding: 20px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
}
.bite-jobs-list .bite-jobs-list--entry--details {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 75px;
  background-color: #009FE3;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.ce_accordionSingle .ui-state-active.ui-accordion-header .ui-icon {
  transform: rotateX(0deg)
}
.ce_accordionSingle .ui-accordion-header .ui-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='35' cy='35' r='35' fill='%23fff'/%3E%3Cpath id='Pfad_1338' data-name='Pfad 1338' d='M4436,579.334l10-10,10,10' transform='translate(-4411 -540.333)' fill='none' stroke='%23009fe3' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E");
  height: 70px;
  width: 70px;
  position:absolute;
  left: calc(70% - 120px);
  transform: rotateX(180deg);
}
.bite-jobs-list .bite-jobs-list--entry.close::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='35' cy='35' r='35' fill='%23fff'/%3E%3Cpath id='Pfad_1338' data-name='Pfad 1338' d='M4436,579.334l10-10,10,10' transform='translate(-4411 -540.333)' fill='none' stroke='%23009fe3' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  transform: rotate(90deg);
  top: 10px;
  width: 53px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid transparent;
  display: none;
}
.bite-jobs-list .bite-jobs-list--entry.open::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='35' cy='35' r='35' fill='%23fff'/%3E%3Cpath id='Pfad_1338' data-name='Pfad 1338' d='M4436,579.334l10-10,10,10' transform='translate(-4411 -540.333)' fill='none' stroke='%23009fe3' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  top: 10px;
  width: 53px;
  transform: rotate(90deg);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  display: none;
}
.ce_accordionSingle .accordion div div {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  padding: 0;
}
.ce_accordionSingle .accordion .dauer strong,
.ce_accordionSingle .accordion .schulart strong {
  font-size: 25px;
}
.ce_accordionSingle .accordion .dauer {
  background-color: #009FE3;
  padding: 20px;
  border-radius: 10px;
}
.ce_accordionSingle .accordion .schulart {
  background-color: #009FE3;
  padding: 20px;
  grid-column: 2 / 4;
  border-radius: 10px;
}

.button_bewerben {
  position: absolute;
  top: 250px;
  right: 120px;
  height: 200px;
  width: 200px;
}
.widget.widget_odd {
  width: 50%;
  float: left;
}
.widget_odd .select:not(.select-hidden),
.widget_even .select:not(.select-hidden),
.widget_even fieldset,
.widget_odd fieldset {
  width: calc(100% - 40px);
  margin-bottom: 20px;
  border-radius: 5px;
}
.widget_even textarea,
.widget_odd textarea,
.widget_even input,
.widget_odd input{
  width: calc(100% - 80px);
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.widget.widget_even {
  width: 50%;
  float:right;
}
.widget_odd.widget-checkbox {
  width: calc(100% - 168px);
}
.widget_even.widget-submit {
  width: 130px;
  float: left;
}
.ce_form {
  margin-bottom: 50px;
}
.ce_form .widget ::placeholder {
  color: rgb(0 159 227 / 50%);
  font-weight: bold;
}
.ce_form .message h2 {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 45px;
}
.ce_form .message h3 {
  font-size: 33px;
}
select, input, textarea {
  padding: 20px;
}
select:focus {
  border: 0px solid transparent;
  margin-bottom: 100px;
}
option li {
  border-radius: 5px;
  padding: 20px;
}
.blaubold {
  margin-bottom: 5px;
  font-weight: bold;
  color:#009FE3;
}
.ce_text ul {
  margin-top: 0;
}
.ce_text ul li {
  padding-left: 5px;
  min-height: 25px;
}
.ce_text ul li::marker {
  content: url("data:image/svg+xml,%3Csvg id='Gruppe_1506' data-name='Gruppe 1506' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='17.006' viewBox='0 0 17 17.006'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Pfad_1303' data-name='Pfad 1303' d='M0,9.136H17V-7.87H0Z' transform='translate(0 7.87)' fill='%23009fe3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_1505' data-name='Gruppe 1505' clip-path='url(%23clip-path)'%3E%3Cg id='Gruppe_1504' data-name='Gruppe 1504' transform='translate(0 0)'%3E%3Cpath id='Pfad_1302' data-name='Pfad 1302' d='M3.353.164a8.55,8.55,0,0,0-5.08,3.911,8.637,8.637,0,0,0-.856,2.031,8.512,8.512,0,0,0,0,4.514,8.621,8.621,0,0,0,.856,2.029A8.484,8.484,0,0,0-.4,14.372,8.62,8.62,0,0,0,1.321,15.7a8.5,8.5,0,0,0,2.031.858,8.512,8.512,0,0,0,4.514,0,8.545,8.545,0,0,0,5.943-5.94,8.571,8.571,0,0,0,0-4.514,8.558,8.558,0,0,0-.86-2.031A8.541,8.541,0,0,0,7.867.164a8.512,8.512,0,0,0-4.514,0m1.3,13.447V9.294H.336V7.463H4.651V3.141h1.83V7.463H10.8v1.83H6.482v4.318Z' transform='translate(2.888 0.141)' fill='%23009fe3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ce_accordionSingle {
  margin: 35px 0;
}
.ce_accordionSingle .ui-accordion-content div {
  padding-top: 75px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.widget_odd.widget-checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 3px;
  margin: 0;
}
.widget-checkbox label {
  color: #fff;
}
fieldset {
  border: none;
}
fieldset span {
  display: flex;
}
fieldset span label {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
}
input[type=file] {
  background-color: #fff;
  height: 150px;
}
button {
  border: none;
  color: #fff !important;
  background-color: #009FE3;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
}
.widget input[type='checkbox']:checked,
.widget input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

.widget input[type='checkbox'] + label {
  cursor: pointer;
  font-size: 16px;
}
.widget input[type='checkbox']:checked + label::before,
.widget input[type='checkbox']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    border-radius: 5px;
    border: 2px solid #009FE3;
    background: white;
    margin-right: 5px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}
.widget input[type='checkbox']:hover  + label::before {
  background: #7FCFF1;
  box-shadow: inset 0 0 0 2px white;
}

.widget input[type='checkbox']:checked  + label::before {
  background:#009FE3;
  box-shadow: inset 0 0 0 2px white;
}
#file-upload-button {
  opacity: 0;
}
.ce_text.blaubold {
  display: flex;
  flex-direction: row;
  margin-left: 100px;
  margin-top: 25px;
}
.ce_text.blaubold a {
  margin-right: 25px;
  color: #009FE3;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: rgb(0 159 227 / 50%);
  font-weight: bold;
}
.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  border-radius: 5px;
}
.select-styled:after {
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: rgb(0 159 227 / 50%) transparent transparent transparent;
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
}
.select-styled:active:after, .select-styled.active:after {
      top: 15px;
      border-color: transparent transparent rgb(0 159 227 / 50%) transparent;
}
.select-options {
  display: none; 
  position: absolute;
  top: 77px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-options li {
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color:#009FE3;
  color: #fff;
  height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: rgb(0 159 227 / 50%);
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li:first-child {
  display: none;
}
.widget .fineuploader-container {
  display: none;
}
.widget .fineuploader-wrapper .qq-upload-button {
  color: rgb(0 159 227 / 50%);
  background-color: transparent;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  border: 0.5px solid rgb(0 0 0 / 10%);
  width: calc(100% - 60px);
}
.widget .fineuploader-wrapper {
  height: 185px;
  background-color: #fff;
  border-radius: 5px;
  width: calc(100% - 40px);
}

#header .navigation {
  display: none;
}
#header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
}
#header.open {
  background-color: rgb(255 255 255 / 50%);
  width: 100vw;
  height: 100vh;
}
#header.open .navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #fff;
  height: 100px;
  padding-left: 100px;
  width: calc(100vw - 250px);
  padding-right: 150px;
}
#header .navigation p,
#header .navigation a {
  color: #009FE3;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
}

#infotermine {
  margin: 0 100px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 25px;
}
#infotermine h2 {
  grid-column: 1 / 4;
  margin-bottom: 0;
}
#infotermine .ort {
  grid-column: 2 / 4;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#infotermine .zeit {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#infotermine p{
  padding: 10px 20px;
  color: #009FE3;
  margin-bottom: 0;
  font-weight: bold;
}
#infotermine div p:first-child {
  padding-top: 20px;
}
#infotermine div p:last-child {
  padding-bottom: 20px;
}

#einblicke {
  margin: 0 100px;
}
#einblicke h2:nth-child(2) {
  color: #fff;
}
.ce_gallery {
  margin: 0 100px;
}
.ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 20px;
}

#kontakt.ueberschrift {
  margin: 0 100px;
  flex-direction: column;
}
#kontakt.ueberschrift h2:first-child {
  margin-bottom: 0;
}
#kontakt.ueberschrift h2:last-child {
  margin-top: 0px;
  color: #fff;
}
.kontakt_gallery {
  margin: 0;
  padding: 0 100px;
  padding-bottom: 100px;
  border-bottom: 25px solid #009FE3;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 25px;
}

#ansprechpartner {
  position: relative;
  width: auto;
}
#ansprechpartner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#ansprechpartner div:hover  {
  top: 0;
}
#ansprechpartner figure{
  height: 100%;
  width: 100%;
}

#ansprechpartner div {
  background-color: rgba(0, 62, 101, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  top: 82%;
  height: 100%;
  color: #FFF;
  -webkit-transition: top .8s;
  transition: top .8s;
  z-index: 98;
  padding: 10px 20px;
}
.mail_ausbildung {
  cursor: pointer;
  color: #009FE3;
  text-decoration: underline;
  font-weight: bold;
}

.ce_text ul li .open-popup {
  margin-bottom: 0;
  color: #009FE3;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/*Popup  Gehalt */
#popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255 255 255 / 50%);
  top: 0;
  z-index: 100;
}
#popup .inside {
  background-color: #fff;
  width: calc(100vw - 400px);
  margin: auto;
  height: calc(60vh - 200px);
  margin-top: 20vh;
  padding: 100px;
  border-radius: 10px;
  position: relative;
}
#popup .inside .ce_text {
  width: auto;
}
#popup .inside h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
#popup .inside .tabelle {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  width: 90%;
    margin: auto;
    margin-top: 75px;
}
#popup .inside p,
#popup .inside strong {
  color: #009FE3;
  text-align: center;
}
#popup .inside .tabelle p {
  padding-top: 20px;
}
#popup .inside .tabelle p:nth-child(1),
#popup .inside .tabelle p:nth-child(2),
#popup .inside .tabelle p:nth-child(3),
#popup .inside .tabelle p:nth-child(4) {
  border-bottom: 2px solid #009FE3;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#popup .inside h3 {
  color: #009FE3;
  font-weight: normal;
  font-weight: 30px;
}
#popup .close-popup {
  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='%23009FE3'/%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='%23009FE3'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  cursor: pointer;
  right: 25px;
    top: 25px;
    height: 30px;
}
#bewerbungsformular, #kontakt.ueberschrift {
  margin-top: 100px;
}
#kontakt h2 {
  line-height: 80px;
}


@media (min-width: 1475px){
  .button_bewerben {
    right: 175px; 
  }

}
@media (max-width: 1475px){
  .kontakt_gallery {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 1300px){
  .button_bewerben {
    top: 200px;
    right: 100px;
  }
  
}
@media (max-width: 1200px){
  .ueberschrift {
    width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 1120px){
  .button_bewerben {
    top: 170px;
    right: 75px;
    width: 175px;
    height: 175px;
  }
  #infotermine {
    width: auto;
  }
  #ansprechpartner div {
    top: 77%;
  }
}
@media (max-width: 978px){
  #main > .inside {
    background-image: url('https://ausbildung.wilhelm-fischer.de/files/ausbildung/mobil_background.png');
  }
  .ueberschrift {
    flex-direction: column;
    margin-top: 150px;
  }
  .ueberschrift h2 {
    margin: 0;
  }
  .ueberschrift h1 {
    margin-top: 0;
  }
  .button_bewerben{
    top: 150px;
  }
  .ce_player {
    width: 100%;
  }
  .ce_text {
    width: 100%;
  }
  .ce_accordionSingle .ui-accordion-header .ui-icon{
    left: calc(100% - 200px);
  }
  .joboffers-block {
    width: 100%;
  }
  .widget.widget_even,
  .widget.widget_odd {
    width: 100%;
    float:none;
  }
  .widget_odd .select:not(.select-hidden), .widget_even .select:not(.select-hidden), .widget_even fieldset, .widget_odd fieldset {
    width: 100%;
  }
  .widget_even textarea, .widget_odd textarea, .widget_even input, .widget_odd input {
    width: calc(100% - 40px);
  }
  .widget .fineuploader-wrapper {
    width: auto;
  }
  #einblicke, #kontakt.ueberschrift {
    margin-top: 100px;
  }
  .ce_gallery ul {
    grid-template-columns: repeat(3,1fr);
  }
  .kontakt_gallery ul {
    grid-template-columns: repeat(2,1fr);
  }
  #header.open .navigation  {
    height: calc(100vh - 100px);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100vw - 100px);
  }
  #header.open .navigation a {
    padding: 20px 0;
    font-size: 25px;
  }
  .hamburger-inner {
    height: 35px !important;
    width: 35px !important;
  }
  #popup .inside {
    width: calc(100vw - 300px);
    height: calc(60vh - 100px);
    padding: 50px;
  }
}

@media (max-width: 700px){
  #article-1 {
    margin: 0 50px;
    padding-top: 100px;
  }
  .logo_fischer {
    width: 150px;
    right: 75px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h1 {
    font-size: 80px;
    line-height: 60px;
  }
  .button_bewerben {
    height: 120px;
    width: 120px;
    top: 110px;
  }
  .ce_accordionSingle .ui-accordion-header .ui-icon {
    left: calc(100% - 125px);
    height: 40px;
    width: 40px;
    margin-top: 30px;
  }
  .ce_accordionSingle .ui-accordion-content div{
    padding-top: 50px;
  }
  .ce_accordionSingle .ui-accordion-header{
    margin-top: 25px;
  }
  #infotermine {
    margin: 0 50px;
  }
  #infotermine h2 {
    margin-bottom: 20px;
  }
    #kontakt.ueberschrift {
    margin-bottom: 20px;
  }
  #einblicke, #kontakt.ueberschrift {
    margin: 50px;
  }
  #kontakt.ueberschrift {
    margin-bottom: 20px;
  }
  .ce_gallery {
    margin: 0 50px;
  }
  .ce_gallery ul {
    grid-template-columns: repeat(2,1fr);
  }
  .kontakt_gallery {
    margin: 0;
    padding: 0 50px;
    grid-template-columns: repeat(1,1fr);
    padding-bottom: 100px;
  }
  .ce_accordionSingle .accordion div div {
    grid-template-columns: repeat(1,1fr);
  }
  .ce_accordionSingle .accordion .schulart {
    grid-column: 1;
  }
  .ce_accordionSingle .accordion div div .dauer {
    margin-bottom: 0;
  }
  #popup .inside {
    width: calc(100vw - 150px);
    height: max-content;
    padding: 25px;
  }
  .ce_form .message h2 {
    font-size: 30x;
    line-height: 32px;
  }
  .ce_form .message h3 {
    font-size: 25px;
  }
  #kontakt h2 {
    line-height: 45px;
  }
  .ce_text.blaubold {
    margin-left: 50px;
  }
}
@media (max-width: 500px){
  #article-1 {
    margin: 0 25px;
    padding-top: 50px;
  }
  .ce_accordionSingle .ui-accordion-header .ui-icon{
    margin-top: 10px;
    left: calc(100% - 75px)
  }
  #header.open .navigation  {
    height: calc(100vh - 75px);
    padding-top: 75px;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100vw - 50px);
  }
  .select-options li {
    height: max-content;
  }
  .ce_accordionSingle .ui-accordion-header {
    font-size: 16px;
    padding-right: 50px;
    word-break: break-word;
  }
  .ce_accordionSingle .ui-accordion-content div {
    padding-left: 0;
    padding-right: 0;
  }
  .button_bewerben {
    right: 40px;
    height: 150px;
    width: 150px;
  }
  #infotermine {
    margin: 0 25px;
    grid-column-gap: 15px;
  }
  #einblicke, #kontakt.ueberschrift {
    margin: 50px 25px 25px;
    width: auto;
  }
  .ce_gallery {
    margin: 0 25px;
  }
  .ce_gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
  .ce_gallery ul li figure {
    display: flex;
    justify-content: center;
  }
  .kontakt_gallery {
    margin: 0;
    padding: 0 25px;
    padding-bottom: 100px;
  }
  .kontakt_gallery ul li figure {
    display: block;
  }
  .kontakt_gallery ul li figure img {
    width: 100%;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  #popup .inside .tabelle {
    grid-template-columns: repeat(2,1fr);
    margin-top: 10px;
    width: 100%;
  }
  #popup .inside .tabelle p:nth-child(5),
  #popup .inside .tabelle p:nth-child(6) {
    grid-row: 2;
  }
  #popup .inside .tabelle p:nth-child(1), #popup .inside .tabelle p:nth-child(2), #popup .inside .tabelle p:nth-child(3), #popup .inside .tabelle p:nth-child(4) {
    padding-bottom: 10px;
  }
  #popup .inside .tabelle p {
    padding-top: 10px;
    margin-bottom: 0;
  }
  #popup .inside {
    margin-top: 25px;
    height: calc(100vh - 100px);
    width: calc(100vw - 100px);
  }
  #popup .inside h2 {
    font-size: 22px;
  }
  #bewerbungsformular, #kontakt.ueberschrift {
    margin-top: 50px;
  }
  .ce_text.blaubold {
    margin-left: 25px;
  }
}
@media (max-width: 390px){
  .logo_fischer {
    right: auto;
  }
  .button_bewerben {
    top: 100px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #ansprechpartner div {
    top: 68%;
  }
}


.hamburger {
  position: fixed;
  right: 15px;
  top: 0;
  font: inherit;
  z-index: 11;
  display: inline-block;
  overflow: visible;
  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 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.082' height='52.081' viewBox='0 0 52.082 52.081'%3E%3Cpath id='Vereinigungsmenge_2' data-name='Vereinigungsmenge 2' d='M42.368,50.162,25,32.794,7.633,50.162a3,3,0,0,1-4.243,0L-.163,46.608a3,3,0,0,1,0-4.243L17.2,25-.161,7.633a3,3,0,0,1,0-4.243L3.391-.162a3,3,0,0,1,4.243,0L25,17.2,42.366-.162a3,3,0,0,1,4.243,0L50.161,3.39a3,3,0,0,1,0,4.243L32.8,25,50.162,42.366a3,3,0,0,1,0,4.243L46.61,50.162a3,3,0,0,1-4.243,0Z' transform='translate(1.041 1.041)' fill='%23009fe3'/%3E%3C/svg%3E%0A");
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner  {
  width: 40px;
  height: 40px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_1641' data-name='Gruppe 1641' xmlns='http://www.w3.org/2000/svg' width='70' height='47.265' viewBox='0 0 70 47.265'%3E%3Crect id='Rechteck_616' data-name='Rechteck 616' width='70' height='8' rx='3' fill='%23009fe3'/%3E%3Crect id='Rechteck_617' data-name='Rechteck 617' width='50' height='8' rx='3' transform='translate(20 19.632)' fill='%23009fe3'/%3E%3Crect id='Rechteck_618' data-name='Rechteck 618' width='30' height='8' rx='3' transform='translate(40 39.265)' fill='%23009fe3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}



.hamburger-inner:before {
  top: -12px
}

.hamburger-inner:after {
  bottom: -12px
}

.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-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--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-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--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-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--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-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--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}


.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-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--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-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--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-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-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--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-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--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-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--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
  }
}
.klaro .cookie-modal,
.klaro .cookie-notice {
  font-size: 14px
}

.klaro .cookie-modal .switch,
.klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider {
  background-color: #0885BA
}

.klaro .cookie-modal .cm-app-input.required:checked+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input.required:checked+.cm-app-label .slider {
  opacity: 0.8;
  background-color: #7FCFF1;
  cursor: not-allowed
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19)
}

.klaro .cookie-modal .cm-app-input,
.klaro .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px
}

.klaro .cookie-modal .cm-app-label .slider,
.klaro .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  display: inline-block
}

.klaro .cookie-modal .cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s
}

.klaro .cookie-modal .cm-app-label .slider.round,
.klaro .cookie-notice .cm-app-label .slider.round {
  border-radius: 30px
}

.klaro .cookie-modal .cm-app-label .slider.round:before,
.klaro .cookie-notice .cm-app-label .slider.round:before {
  border-radius: 50%
}

.klaro .cookie-modal .cm-app-label input:focus+.slider,
.klaro .cookie-notice .cm-app-label input:focus+.slider {
  box-shadow: 0 0 1px #0885BA
}

.klaro .cookie-modal .cm-app-label input:checked+.slider:before,
.klaro .cookie-notice .cm-app-label input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}

.klaro .cookie-modal .cm-app-input:focus+.cm-app-label .slider,
.klaro .cookie-notice .cm-app-input:focus+.cm-app-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19)
}

.klaro .cookie-modal .cm-app-input:checked+.cm-app-label .slider:before,
.klaro .cookie-notice .cm-app-input:checked+.cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19)
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #ffffff;
  text-decoration: underline;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  font-family: inherit;
  color: #eee
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  padding-left: 4px;
  vertical-align: middle
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  background: #555;
  color: #eee;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5
}

.klaro .cookie-modal .cm-btn.cm-btn-sm,
.klaro .cookie-notice .cm-btn.cm-btn-sm {
  padding: 0.4em;
  font-size: 1em
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #003E65
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #0885BA
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #0885BA
}

.klaro .cookie-modal .cm-btn.cm-btn-right,
.klaro .cookie-notice .cm-btn.cm-btn-right {
  float: right;
  margin-left: 0.5em;
  margin-right: 0
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 99999999999;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0
}

.klaro .cookie-modal .cm-modal {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #003E65;
  color: #eee
}

@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto
  }
}

.klaro .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee
}

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  content: " ";
  display: table
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  clear: both
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: center
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999
}

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: 0.8em;
  color: #999
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999
}

.klaro .cookie-notice {
  background: #003E65;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0
}

@media (min-width: 990px) {
  .klaro .cookie-notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 350px
  }
}

@media (max-width: 989px) {
  .klaro .cookie-notice {
    border: none;
    border-radius: 0
  }
}

.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0
}

.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em
}

.klaro .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline
}

.klaro .cookie-notice .cn-body .cn-learn-more {
  display: inline-block
}

.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0
}

.klaro .cookie-notice-hidden {
  display: none !important
}
