@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font-family: "Exo", Helvetica, Arial, Lucida, sans-serif;
}

/************************/
/************ Grid etc. ************/
/************************/
a {
  color: #1f8bcd;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: auto;
}

.row {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 -20px;
}

[class*=col-] {
  width: 100%;
  padding: 0 20px;
}

.col-6 {
  max-width: calc(50% - 40px);
}

.col-4 {
  max-width: calc(33.33333% - 40px);
}

.col-3 {
  max-width: 25%;
}

/************************/
/************ Steps ************/
/************************/
[class*=iostep] {
  padding: 50px 0;
  position: relative;
}
[class*=iostep] h2, [class*=iostep] h3, [class*=iostep] h4 {
  margin: 0 0 20px 0;
  display: block;
}
[class*=iostep] h2 {
  font-weight: 400;
  color: #1f8bcd;
  font-size: 30px;
  margin-bottom: 40px;
}
[class*=iostep] h2 span {
  font-weight: 800;
}
[class*=iostep] h3 {
  font-weight: 400;
  color: #1f8bcd;
  font-size: 20px;
}
[class*=iostep]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 40px 0 40px;
  border-color: #a7cee0 transparent transparent transparent;
}

.iostep1 {
  background: rgb(229, 238, 242);
  background: -moz-linear-gradient(-45deg, rgb(229, 238, 242) 0%, rgb(217, 230, 236) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(229, 238, 242) 0%, rgb(217, 230, 236) 100%);
  background: linear-gradient(135deg, rgb(229, 238, 242) 0%, rgb(217, 230, 236) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5eef2", endColorstr="#d9e6ec",GradientType=1 );
}
.iostep1:before {
  display: none;
}

.iostep2 {
  background: rgb(227, 241, 247);
  background: -moz-linear-gradient(-45deg, rgb(227, 241, 247) 0%, rgb(213, 234, 243) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(227, 241, 247) 0%, rgb(213, 234, 243) 100%);
  background: linear-gradient(135deg, rgb(227, 241, 247) 0%, rgb(213, 234, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e3f1f7", endColorstr="#d5eaf3",GradientType=1 );
}

.iostep3 {
  background: url("https://landkarte.interopera.de/wp-content/themes/interopera-map/img/white-ray-gradient.png") no-repeat top left #afcfd9;
}

.iostep4 {
  background: url("https://landkarte.interopera.de/wp-content/themes/interopera-map/img/white-ray-gradient.png") no-repeat top left #e0e8eb;
}

/************************/
/************ Cards ************/
/************************/
.card {
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 1px 7px 5px rgba(0, 0, 0, 0.04);
  padding: 13px 20px;
  position: relative;
  margin-bottom: 20px;
}
.card a {
  text-decoration: none;
}
.card p, .card strong, .card li {
  color: #666666;
  line-height: 1.6;
  margin-top: 0;
}
.card.icon {
  margin-top: 25px;
}
.card.icon .icon-container {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #1f8bcd;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.icon .icon-container img {
  filter: invert(1);
  width: 22px;
  height: 22px;
}
.card.icon h3 {
  padding-top: 35px;
}
.card.bubbles {
  padding-right: 90px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  overflow: hidden;
}
.card.bubbles strong.headline {
  font-weight: 400;
  font-size: 20px;
  display: block;
}
.card.bubbles .cases,
.card.bubbles .parts {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.card.bubbles .cases {
  background: #81b2d0;
  top: 7px;
  right: 45px;
  border: 1px solid #84bddf;
}
.card.bubbles .parts {
  background: #81cdd0;
  border: 1px solid #9eebee;
  top: 7px;
  right: 7px;
}
.card.bubbles:hover, .card.bubbles.active {
  background: #1f8bcd;
  color: #fff;
}
.card.bubbles:hover p, .card.bubbles:hover strong, .card.bubbles:hover li, .card.bubbles.active p, .card.bubbles.active strong, .card.bubbles.active li {
  color: #fff;
}
.card.bubbles:hover .more-content, .card.bubbles.active .more-content {
  padding-top: 7px;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out all;
  transition-delay: 0.3s;
}
.card.bubbles .more-content {
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  height: 0;
}
.card.casemodel {
  padding-top: 25px;
  padding-bottom: 40px;
}
.card.casemodel strong.headline {
  font-weight: 400;
  font-size: 25px;
  display: block;
  color: #1f8bcd;
  margin: 0 0 15px 0;
}
.card.partmodel {
  padding: 0;
}
.card.partmodel img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.card.partmodel .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card.partmodel .breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.card.partmodel .breadcrumb li a {
  color: #666666;
}
.card.partmodel .breadcrumb li a:hover {
  color: #1f8bcd;
}
.card.partmodel .breadcrumb li:after {
  content: "»";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translate(0, -50%);
}
.card.partmodel .breadcrumb li:last-child:after {
  display: none;
}
.card.partmodel strong.headline {
  font-weight: 400;
  font-size: 25px;
  display: block;
  color: #1f8bcd;
  margin: 0 0 15px 0;
}
.card.partmodel .card-content {
  padding: 20px 20px 40px 20px;
}
.card.partmodel .ioinformations p {
  margin: 0;
  display: flex;
}
.card.partmodel .ioinformations span {
  display: inline-block;
}
.card.partmodel .ioinformations span.label {
  font-weight: 800;
  min-width: 200px;
}
.card.partmodel .ioinformations span.value {
  max-width: 400px;
}

.iocta {
  text-align: center;
}

.iobtn {
  font-size: 20px;
  border: 2px solid #1f8bcd;
  color: #1f8bcd;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.3s ease-in-out all;
}
.iobtn:hover {
  color: #fff;
  background: #1f8bcd;
}

.center {
  text-align: center;
}

.iostep2Result {
  display: none;
  background: url("https://landkarte.interopera.de/wp-content/themes/interopera-map/img/white-ray-gradient.png") no-repeat top left #afcfd9;
}

.iostep3Result {
  display: none;
  background: url(https://landkarte.interopera.de/wp-content/themes/interopera-map/img/white-ray-gradient.png) no-repeat top left #e0e8eb;
}

.iostep22Result {
  display: none;
  background: url(https://landkarte.interopera.de/wp-content/themes/interopera-map/img/white-ray-gradient.png) no-repeat top left #e0e8eb;
}

.iostep00 {
  display: none;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.iostep3Result .lds-spinner div:after, .iostep22Result .lds-spinner div:after {
  background: #c6dde4;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wait_request, .txt-cntr {
  text-align: center;
}

.iostep3 {
  display: none;
}

.txt-block {
  width: 60%;
  margin: 0 auto;
}

.bg-top-left {
  background: #3EA6D6;
  padding: 25px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.containerSearchDiv {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
  color: #666666;
}

.rowTop {
  margin-bottom: 50px;
  display: none;
}

.txt-right {
  text-align: right;
}

.pr-5 {
  padding-right: 5rem;
}

.txt-white {
  color: #fff;
}

.bg-top-right {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.btn-contact {
  padding: 22px;
  background: #3189CC;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 4px;
}

.ls-4 {
  letter-spacing: 4px;
}

form.searchForm {
  color: #555;
  display: block;
  padding: 5px;
  /* border: 1px solid currentColor; */
  border: 1px solid #dedede;
  border-radius: 10px;
  /* margin: 0 0 30px; */
  margin-top: 20px;
}

form.searchForm input[type=search] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  width: 90%;
}

input[type=search]::placeholder {
  color: #666666;
}

input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}

input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}

button[type=submit], #search_button {
  text-indent: -999px;
  overflow: hidden;
  line-height: 28px;
  float: right;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  /* background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;*/
  background: transparent url(data:image/png;base64,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) no-repeat center;
  cursor: pointer;
  opacity: 0.7;
  background-size: 65%;
}

button[type=submit]:hover {
  opacity: 1;
}

button[type=submit]:focus,
input[type=search]:focus {
  box-shadow: unset;
  border-color: transparent;
  outline: none;
}

form.nosubmit {
  border: none;
  padding: 0;
}

input.nosubmit {
  border: 1px solid #555;
  width: 100%;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.formBlock {
  width: 50%;
  margin: 0 auto;
}

.pageHead {
  position: relative;
  padding: 75px 0;
  background: url(https://interopera-map.wird-genial.com/wp-content/uploads/2022/11/top-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: -25px;
  overflow: hidden;
}

.bg-top-left {
  background: url(https://interopera-map.wird-genial.com/wp-content/uploads/2022/11/top-bttn-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

ul.navUl li, ul.copyUl li {
  list-style: none;
  display: inline-block;
}

ul.navUl, ul.copyUl {
  padding-left: 0;
}

ul.navUl li a {
  color: #666666;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}

ul.navUl li a.active {
  color: #74bce4;
}

.footer {
  position: relative;
  padding: 12px 0;
  overflow: hidden;
  background: #303030;
}

.copyUl li a {
  color: #bababa;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px;
}

.side-menu, .hamb {
  display: none;
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  [class*=col-] {
    width: 100%;
    max-width: 94%;
  }
  .row {
    display: block;
    margin: 0 auto;
  }
  form.searchForm input[type=search] {
    width: 85%;
  }
  .formBlock, .txt-block {
    width: 85%;
  }
  ul.navUl li, ul.copyUl li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  [class*=col-] {
    width: 100%;
    max-width: 90%;
  }
  .row {
    display: block;
    margin: 0 auto;
  }
  form.searchForm input[type=search] {
    width: 80%;
  }
  .formBlock, .txt-block {
    width: 80%;
  }
  .waitResult h2, .waitResult_2 h2 {
    padding-left: 20px;
  }
  ul.navUl li, ul.copyUl li {
    margin-bottom: 15px;
  }
}
.emptyResultText {
  padding-top: 100px;
  margin-bottom: 30px;
  color: #666666;
  font-size: 1.5em;
}

.emptyResultbutton {
  padding-bottom: 100px;
}

.emptyResultbutton a {
  text-decoration: none;
}

#exit_search {
  justify-content: center;
  display: none;
  margin-top: 30px;
}

#exit_search a {
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */