/* --Allgemein----------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  color: #313140;
}

section {
  min-height: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
}

ol {
  list-style: decimal;
}

hr {
  width: 60px;
  height: 3px;
  background: #313140;
  border: 0;
  margin: 0 auto 40px auto;
}

a {
  text-decoration: none;
}

a:link, a:active, a:visited, a:hover, a:focus {
  outline: none;
}

.mexlin {
  color: #313140;
}

h2 {
  font-size: 36px;
  font-weight: lighter;
}

h3 {
  font-weight: lighter;
  font-size: 30px;
  color: #313140;
  margin-bottom: 16px;
}

h4 {
  font-size: 18px;
  color: #313140;
  margin: 8px auto 8px auto;
}

p {
  margin: 0 auto 20px auto;
}

#kpfzl, li, img, .ham, .sndn {
  transition: all 300ms;  -webkit-transition: all 300ms;  -moz-transition: all 300ms;  -o-transition: all 300ms;
}

/* --Kopfzeile-------------------------------------- */
header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

header nav ul a li {
  float: left;
  margin: 11px 0 0 15px;
}

header nav ul a li:hover {
  opacity: 0.5;
  padding-top: 1px;
}

header nav ul a li {
  color: #313140;
  font-size: 16px;
}

#kpfzl {
  width: 140px;
  float: left;
  margin: 14px 0 0 40px;
}

#kpfzl:hover {
  opacity: 0.5;
}

#kpfzl img {
  width: 60%;
}

#kpfnv {
  float: right;
  margin: 10px 50px 0 0;
}

.ham {
  display: none;
}

/* --Seite----------------------------------------- */
/* --Home-- */
#hptst {
  background: url(../img/mexo_lpbg.jpg);
  background-color: #313140;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

#hptst hr {
  visibility: hidden;
}

#hptst h2 {
  padding-top: 100px;
  color: #ffffff;
  margin: 0 auto 0 auto;
}

#hptst img {
  width: 32px;
  margin-top: 20px;
  padding-bottom: 30px;
}

#hptst img:hover {
  padding-top: 10px;
}

#hpttxt {
	width: 60%;
  text-align: left;
  color: #ffffff;
	margin: 40px auto 0 auto;
}

#hpttxt p:first-child {
  margin: 0 auto 35px auto;
}

/* --Datenschutz-- */
#dtnschtz {
  background: url(../img/weltkarte.jpg);
  background-color: #ededed;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  padding-top: 65px;
}

#dtnschtz img {
  width: 240px;
  margin-bottom: 0;
}

#dsgvo {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 70%;
  margin: 0 auto 0 auto;
  text-align: left;
}

/* --Kontakt-- */
#kntkt {
  padding-top: 65px;
}

#kndnsrvc {
  width: 900px;
  margin: 0 auto 0 auto;
}

#kndnsrvc ul {
  padding: 0;
}

#kndnsrvc ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}

#kndnsrvc img {
  width: 280px;
  border-radius: 5px;
}

#kndnsrvc img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
}

/* --Jobs-- */
#jbs {
  padding-top: 65px;
}

#jbs img {
  border-radius: 5px;
  margin: 10px 0 40px 0;
}

/*-- Wichtige Tips --*/
#fragen {
  padding-top: 65px;
}

#faq {
  width: 70%;
  margin: 0 auto 0 15%;
  text-align: left;
}

#faq ol {
  padding-left: 25px;
}

#faq ol li {
  padding-bottom: 2px;
}

#faq p {
  padding-bottom: 4px;
}

/* --Service-- */
#srvc {
  background-color: #ffffff;
  padding-top: 65px;
}

#srvcfrm {
  width: 80%;
  margin: 0 auto 0 10%;
}

form input {
  width: 50%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  border-radius: initial;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  border-color: #313140;
  outline: none;
}

form textarea {
  width: 50%;
  height: 280px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin: 15px 5px 0 5px;
  outline: none;
}

.npt_txt {
  color: #313140;
  padding: 0 0 5px 10px;
}

.npt_rd {
  margin: 15px 0 -5px 0;
}

.npt_rdp {
  margin: 5px 0 -5px 0;
}

#nosee  {
  display: none;
}

#nosee.open {
  display: contents;
}

form p {
  margin: 10px 5px 10px 5px;
}

form p:last-child {
  font-size: 10px;
  color: #aaaaaa;
  margin: 0 0 0 auto;
}

.boldhp {
  display: none;
}

.sndn {
  width: 220px;
  height: 45px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  background-color: #313140;
  color: #eeeeee;
}

.sndn:hover {
  background-color: #313140;
}


/* --Impressum-- */
#imprssm {
  background-color: #ffffff;
  padding-top: 65px;
}

#imptxt {
  width: 70%;
  margin: 0 auto 0 15%;
  text-align: left;
}

/* --Fusszeile------------------------------------- */
footer {
  width: 100%;
  height: 65px;
  background-color: #313140;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

footer p {
  float: left;
  color: #ffffff;
  margin: 20px auto 0 60px;
}

footer img {
    display: none;
    margin: 20px auto 0 40px;
}

footer ul li {
  float: right;
  margin: 20px 15px 0 auto;
}

footer ul li:hover {
  opacity: 0.5;
  padding-top: 1px;
}

footer a {
  color: #ffffff;
}

.pvzkl {
  display: none;
}

#fssnv {
  margin-right: 45px;
}

/* --Extras----------------------------------------- */
.rot {
  color: #ff0033;
}

.liste {
  list-style-type: circle;
}

.liste:last-child {
  margin-bottom: 18px;
}

.ssl {
  font-size: 12px;
  color: #313140;
}

/* --Media Queries---------------------------------- */

/* -Tablets- */
@media screen and (max-width: 1112px) {
  header {
    height: 45px;
  }

  header nav ul a li {
    font-size: 14px;
    margin: 3px 0 0 15px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }

  h4 {
    font-size: 16px;
  }

  hr {
    width: 40px;
  }

  p {
    font-size: 14px;
  }

  #kpfzl {
    width: 100px;
    margin: 10px 0 0 25px;
  }

  #kpfnv {
    margin: 6px 25px 0 0;
  }

  #hptst {
    background: url(../img/mexo_lpbg_kl.jpg) no-repeat center top;
    background-color: #313140;
    background-size: cover;
  }

  #hptst h2 {
    padding-top: 45px;
  }

  #hptst a {
    visibility: hidden;
  }

  #hpttxt {
    width: 70%;
  }

  #dtnschtz {
    padding-top: 45px;
    background: url(../img/weltkarte_kl.jpg) no-repeat center top;
    background-color: #ededed;
  }

  #dtnschtz img {
    width: 200px;
  }

  #dsgvo {
    width: 78%;
  }

  #kntkt {
    padding-top: 45px;
  }

  #kndnsrvc {
    width: auto;
    height: auto;
  }

  #kndnsrvc p {
    width: 80%;
  }

  #kndnsrvc ul {
    padding: 0;
    width: 95%;
    margin-left: 2.5%;
  }

  #kndnsrvc ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }

  #kndnsrvc ul li img {
    width: 320px;
  }

  #srvc {
    padding-top: 45px;
  }

  form input {
    width: 65%;
  }

  form textarea {
    width: 65%;
  }

  #jbs {
    padding-top: 45px;
  }

  #jbs img {
    width: 460px;
    margin-bottom: 25px;
  }

  #jbs p {
    width: 95%;
  }

  #imprssm {
    padding-top: 45px;
  }

  #imptxt {
    width: 78%;
    margin: 0 auto 0 auto;
  }

  #fragen {
    padding-top: 45px;
  }

  #faq {
    margin: 0 auto 0 auto;
  }

  #faq ol li {
    font-size: 14px;
  }

  footer p {
    display: none;
  }

  footer a {
    font-size: 14px;
  }

  .pvzkl {
    display: inline-flex;
    float: left;
    color: #ffffff;
    margin: 20px auto 0 40px;
  }

  .liste {
    font-size: 13px;
  }
}

/* -Mittelschicht- */
@media screen and (max-width: 840px) {
  #kndnsrvc ul li img {
    width: 300px;
  }
}

@media screen and (max-width: 730px) {
  #kndnsrvc ul li img {
    width: 240px;
  }
}

@media screen and (max-width: 560px) {
  #kndnsrvc ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }

  #kndnsrvc ul li img {
    width: 340px;
  }
}

/* -Handys- */
@media screen and (max-width: 480px) {
  header {
    height: 45px;
  }

  header ul {
    margin: 0 auto auto -39px;
  }

  hr {
    margin: 0 auto 30px auto;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }


  p {
    font-size: 14px;
  }

  #kpfzl {
    width: 90px;
    margin: 11px 0 0 14px;
  }

  #kpfnv {
    width: 100%;
    float: none;
    margin: 0;
  }

  .ham {
    float: right;
    display: inline-flex;
    margin: 8px 20px 0 0;
  }

  .ham:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  #kpfnv ul {
    height: 0;
    float: none;
    overflow: hidden;
    margin: -2px 0 0 0;
    padding: 0;
    width: 100%;
  }

  #kpfnv ul.open {
    height: 165px;
  }

  header nav ul a li {
    float: right;
    width: 100%;
    height: 35px;
    padding-top: 5px;
    margin: 0;
    font-size: 14px;
    background-color: #eeeeee;
    border-bottom: 1px solid #aaaaaa;
  }

  header nav ul a li:hover {
    opacity: 1;
    padding-top: 5px;
    background-color: #ededed;
  }

  #hptst {
    background: url(../img/mexo_lpbg_ph.jpg) no-repeat center top;
    background-color: #313140;
    background-size: cover;
  }

  #hptst h2 {
    padding-top: 30px;
  }

  #hpttxt {
    width: 70%;
  }

  #hpttxt {
    width: 80%;
    text-align: left;
    color: #ffffff;
    margin: 20px auto 0 auto;
  }

  #dtnschtz {
    background: url(../img/weltkarte_ph.jpg) no-repeat center top;
    background-color: #ededed;
  }

  #dsgvo {
    width: 80%;
  }

  #dsgvo ul {
    margin-left: -25px;
  }

  #dsgvo p:last-child {
    padding-bottom: 15px;
  }

  #kndnsrvc {
    height: auto;
  }

  #kndnsrvc ul li img {
    width: 250px;
  }

  .npt_chckbx {
    border: 1px solid;
  }

  #jbs {
    width: 82%;
    margin: auto;
  }

  #jbs p {
    margin-top: 20px;
  }

  #jbs img {
    width: 260px;
  }

  #faq {
    width: 80%;
  }

  form input {
    width: 70%;
  }

  form textarea {
    width: 70%;
  }

  #imptxt {
    width: 80%;
  }

  footer ul li {
    margin: 20px 0 0 0;
  }

  footer a {
    margin-left: 10px;
  }

  footer p {
    display: none;
  }

  footer img {
    width: 48px;
    float: left;
    display: inline-flex;
    margin: 22px 0 0 25px;
  }

  .pvzkl {
    display: none;
  }

  .liste {
    font-size: 12px;
  }
}

/* --Cookie Consent-------------------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:'Open Sans',Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* --ENDE---------------------------------------------- */
