/*
Theme Name: Kinopolis - Theme Karriere 2019
Author: Florian Roscher // powerMedia GmbH
Version: 2.0
License: GNU General Public License



/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}


/* Allgemeine Einstellungen
-------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 17px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #4a4a4a;
  /* overflow: hidden; */
}

img {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

strong {
  color: inherit;
}

.intro {
  overflow: hidden;
}

.color-gradient-lightgrey.premium {
  background: #f4f1ec;
}


.has-text-primary {
  color: #bd0d0d !important;
}

.color-1 {
  background: #e30613;
  color: #fff;
}

.color-2 {
  background: #bd0d0d;
  color: #fff;
}

.color-3 {
  background: #000;
  color: #fff;
}

.color-3 a {
  color: #fff;
}
.color-3 a:hover {
  border-color: #fff;
}

.color-lightgrey {
  background: #f4f4f4;
  color: #4a4a4a;
}

.color-gradient-lightgrey {
  background: linear-gradient(to right, #ededed 0%, #ffffff 50%, #ececec 100%);
  background: -webkit-linear-gradient(
    to right,
    #ededed 0%,
    #ffffff 50%,
    #ececec 100%
  );
  color: #4a4a4a;
}

.color-gradient-red {
  background: rgb(80, 8, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(80, 8, 0, 1) 0%,
    rgba(192, 13, 13, 1) 47%,
    rgba(80, 8, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(80, 8, 0, 1) 0%,
    rgba(192, 13, 13, 1) 47%,
    rgba(80, 8, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(80, 8, 0, 1) 0%,
    rgba(192, 13, 13, 1) 47%,
    rgba(80, 8, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500800",endColorstr="#500800",GradientType=1);
  color: #fff;
}

.color-darkgrey {
  background: #131313;
  color: #fff;
}

.color-darkred2 {
  background: #6a0e00;
  color: #fff;
}

.color-black {
  background: #000;
  color: #fff;
}

.color-white {
  background: #fff;
  color: #4a4a4a;
}

.color-darkgrey .btn a {
  background: #fff;
  color: #5b5b5b;
}

.bg-dotted {
  background-color: #bd0d0d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 90 90'%3E%3Ccircle fill-opacity='0.47' fill='%238f1818' cx='45' cy='45' r='30'/%3E%3Cg fill='%23800' fill-opacity='0.47'%3E%3Ccircle cx='0' cy='90' r='32'/%3E%3Ccircle cx='90' cy='90' r='32'/%3E%3Ccircle cx='90' cy='0' r='32'/%3E%3Ccircle cx='0' cy='0' r='32'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
}

.bg-mountain {
  background-color: #bd0d0d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23d7040c' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23c1060a' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23ab050c' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23900307' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%238f080e' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23c30408' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23650b0f' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23a2050a' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23600708' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%238e0308' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%231f1111' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23b40309' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-size: cover;
  color: #fff;
}

.bg-cheese {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23fcfcfc' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f9f9f9' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f5f5f5' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23f2f2f2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23efefef' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23efefef' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23eeeeee' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23eeeeee' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23ededed' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ededed' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

.bg-footer {
  background-image: url(https://jobs.kinopolis.de/wp-content/uploads/2019/02/Unbenannt.jpg);
  background-position: 50%;
  background-size: cover;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg-footer:after {
  content: "";
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.39959733893557425) 0%,
    rgba(0, 0, 0, 1) 60%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.39959733893557425) 0%,
    rgba(0, 0, 0, 1) 60%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.39959733893557425) 0%,
    rgba(0, 0, 0, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: hard-light;
}
.bg-footer > .container {
  z-index: 9999;
}

.color-1 .btn a {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.color-1 .btn a:hover {
  background: #fff;
  color: #bd0d0d;
  border-color: #fff;
}

.btn a {
  min-width: 200px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #4a4a4a;
  transition: 0.2s ease-in-out;
}

.btn a:hover {
  background: #bd0d0d;
  border: 1px solid #fff;
  color: #fff;
}

iframe {
  display: block;
}

.section {
  padding: 2.5rem 1.5rem;
      z-index: 1;
}

.section.copyright {
  padding: 2rem 1.5rem;
}

.job-offer.premium h1,
.job-offer.premium .column.is-8 li:before,
.premium.apply-form h2,
.premium h2,
.premium.infos li:before,
.premium .option-prelabel {
  color: #3e1f20;
}


.premium .toggle-btn {
  background: linear-gradient( to right, #3e1f20 1%, #3e1f20 100% );
}

.premium .toggle-btn:hover:before, 
.premium .toggle-btn.is-active:before {
  background: black;

}
.premium div.btn,
.premium a.btn,
.premium.apply-form button,
.premium.job-offer button, 
.premium button#apply, 
.premium #jobufo-button a, 
.premium input[type="submit"],
.premium #addfield {
    color: #3e1f20;
    border: 2px #3e1f20 solid;
}
.premium.apply-form button:hover,
.premium a.btn:hover, 
.premium div.btn:hover, 
.premium.job-offer button:hover, 
.premium button#apply:hover, 
.premium #jobufo-button a:hover, 
.premium input[type="submit"]:hover {
    background: #3e1f20;
    color: #fff;
}

.color-gradient-red.premium {
    background: linear-gradient( 90deg, #000 0%, #3e1f20 47%, #000 100% );
}

.premium .input:focus, .premium .input.is-focused, .premium .input:active, .premium .input.is-active, .premium .textarea:focus, .premium .textarea.is-focused, .premium .textarea:active, .premium .textarea.is-active, .premium .select select:focus, .premium .select select.is-focused, .premium .select select:active, .premium .select select.is-active {
    border-color: #3e1f20;
    box-shadow: 0 0 0.125em #3e1f20;
    outline: none;
}

.premium input:focus, .premium select:focus, .premium textarea:focus {
  border: 1px solid #3e1f20;
}

.premium input[type="checkbox"]:checked + span::before,
.premium.cor input[type="radio"]:checked + span::before {
  background: #3e1f20;
  border-color: #3e1f20;
} 

.premium .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3e1f20;
}

/* typography
-------------------------------------------------------------- */

h1,
h2 {
  letter-spacing: -0.15px;
  transform: scale(1, 0.95);
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
  color: #bd0d0d;
  font-weight: 600;
}

.bg-mountain h2,
.color-3 h2,
.color-2 h2,
.color-gradient-red h2 {
  color: #fff;
}

.job-offer h3 {
  font-size: 1rem;
  font-weight: 600;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

h3.big {
  font-size: 2rem;
}

a {
  color: #4a4a4a;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  -ms-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  padding: 1px 0;
}

a:hover {
}

.select {
  width: 100%;
}

.select:not(.is-multiple) {
  height: 45px;
}
.select:not(.is-multiple) select {
  height: 100%;
}

p,
h1,
h2,
h3 {
  margin: 0.6rem 0;
}
div.btn,
a.btn,
.apply-form button,
.job-offer button,
button#apply,
#jobufo-button a,
input[type="submit"] {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0.5rem 0;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #bd0d0d;
  border: 2px #bd0d0d solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  background: none;
  cursor: pointer;
  transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -webkit-transition: 0.2s linear all;
  font-size: 14px;
  width: 100%;
  text-decoration: none !important;
}

input[type="submit"]:focus {
  border: 2px #bd0d0d solid;
}

button#apply.is-active {
  padding-right: 33px;
}
div.btn:hover,
a.btn:hover,
button:hover,
button#apply:hover,
#jobufo-button a:hover,
input[type="submit"]:hover {
  background: #bd0d0d;
  color: #fff;
}

a.btn:hover,
button:hover,
button#apply {
  position: relative;
}


.is-warning a.btn {
  border: 2px solid #4a4a4a;
}
.is-warning a.btn:hover {
  background:#4a4a4a;
}

.is-danger a.btn {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.is-danger a.btn:hover {
    background: #fff;
    color: #ff3860;
}

a.tel {
  font-size: 2rem;
}

.single-job button {
  margin: 0;
}

.aniview {
  opacity: 0;
}

/* Layout Styles
-------------------------------------------------------------- */

.center-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-items {
  display: flex;
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

form:not(.jobboard-filter) .column , #response .column {
  padding: 0.75rem 2.5em;
}

.column {
  padding: 0.75rem 1.3rem;
}

.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 2s;
}

/* header
-------------------------------------------------------------- */

header .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1.5rem;
}

.logo img {
  max-height: 70px;
  display: block;
  padding: 5px 0;
}

.mobile-menu-btn {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 7px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
}

/* Main Menu
-------------------------------------------------------------- */

header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  position: relative;
}

nav {
  position: absolute;
  background: #fff;
  top: 73px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

nav.active {
  display: block;
}

ul.main-menu,
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}

ul.main-menu li,
ul.footer-menu li {
  width: 100%;
}

ul.main-menu a {
  padding: 15px 1.8rem 15px 1.5rem;
  width: 100%;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}

ul.main-menu a.active {
  background: #bd0d0d;
  color: #fff;
}

ul.main-menu ul.sub-menu {
  display: none;
}

ul.main-menu li.menu-item-has-children > a:after {
  content: "";
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  transition: 0.4s;
}

ul.main-menu li.menu-item-has-children > a.active:after {
  content: "";
  transform: rotate(180deg);
  transition: 0.4s;
}

ul.footer-menu > li {
  position: relative;
  padding: 7px 0.5rem 7px 1.7rem;
}

ul.footer-menu > li:before {
  content: "\203A";
  position: absolute;
  left: 0;
}

ul.footer-menu > li > a,
footer a {
  text-decoration: none;
  color: #fff;
}

/* Preset Styles
-------------------------------------------------------------- */
.card {
  box-shadow: none;
  color: inherit;
}

.card.shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1) !important;
}

.card-icon {
  text-align: center;
}

.card-icon-border {
  padding: 20px;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.card-icon i {
  font-size: 3em;
  color: #bd0d0d;
}

.card-icon + .card-content {
  text-align: center;
}

/*.columns.icon-cards {
    display: flex;
    flex-wrap: wrap;
}*/

.columns.icon-cards .column.is-2 {
  width: 100%;
  flex: none;
}

section.icon-cards + section.icon-cards {
  padding-top: 0;
  margin-top: -3rem;
}

.intro,
.img-individuell {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 500px;
}

.intro h4 {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: -0.15px;
  transform: scale(1, 0.95);
}

.intro h4.big span.bg-red {
  display: inline-block;
  background: #e30613;
  padding: 0.5rem;
  color: #fff;
  margin: 0.3rem 0;
}

.intro form.box{
    background-color: rgba(255, 255, 255, .9);
}
.intro form.box input[type="number"]{
 background: none;
}

span.nobr {
  white-space: nowrap;
}

section.intro:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
/*
.img-individuell:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
*/

a.social {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  color: #fff;
  text-decoration: none;
}

div.social {
  padding: 6px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 7px;
  background: #bd0d0d;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #dfdfdf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #434343;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.owl-nav {
  display: none;
}

footer h3,
h2 {
  text-transform: uppercase;
}

/* Stellenanzeige */

.job-offer h1 {
  color: #bd0d0d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}

.job-offer .column.is-12:after {
  content: "";
  width: 100%;
  background: #4a4a4a;
  height: 1px;
  display: block;
  margin-top: 20px;
}

.job-offer h3 {
  color: #4a4a4a;
  margin: 25px 0 8px 0;
}

.job-offer .column.is-8 li {
  position: relative;
  padding-left: 35px;
  margin: 4px 0;
}

.job-offer .column.is-8 li:before {
  position: absolute;
  left: 0;
  content: "\f008";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #bd0d0d;
}

/* Benefits Slider */

.benefits h2 {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 350px;
}
.benefits img.static-img {
  display: none;
}

.benefits-slider {
  margin-top: 2rem;
}

.benefits .slide {
  text-align: center;
}

.benefits .slide img {
  max-width: 80px;
  display: inline-block;
}

/* Testimonial Slider */

.testimonial-content h4 {
  display: inline-block;
  float: right;
  font-weight: 600;
  margin-top: 2rem;
}

/* FAQs */

.faqs h2 {
  text-transform: uppercase;
  margin-top: 0;
}

.faqs .panel h3 {
  font-weight: normal;
  width: 100%;
  padding: 0px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  font-size: 1rem;
}
.faqs .panel h3:after {
  content: "";
  width: 100%;
  height: 1px;
  visibility: visible;
  opacity: 1;
  background: #4a4a4a;
  margin: 8px 0px;
  transition: opacity 0.7s linear;
  display: block;
}

.panel.active h3:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.faqs .panel-content.active:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #4a4a4a;
  margin: 15px 0px 0 0;
}

.panel-content {
  display: none;
  padding: 5px 0px;
}

.panel-content p {
  margin-top: 0;
}

/* Standort */

/*
img.standort-karte {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}*/

.infos li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
}

.infos li p {
  margin: 0;
}

.infos li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #bd0d0d;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

li.adresse:before {
  content: "\f041";
}

li.telefon:before {
  content: "\f095";
}

li.offnungszeiten:before {
  content: "\f017";
}

.tour,
.icon-hardfacts {
  display: none;
}

.anfahrt .column.is-12 > div + div {
  margin-top: 3rem;
}

/* Standort Übersicht */

.ubersicht .columns .card img {
  /* display: none; */
}

.ubersicht .card-content {
  background: #fff;
  padding-bottom: 100px;
}

.ubersicht .card-content p {
  font-style: italic;
}

.card a.btn {
  position: absolute;
  bottom: 14px;
}

.ubersicht .card {
  display: block;
  position: relative;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
}

.ubersicht .card a.btn,
.columns.start-ubersicht-alt .card a.btn {
  width: 89%;
}

.anfahrt h3.public-transport {
  margin-top: 2rem;
}

.anfahrt ul li {
  padding: 0 1.8rem;
  margin: 0.5rem;
  position: relative;
}

.anfahrt ul li:before {
  content: "\f054";
  position: absolute;
  left: 5px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.kontakt-img,
.anfahrt-img,
.standort-img {
  display: none;
}

/* Form Styles */

.apply-form {
  display: none;
}

.apply-form.active {
  background: whitesmoke;
  position: fixed;
  top: 0;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 999;
  /* display: block; */
  /* padding: 3rem 1.5rem; */
  /* background-image: url(https://jobs.kinopolis.de/wp-content/uploads/2019/02/dsc0090lr-enfused-srgb-1.jpg);
  background-size: cover; */
}

.close-button-icon {
    width: 35px;
    height: 35px;
    padding: 3px;
    cursor: pointer;
    margin-right: -6px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.close-button-icon div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80%;
    height: 80%;
}

.close-button-icon:hover {
  background: whitesmoke;
}

#modal-header .close-button-icon {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}
#create-online-resume .close-button-icon {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}

#adduploadfields {
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
}

.hint {
  /* line-height: 1em; */
  line-height: 1.25em;
  font-size: 14px;
}

#adduploadfields fieldset.column.is-half {
  border-bottom: 1px solid #e3e3e3;
}

select {
  cursor: pointer;
}

.apply-form header {
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  background: #fff;
}

.apply-form .logo {
  display: block;
  max-width: 75px;
}

.icon i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 600;
}

.modal {
  padding: 33px 30px !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #bd0d0d;
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active,
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: rgb(189, 13, 13);
  box-shadow: 0 0 0.125em rgb(189, 13, 13);
  outline: none;
}

.apply-form {
  opacity: 1 !important;
}

.form, #response {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
  padding: 30px 0px 40px;
}

#response {
  display: none;
}

fieldset {
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #bd0d0d;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.small-input {
  max-width: 150px;
}

span span a {
  text-decoration: underline;
}

span span a:hover {
  color: #bd0d0d;
}

section.section.apply-form:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff87;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

input,
textarea,
select {
  width: 100%;
  padding: 10px;
  color: #4f4f4f;
  background-image: none;
  border: 1px solid #d3d3d3;
  font-size: 1em;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  background: transparent;
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0px;
}

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:not(:checked) + span::before,
input[type="radio"]:checked + span::before,
input[type="radio"]:not(:checked) + span::before {
  content: " ";
  display: inline-block;
  flex: 0 0 14px;
  height: 14px;
  position: relative;
  top: 3px;
  border: 1px solid #adadad;
  border-radius: 2px;
  margin-right: 11px;
  min-width: 14px;
}

input[type="checkbox"]:checked + span::before {
  background: #bd0d0d;
  border-color: #bd0d0d;
}

input + span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  display: flex;
}

input[type="checkbox"]:checked + span::after {
  content: "";
  left: 5px;
  top: 5px;
  width: 4.6px;
  height: 7.92px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
/* 
input[type="submit"] {
  cursor: pointer;
  color: #4a4a4a;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #4a4a4a;
  max-width: 200px;
  width: 100%;
}
input[type="submit"]:hover {
  background: #ff6822;
  border: 1px solid #ff6822;
  color: #fff;
} */

.open-jobufo {
  margin-top: 15px !important;
}

.apply-form h3 {
  margin-bottom: 2.5rem;
  font-size: 1.45rem;
  font-weight: bold;
  text-align: center;
}
.apply-form h4 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
/* Arbeitgeber: Benefits*/

.columns.benefits-cards {
  flex-wrap: wrap;
}

.columns.benefits-cards .column.is-4 {
  text-align: center;
}

.columns.benefits-cards .column.is-4 img {
  margin-bottom: 1rem;
  max-width: 80px;
}

/* Arbeigerber: Ihre neuen Kollegen */

.kollegen-cards {
  flex-wrap: wrap;
}

.overlay-box {
  padding-bottom: 70px !important;
}

.column.is-4.k-card {
  padding: 0.75rem;
}

.k-card,
.k-card img {
  position: relative;
}

.k-card-title {
  background: #bd0d0d;
  color: #fff;
  padding: 1.5rem;
  margin: -7.5rem 1.5rem 0;
  position: relative;
  cursor: pointer;
  min-height: 170px;
}
.k-card-title .read-more {
  width: 100%;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}

.k-card-content h3,
.k-card-title h3 {
  margin: 0;
  color: #fff;
}

.k-content-hidden {
  display: none;
}

.k-content-hidden h3.title {
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

.k-content-hidden .column.is-12 {
  position: relative;
}

.k-content-hidden span.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999999;
}

.k-content-hidden span.close:before {
  content: "\2715";
  display: block;
  margin-right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
}

.k-card.active .k-content-hidden {
  position: relative;
  display: block;
  left: 0;
  background: #bd0d0d;
  color: #fff;
  top: 0;
  margin-top: -120px;
  padding: 10rem 1.5rem 3rem;
  z-index: 99;
  width: 100%;
}

.k-card.active .k-card-title {
  display: none;
}

.k-card.active img {
  z-index: 999;
}

.column.is-4.k-card img {
  display: block;
  margin: 0 auto;
}

.columns.benefits-cards .column.is-4,
.columns.kollegen-cards .k-card,
.k-content-hidden p + h3 {
  margin-top: 2rem;
}

/* Startseite */

.columns.start-ubersicht-alt {
  flex-wrap: wrap;
}

.columns.start-ubersicht-alt .card {
  padding: 1.5rem;
}

.columns.start-ubersicht-alt img {
  display: none;
}

.toggle-me {
  box-shadow: 0 0 10px #ececec;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0.058823529411764705);
}
.toggle-btn {
  user-select: none;
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  background: #500800; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #500800 1%,
    #c00d0d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #500800 1%,
    #c00d0d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #500800 1%,
    #c00d0d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500800', endColorstr='#c00d0d',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}

.toggle-content {
  padding: 15px;
  background: #fff;
  display: none;
}

.toggle-header {
  position: relative;
  z-index: 3;
}

.toggle-btn:before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transition: width 0.5s ease-in-out;
}

.toggle-btn:hover:before,
.toggle-btn.is-active:before {
  width: 100%;
  background: #9c0c09;
}

.toggle-me {
  margin-bottom: 2px;
}

.toggle-btn:after {
  /* content: ""; */
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  height: 100%;
  width: 45px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.toggle-btn.is-active:after {
  transform: rotate(180deg);
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper {
  border: 1px solid #b5b5b5;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  height: 37px;
}

.datetimepicker-dummy::before,
.datetimepicker-dummy:before {
  top: 0.55rem;
}

.datetimepicker-dummy .datetimepicker-clear-button {
  top: -4px;
}

.datetimepicker-clear-button {
  display: none;
}

.cinema-name {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#apply .button-is-working {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 1px;
  right: 10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#apply.is-working .button-is-working {
  display: block;
}

button#apply:disabled {
  background: #bd0d0d;
  color: rgba(255, 255, 255, 0.73);
  padding: 10px 100px 10px 20px;
  cursor: progress;
}

span.show-progress {
  position: absolute;
  top: 9px;
  right: 41px;
}

span.small {
  font-size: 0.8em;
}

.datetimepicker-dummy
  .datetimepicker-dummy-wrapper
  .datetimepicker-dummy-input {
  max-width: 100%;
}

.modal {
  position: inherit;
  overflow: visible;
  justify-content: flex-start;
  align-items: flex-start;
}

.modal-background {
  background-color: transparent;
}

/* HINZUGEFÜGTES 13122019 */

#addfield {
  width: 150px;
  padding: 6px 15px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #bd0d0d;
  border: 2px #bd0d0d solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  background: none;
  cursor: pointer;
  transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -webkit-transition: 0.2s linear all;
  font-size: 14px;
}

#startwhatsapp {
  width: 400px;
  padding: 6px 15px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #25d366;
  border: 2px #25d366 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  background: none;
  cursor: pointer;
  transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -webkit-transition: 0.2s linear all;
  font-size: 14px;
}
#infopanelvid, #infopanelvoice {
  width: 30%;
  float: right;
  padding: 12px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #b45c68;
  border: 2px #b45c68 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  background: none;
  cursor: pointer;
  transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -webkit-transition: 0.2s linear all;
  font-size: 14px;
}

#addfield:hover {
  background: #bd0d0d;
  color: #fff;
}

.deletebutton {
  float: right;
  height: 23px;
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 3px;
  color: #bd0d0d;
  border: 2px solid #bd0d0d;
  cursor: pointer;
}

.deletebutton:hover {
  background-color: #bd0d0d;
  color: white;
}


.jobboard-item .card figure {
  height: 150px;
}

.jobboard-item .card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jobboard-item .card .keyfacts{
  display:flex;
  flex-wrap: wrap;
  font-size:.9rem
}

.jobboard-item .card .keyfacts .icon-text {
  display: flex;
  align-items: baseline;
  margin-right: 10px;
}



.jobboard-item .card .excerpt {
    font-size: .9rem;
    font-style: italic;
}



.jobboard-item .card a.btn {
    position: inherit;
}

 .mobile-filter-bar {
  display: flex;
  align-items: center;
}

 .mobile-filter-bar .select-wrap {
   overflow-x: scroll;
    display: flex;
    align-items: center;   
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */     
 }

/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-filter-bar .select-wrap::-webkit-scrollbar {
    display: none;
}

.mobile-filter-bar .select-wrap > * {
  margin-right: 10px;
}
.mobile-filter-bar > .icon-text {
  display: flex;
  margin-right: 10px;
}
.mobile-filter-bar span.select {
  padding-right: 1.7rem;
}
.mobile-filter-bar span.select:after {
    right: 9px !important;
}


.filter-wrap {
  height: 0;
  overflow: hidden;
  transform: translateY(100%);
}

.filter-wrap.is-active {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: whitesmoke;
    padding: 1.5rem;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    height: 100%;
    display: block;
    transition: transform 0.3s cubic-bezier(0.05, 0.55, 0.55, 1) 0s;
    transform: translateY(0px);
}

.filter-wrap .modal-close {
  position: absolute;
}
.filter-wrap .modal-close:hover {
  background-color:#dedbdb;
}
.filter-wrap .modal-close:before,
.filter-wrap .modal-close:after {
  background-color: #363636;
}


.jobboard-filter {
  box-shadow: none;
}

.filter-wrap .card {
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}

.filter-wrap .card + .card {
  margin-top:1rem;
}

.filter-wrap .card-header-title {
  font-weight: 600;
  font-size: 1rem;
}
.filter-wrap .card-content {
  padding: .75rem;
}

.jobboard-item .card {
  border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}
.jobboard-item a.btn {
  max-width: 250px;
}

.inline-nav {
  display: flex;
  flex-wrap: wrap;
}
.inline-nav li {
  margin-right: 15px;
}



/* Mark input boxes that gets an error on validation: */
.invalid {
  background-color: #ffdddd !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
.tab.is-active {
  display: block;
}

.form-step-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

/* Make circles that indicate the steps of the form: */
.step {
  margin: 0 10px;
  opacity: .85;
  width: 100%;
  font-size: .7rem;
  text-align: center;
}

.step:after {
  content: "";
  display: block;
  background-color: #bbbbbb;
  height: 4px;
  width: 100%;
  margin-top: 3px;
  border-radius: 5px;
}

/* Mark the active step: */
.step.is-active {
  color: #e30613;
  font-weight: bold;
  opacity: 1;
}
.step.is-active:after, .step.is-finish:after {
  background-color: #e30613;
}

.premium .step.is-active {
  color: #3e1f20;
}
.premium .step.is-active:after, .premium .step.is-finish:after {
  background-color: #3e1f20;
}

/* Mark the steps that are finished and valid: */
.step.is-finish {
  opacity: 1;
  color: #4a4a4a;
  font-weight: 600;
}

.dontshow{
  display: none;
}

.option-prelabel {
  display: block;
  font-size: .85rem;
  color: #e30613;
  font-weight: 600;
}

label.button {
  width: 100%;
  display: flex;
  align-items: center;
  height: 45px;
  font-size: .9rem;
}

label.button svg {
  width: 22px;
  height: 24px;
  margin-right: 11px;
}

fieldset hr {
  margin: 1.5rem 0 0;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed lightgrey;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  text-align: center;
  margin: 10px 0 0 0;
}

.drop-container:hover {
  background: whitesmoke;
  border-color: #111;
}

.drop-container:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: color .2s ease-in-out;
}
.is-align-items-center	{
  align-items: center;
}
.file-selected {
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: .9rem;
}

.file-selected .close-button-icon {
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: auto;
}
.file-selected .close-button-icon:hover {
  background: #257942;
}
.file-selected .close-button-icon div {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='white' d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z'/%3E%3C/svg%3E");
}


.file-selected svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  flex-shrink: 0;
}

  .input, 
  .apply-form .control.has-icons-left .icon, 
  .apply-form .control.has-icons-right .icon {
    height: 45px;
  }

.apply-form .section, #create-online-resume .section {
    padding: 2.5rem 0 0;
}
 #create-online-resume .section {
  display: flex;
      width: 100%;
 }

#create-online-resume {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#14141499;
    bottom: 0;
    left: 0;
    z-index:1000;
    display: none;
  overflow-x: hidden;
  overflow-y: auto;    
}

#create-online-resume .container {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: center;
}

#create-online-resume .av-container.av-visible {
  max-height: 100%;
}

.resume-hidden {
  display: none;
}
#create-online-resume.resume-is-active {
      display: flex;
  }

  #resume-wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #resume-wrapper h4 {
    font-weight: 500;
  }

  .resume-form-personal-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .resume-form-personal-details fieldset{
    width: 100%;
  }

  .cor .fieldsets-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .cor .fieldset-content > div {
    margin-bottom: 10px;
  }

   .cor .fieldsets-wrapper > fieldset {
    background: whitesmoke;
    border-radius: 10px;
    cursor: pointer;
  } 
   .cor .fieldsets-wrapper > fieldset:hover {
    background: #b5b5b5;
  } 

  /* .cor fieldset {
      border: 2px solid gray;
      padding: 5px;
  }

  .cor .fieldsets-wrapper {
      border: 2px solid gray;
      padding: 5px;
  } */

  .cor .resume-fieldset-label {
  font-size: .9rem;
          padding: 10px;
  }

  .cor label {
      display: inline-block;
  }

  .fieldset-content .help {
    margin: 5px 0 10px;
    font-size: .9rem;
  }
  #resume-wrapper .help {
    margin: 0;
    font-size: .9rem;
  }
  .cor .resume-error {
    background-color: #ffdddd !important;
  }

  .cor .modal-close {
      position: absolute;
      background: #bd0d0d;
  }

  .cor label.area {
      display: inline-block;
      padding: 10px 20px;
      list-style: lower-greek;
      background: #f7f7f7;
      margin: 4px;
      cursor: pointer;
      position: relative;
  }

  .cor label.current {
      margin-top: 20px;
  }

  .cor .area input[type="radio"]:checked+span::after,
  .cor .area input[type="checkbox"]:checked+span::after {
      content: "";
      left: 5px;
      top: 7px;
      width: 4.6px;
      height: 7.92px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
  }

  .cor .area input[type="checkbox"]:checked+span::before,
  .cor .area input[type="checkbox"]:not(:checked)+span::before,
  .cor .area input[type="radio"]:checked+span::before,
  .cor .area input[type="radio"]:not(:checked)+span::before {
      content: " ";
      display: inline-block;
      flex: 0 0 14px;
      height: 14px;
      position: relative;
      top: 5px;
      border-radius: 2px;
      margin-right: 11px;
      min-width: 14px;
  }

  .cor .area input[type="radio"]:checked+span::before,
  .cor .area input[type="radio"]:not(:checked)+span::before {
      border-radius: 15px;
  }

  .cor input[type="radio"]:checked+span::before {
      background: #bd0d0d;
      border-color: #bd0d0d;
  }

  .blocker {
      z-index: 9999 !important;
      padding: 0!important;
  }

  input[type="date"] {
    display:block;
    -webkit-min-logical-width: calc(100% - 16px);
    background: white;
    height: 44px;
  }

/* #Media Queries
================================================== */

@media only screen and (min-width: 380px) {
  .columns.icon-cards .column.is-2 {
    width: 50%;
    flex: none;
  }
}

@media only screen and (min-width: 680px) {

.form, #response {
  padding: 30px 20px 40px;
}
.apply-form .section {
    padding: 2.5rem 1.5rem;
    z-index: 1;
}



.jobboard-item .card.reduced .card-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.jobboard-item .card.reduced .card-content > div {
  flex: 1;
  width: 100%;
  margin-right: 15px;
}
.jobboard-item .card.reduced .card-content > a.btn {
  flex: 0;
  display: flex;
  align-items:center;
  justify-content: center;
  max-height: 50px;
}


    .jobboard-item .card {
      display: flex;
    }

  .jobboard-item .card figure {
      flex: 0 0 300px;
      height: auto;
  }



  .ubersicht .card a.btn,
  .columns.start-ubersicht-alt .card a.btn {
    width: auto;
  }

  .thumbnail {
    margin-right: 25px;
    width: 170px;
    height: 170px;
    background-size: cover;
    min-width: 170px;
  }

  .bg-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 88%;
    background-position-y: bottom;
    margin-top: 1rem;
  }

  .bg-map {
    background-image: url(img/icons/map.svg);
  }

  .bg-service {
    background-image: url(img/icons/popcorn.svg);
  }

  .bg-kinopolis {
    background-image: url(img/icons/film-award.svg);
  }
  .bg-zentrale {
    background-image: url(img/icons/death-star.svg);
  }
  .bg-technik {
    background-image: url(img/icons/film-reel.svg);
  }

  .bg-verwaltung_kino {
    background-image: url(img/icons/start.svg);
  }

  .bg-camera {
    background-image: url(img/icons/camera.svg);
  }

  .faqs .panel h3:before {
    content: "+";
    font-size: 1.1rem;
    transition-duration: 0.1s;
    margin-left: 25px;
    float: right;
    margin-right: 15px;
  }

  .faqs .panel.active h3:before {
    transform: rotate(45deg);
    transition-duration: 0.1s;
  }
}

@media only screen and (min-width: 1088px) {

  .filter-wrap {
    display: block;
    transform: translateY(0px);
    height: 100%;
    overflow: visible;
  }
#create-online-resume .container {
  max-width: 550px;
}

  .jobboard-item .card figure {
          flex: 0 0 200px;
  }

  .columns.start-ubersicht-alt img {
    display: block;
  }

  .columns.start-ubersicht-alt .card {
    padding: 0rem;
    background: none;
  }

  .ubersicht .card a.btn,
  .columns.start-ubersicht-alt .card a.btn {
    width: 87%;
  }

  .columns.start-ubersicht-alt .column.is-6:nth-of-type(n + 3) {
    margin-top: 4rem;
  }

  .overlay-box {
    padding: 1.5rem;
    background: #bd0d0d;
    color: #fff;
    max-width: 80%;
    position: relative;
    right: 0;
    margin: -12rem -2rem 0 0;
    min-height: 260px;
    float: right;
  }

  .overlay-box a.btn {
    border: 2px white solid;
    color: white;
  }

  .overlay-box a.btn:hover {
    background: #fff;
    color: #bd0d0d;
  }

  /*   
      
      
.columns.start-ubersicht:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.start-ubersicht:nth-of-type(n+2) {
  margin-top: 2rem;
}      

.start-ubersicht .column.is-6 {
    position: relative;
}
      
.start-ubersicht .column.is-6 img {
    display: block !important;
}
            
 .start-ubersicht .column.is-6 img:nth-of-type(2){
    position: relative;
    margin-top: -60%;
    right: 2rem;
}
    **/

  .start-ubersicht h3 {
    margin-bottom: 1rem;
  }

  .intro h4 {
    font-size: 2.5rem;
  }

  .intro h4.big span {
    padding: 0.5rem 1rem;
    margin: 1rem 0;
  }

  .k-card.active .k-content-hidden {
    width: 316%;
  }
  .kollegen-cards .k-card:nth-of-type(2).active .k-content-hidden {
    left: -108%;
  }

  .kollegen-cards .k-card:nth-of-type(3).active .k-content-hidden {
    left: -216%;
  }

  .k-card.hide {
    display: block;
  }

  section.section.bg-icon.bg-kinopolis {
    overflow: hidden;
  }

  .section {
    padding: 4.5rem 1.5rem;
  }

  .logo img {
    max-height: 100px;
  }

  .apply-form .container {
    max-width: 550px;
    width: 100%;
    /* max-width: 780px;
    width: 780px; */
  }

  .no-map-scroll {
    position: relative;
  }

  .click-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2rem;
    left: 0;
  }
  .ubersicht .columns {
    flex-wrap: wrap;
  }

  .ubersicht .columns .column {
    padding: 0.75rem;
    display: flex;
  }

  .ubersicht .columns .column > div {
    display: flex;
    flex: 1;
  }

  .ubersicht .columns .card {
    margin-bottom: 1rem;
  }

  .ubersicht .columns .card img {
    display: block;
  }

  section.icon-hardfacts,
  section.benefits {
    padding: 3.5rem 1.5rem;
  }

  .tour,
  .icon-hardfacts {
    display: block;
  }
  .tour iframe {
    margin-top: 2rem;
  }
  a.tel {
    font-size: 3rem;
  }

  a.tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 1rem;
  }

  section.section.kontakt {
    padding: 0;
  }

  section.section.kontakt img {
    display: block;
  }

  section.section.kontakt h2 {
    margin: 0;
  }

  .standort-img,
  .kontakt-img {
    display: block;
  }

  .standort-overview-image {
    width: auto;
    position: relative;
    padding-bottom: calc(2 / 3 * 100%);
  }
  .standort-overview-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;

  }

  .anfahrt-img {
    display: flex;
  }

  .kontakt-img {
    position: relative;
    padding: 0 !important;
  }

  button#apply:disabled {
    background: #bd0d0d;
    color: rgba(255, 255, 255, 0.73);
  }

  .kontakt-img:before {
    content: "";

    background: rgb(0, 0, 0);
    background: -moz-radial-gradient(
      circle,
      rgba(0, 0, 0, 0.265892094017094) 0%,
      rgba(0, 0, 0, 1) 100%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-radial-gradient(
      circle,
      rgba(0, 0, 0, 0.265892094017094) 0%,
      rgba(0, 0, 0, 1) 100%,
      rgba(0, 0, 0, 1) 100%
    );
    background: radial-gradient(
      circle,
      rgba(0, 0, 0, 0.265892094017094) 0%,
      rgba(0, 0, 0, 1) 100%,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  form h2 {
    margin-bottom: 0;
  }

  h3 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .card h3 {
    font-size: 1.25rem;
  }

  .panel-content > * {
    padding: 5px 50px 5px 0;
  }

  .bg-mountain {
    background-size: contain;
  }

  .column {
    padding: 0.75rem 2rem;
  }

  .job-offer .column.is-4 div:first-of-type h3 {
    margin-top: 0.5rem;
  }

  section.cta-contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .job-offer h1 {
    font-size: 1.8rem;
  }

  .benefits img.static-img {
    position: absolute;
    max-width: 600px;
    right: -10px;
    top: 0px;
    display: block;
  }

  .testimonial-content,
  .kontakt-content {
    display: flex;
    align-items: center;
  }
  .testimonials .container:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 0;
    top: -50px;
    font-size: 9rem;
    display: inline-block;
    position: absolute;
    z-index: 999;
    color: #ededed;
  }

  section.section.testimonials {
    margin-top: 3rem;
  }

  .card-icon {
    padding-top: 20px;
  }

  .intro > .full {
    padding: 50px;
  }

  .mobile-menu-btn,
  ul.main-menu li.menu-item-has-children > a:after,
  ul.main-menu li.menu-item-has-children > a.active:after {
    display: none;
  }

  nav {
    position: static;
    width: auto;
    z-index: 2;
    display: block;
    background: none;
  }

  ul.main-menu {
    justify-content: center;
  }

  ul.main-menu {
    flex-wrap: nowrap;
  }

  ul.main-menu li {
    width: auto;
    position: relative;
  }

  /* ul.main-menu li:hover {
        background: #bd0d0d;

    }*/
  ul.main-menu li:hover a {
    color: #bd0d0d;
  }
  ul.main-menu ul.sub-menu a {
    color: #4a4a4a;
  }

  ul.main-menu > li > a {
    border-bottom: none;
    padding: 10px .8rem;
  }

  li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }

  ul.main-menu > li.menu-item-has-children:hover > a:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #bd0d0d transparent transparent;
    top: 28px;
    transform: rotate(90deg);
    left: 45%;
    z-index: 9999;
  }

  ul.sub-menu {
    position: absolute;
    width: 100%;
    min-width: 260px;
    left: 1.25rem;
    border: 1px solid #eee;
    background: #fff;
    top: 40px;
  }

  li.menu-item-has-children:last-child ul.sub-menu {
    left: auto;
    right: 0;
  }

  li.menu-item-has-children:hover ul.sub-menu li a:hover {
    border-bottom: 1px solid #bd0d0d;
  }

  ul.main-menu a.active {
    background: initial;
    color: #4a4a4a;
  }

  .center-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Cards Fix */

  .columns.icon-cards .column.is-2 {
    width: 33.33%;
    flex: none;
  }

  .columns.cards {
    justify-content: center;
  }

  .intro {
    min-height: 440px;
  }

  .columns:last-child {
    margin-bottom: 0rem;
  }

  .is_horizontal {
    /* flex:0 0 100% !important; */
  }

  .is_horizontal .card {
    display: flex;
    width: 100%;
  }

  .is_horizontal .av-container.av-visible {
    width: 100%;
  }

  .is_horizontal .card > *:first-child {
    flex: 0 0 30%;
  }

  .is_horizontal .card img {
    display: none !important;
  }

  .ubersicht .is_horizontal .card a.btn,
  .is_horizontal .columns.start-ubersicht-alt .card a.btn {
    width: 200px;
  }
}

/* Complete css for the popup container ! */
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}








/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {

    .jobboard-item .card figure {
      flex: 0 0 300px;
  }  
  .infos h2 {
    margin-top: -2rem;
  }

  .k-card.active .k-content-hidden {
    width: 313%;
  }
  .kollegen-cards .k-card:nth-of-type(2).active .k-content-hidden {
    left: -106.5%;
  }

  .kollegen-cards .k-card:nth-of-type(3).active .k-content-hidden {
    left: -213%;
  }
}

@media screen and (min-width: 1472px) {

  ul.main-menu > li > a {
    padding: 10px 1.5rem;
  }  

  .container {
    max-width: 1152px;
    width: 1152px;
  }

  .intro {
    min-height: 700px;
  }
}

@media screen and (min-width: 1680px) {
  .bg-footer {
    background-size: 50%;
  }
}
