@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Mukta:300,500,800');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 25px;
  position: relative;
}
ul {
  list-style: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h2 {
  font-family: 'Mukta', sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.29;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 17px;
  }
}
h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
}
a:not(.logolink) {
  color: #232323;
}
a:not(.logolink):hover {
  opacity: 0.6;
}
.readmore {
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  background: none;
  position: relative;
  padding-left: 25px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}
.readmore:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg") center center no-repeat;
  width: 20px;
  height: 24px;
  background-size: 100%;
  left: 0;
  top: 0;
}
p {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo_link) {
  text-decoration: none;
  transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
}
a:not(.logo_link) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo_link):hover {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
a:not(.logo_link):hover img {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
* {
  margin: 0;
  padding: 0;
}
::placeholder {
  color: #232323;
  letter-spacing: 1px;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #232323;
  letter-spacing: 1px;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #232323;
  letter-spacing: 1px;
  opacity: 1;
}
body {
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  color: #232323;
  width: 100%;
  background-color: #fbfbfb;
  overflow-x: hidden !important;
}
body header {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  overflow: hidden;
}
body header h1 {
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 419px) {
  body header h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
body header h1 span {
  line-height: 44px;
}
@media screen and (max-width: 419px) {
  body header h1 span {
    line-height: 35px;
  }
}
body header h1 span.invisible {
  visibility: hidden;
}
body header .top {
  min-height: 100px;
  padding: 25px 62px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #fbfbfb;
}
@media screen and (max-width: 499px) {
  body header .top {
    background-color: #d3e1da;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 35px;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    min-height: 80px;
  }
}
@media screen and (max-width: 419px) {
  body header .top {
    padding: 6px 35px 8px;
    min-height: 64px;
  }
}
body header .top .menu-toggle {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 5;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 499px) {
  body header .top .menu-toggle {
    display: block;
    height: 50px;
  }
}
body header .top .menu-toggle .bar {
  width: 36px;
  height: 4px;
  background-color: #232323;
  position: absolute;
  top: 14px;
  left: 0;
  transition: width 0.6s ease 0.6s, all 0.6s ease 0s;
}
body header .top .menu-toggle .bar:nth-child(2) {
  top: 26px;
  width: 28px;
}
body header .top .menu-toggle .bar:nth-child(3) {
  top: 38px;
}
body header .top .menu-toggle.active .bar {
  transform: translate3d(0,12px,0) rotate(45deg);
  -webkit-transform: translate3d(0,12px,0) rotate(45deg);
  -moz-transform: translate3d(0,12px,0) rotate(45deg);
  -o-transform: translate3d(0,12px,0) rotate(45deg);
  -ms-transform: translate3d(0,12px,0) rotate(45deg);
}
body header .top .menu-toggle.active .bar:nth-child(2) {
  transform: translate3d(-40px,0,0);
  -webkit-transform: translate3d(-40px,0,0);
  -moz-transform: translate3d(-40px,0,0);
  -o-transform: translate3d(-40px,0,0);
  -ms-transform: translate3d(-40px,0,0);
  opacity: 0;
}
body header .top .menu-toggle.active .bar:nth-child(3) {
  transform: translate3d(0,-12px,0) rotate(-45deg);
  -webkit-transform: translate3d(0,-12px,0) rotate(-45deg);
  -moz-transform: translate3d(0,-12px,0) rotate(-45deg);
  -o-transform: translate3d(0,-12px,0) rotate(-45deg);
  -ms-transform: translate3d(0,-12px,0) rotate(-45deg);
}
body header .top a {
  height: 50px;
}
@media screen and (max-width: 499px) {
  body header .top a img {
    height: 40px;
    right: 0;
    margin: 4px 0;
  }
}
body header .top a img:nth-of-type(1) {
  visibility: visible;
}
@media screen and (max-width: 499px) {
  body header .top a img:nth-of-type(1) {
    visibility: hidden;
  }
}
body header .top a img:nth-of-type(2) {
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
@media screen and (max-width: 499px) {
  body header .top a img:nth-of-type(2) {
    visibility: visible;
  }
}
body header .top a:hover img:nth-child(1) {
  visibility: hidden;
}
body header .top a:hover img:nth-child(2) {
  visibility: visible;
}
body header .middle {
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 499px) {
  body header .middle {
    margin-top: 80px;
  }
}
@media screen and (max-width: 419px) {
  body header .middle {
    margin-top: 64px;
  }
}
body header .middle .left {
  min-width: 60px;
  background-color: #d3e1da;
  opacity: 1;
  transition: 0.6s;
}
@media screen and (max-width: 499px) {
  body header .middle .left {
    display: none;
  }
}
body header .middle .left .menu-toggle {
  background-color: #d3e1da;
  width: 60px;
  height: 60px;
  top: 148px;
  position: fixed;
  cursor: pointer;
  z-index: 5;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body header .middle .left .menu-toggle .bar {
  width: 36px;
  height: 4px;
  background-color: #232323;
  position: absolute;
  top: 18px;
  left: 10px;
  transition: width 0.6s ease 1s, transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
body header .middle .left .menu-toggle .bar:nth-child(2) {
  top: 30px;
  width: 28px;
}
body header .middle .left .menu-toggle .bar:nth-child(3) {
  top: 42px;
}
body header .middle .left .menu-toggle.active .bar {
  transform: translate3d(0,12px,0) rotate(45deg);
  -webkit-transform: translate3d(0,12px,0) rotate(45deg);
  -moz-transform: translate3d(0,12px,0) rotate(45deg);
  -o-transform: translate3d(0,12px,0) rotate(45deg);
  -ms-transform: translate3d(0,12px,0) rotate(45deg);
}
body header .middle .left .menu-toggle.active .bar:nth-child(2) {
  transform: translate3d(-40px,0,0);
  -webkit-transform: translate3d(-40px,0,0);
  -moz-transform: translate3d(-40px,0,0);
  -o-transform: translate3d(-40px,0,0);
  -ms-transform: translate3d(-40px,0,0);
  opacity: 0;
}
body header .middle .left .menu-toggle.active .bar:nth-child(3) {
  transform: translate3d(0,-12px,0) rotate(-45deg);
  -webkit-transform: translate3d(0,-12px,0) rotate(-45deg);
  -moz-transform: translate3d(0,-12px,0) rotate(-45deg);
  -o-transform: translate3d(0,-12px,0) rotate(-45deg);
  -ms-transform: translate3d(0,-12px,0) rotate(-45deg);
}
body header .middle .left .menu-toggle.animation {
  width: 0px;
}
body header .middle .left .menu-toggle.animation .bar {
  width: 0px;
}
body header .middle .left .menu-toggle.animation .bar:nth-child(2) {
  width: 0px;
}
body header .middle .left .contact-toggle {
  background-color: #d3e1da;
  width: 60px;
  height: 120px;
  top: 50%;
  position: fixed;
  cursor: pointer;
  z-index: 4;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-height: 449px) {
  body header .middle .left .contact-toggle {
    display: none;
  }
}
body header .middle .left .contact-toggle .phone,
body header .middle .left .contact-toggle .mail {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  background-color: #d3e1da;
}
body header .middle .left .contact-toggle .phone img,
body header .middle .left .contact-toggle .mail img {
  background-color: #d3e1da;
}
body header .middle .left .contact-toggle .box {
  display: block;
  width: 240px;
  height: 120px;
  background-color: #d3e1da;
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  position: absolute;
  right: -240px;
  top: 0;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  z-index: 1;
}
body header .middle .left .contact-toggle .box .row {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}
body header .middle .left .contact-toggle:hover .box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
body header .middle .left .contact-toggle.stick {
  top: 208px;
}
body header .middle .left .contact-toggle.animation {
  width: 0px;
}
body header .middle .right {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 66px 62px;
  opacity: 1;
  transition: 0.6s;
}
@media screen and (max-width: 499px) {
  body header .middle .right {
    padding: 66px 50px;
  }
}
@media screen and (max-width: 419px) {
  body header .middle .right {
    padding: 33px 35px;
  }
}
body header .middle .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
}
body header .middle .right .black-line {
  height: 5px;
  background-color: #232323;
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body header .middle .right h1 {
  padding: 35px 0 35px;
}
@media screen and (max-width: 499px) {
  body header .middle .right h1 {
    padding: 17.5px 0 35px;
  }
}
body header .middle nav {
  background-color: #d3e1da;
  position: fixed;
  z-index: 3;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 130px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}
@media screen and (max-height: 629px) {
  body header .middle nav {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-height: 629px) and (max-width: 499px) {
  body header .middle nav {
    top: 100px;
  }
}
@media screen and (max-width: 499px) {
  body header .middle nav {
    top: 80px;
  }
}
@media screen and (max-width: 429px) {
  body header .middle nav {
    top: 64px;
  }
}
body header .middle nav .inner {
  border-top: 5px solid #232323;
  padding: 98px 118px;
  margin: 66px 60px 66px 120px;
  position: relative;
}
@media screen and (max-width: 1149px) {
  body header .middle nav .inner {
    padding: 80px 20px;
  }
}
@media screen and (max-height: 799px) {
  body header .middle nav .inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 499px) {
  body header .middle nav .inner {
    margin: 0 20px;
    border: none;
  }
}
@media screen and (max-width: 419px) {
  body header .middle nav .inner {
    padding: 60px 20px;
  }
}
@media screen and (max-height: 399px) {
  body header .middle nav .inner {
    margin: 20px 70px 20px;
    padding: 20px 20px;
  }
}
body header .middle nav .inner ul {
  width: 420px;
  position: relative;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
}
@media screen and (max-width: 1149px) {
  body header .middle nav .inner ul {
    width: 350px;
  }
}
@media screen and (max-width: 499px) {
  body header .middle nav .inner ul {
    width: 100%;
  }
}
body header .middle nav .inner ul li {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: unset;
}
@media screen and (max-height: 799px) {
  body header .middle nav .inner ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 679px) {
  body header .middle nav .inner ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-height: 629px) {
  body header .middle nav .inner ul li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 429px) {
  body header .middle nav .inner ul li {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 349px) {
  body header .middle nav .inner ul li {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media screen and (max-height: 629px) and (min-width: 500px) {
  body header .middle nav .inner ul li {
    margin-bottom: 15px;
  }
}
body header .middle nav .inner ul li ul {
  position: absolute;
  left: 425px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #232323;
  padding-left: 67px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
}
@media screen and (max-width: 1149px) {
  body header .middle nav .inner ul li ul {
    left: 385px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 849px) {
  body header .middle nav .inner ul li ul {
    left: 330px;
    border: none;
  }
}
@media screen and (max-width: 499px) {
  body header .middle nav .inner ul li ul {
    left: 100%;
    padding-left: 20px;
  }
}
body header .middle nav .inner ul li ul li {
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #232323;
}
@media screen and (max-width: 429px) {
  body header .middle nav .inner ul li ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 349px) {
  body header .middle nav .inner ul li ul li {
    font-size: 14px;
  }
}
body header .middle nav .inner ul li.submenu a {
  color: #ACC8BA;
}
body header .middle nav .inner ul li.submenu ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
body header .middle nav .inner ul li.submenu ul li a {
  color: #232323;
}
body header .middle nav .inner ul li.back {
  display: none;
  text-indent: -9999px;
  width: 52px;
  height: 21px;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg") center center no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
@media screen and (max-width: 849px) {
  body header .middle nav .inner ul li.back {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  body header .middle nav .inner.resp {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 849px) {
  body header .middle nav .inner.resp ul {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
body header .middle nav .inner .impdat {
  margin-top: 30px;
}
body header .middle nav .inner .impdat li {
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  background: none;
  position: relative;
  margin-right: 100px;
  margin-bottom: 5px;
}
@media screen and (max-width: 749px) {
  body header .middle nav .inner .impdat li {
    width: 100%;
    margin-bottom: 10px;
  }
}
body header .middle nav.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
body header .middle .allcontainer.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  background: white;
  z-index: 1;
  opacity: 0.7;
}
body header .bottom {
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
}
@media screen and (max-height: 569px) {
  body header .bottom {
    display: none;
  }
}
@media screen and (max-width: 419px) {
  body header .bottom {
    display: none;
  }
}
body header .bottom a.scrollsupport {
  width: 28px;
  height: 40px;
  background: url("/wp-content/themes/secondlanguage-theme/img/scrollsupport.svg") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-animation-name: mouse;
  animation-name: mouse;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (max-width: 1099px) {
  body header.front .middle .right {
    background-image: none !important;
  }
}
@media screen and (max-width: 419px) {
  body header.front .middle .right {
    padding: 33px 35px;
  }
}
body header.front .middle .right .tablet {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  body header.front .middle .right .tablet {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  body header.front .middle .right .tablet {
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 599px) {
  body header.front .middle .right .tablet {
    display: none;
  }
}
body header.front .middle .right .smartphone {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  body header.front .middle .right .smartphone {
    display: block;
  }
}
body header.front .middle .right h1 {
  padding-left: 100px;
  position: relative;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media screen and (max-width: 599px) {
  body header.front .middle .right h1 {
    padding: 55px 0 35px;
    padding-right: 00px;
  }
}
@media screen and (max-width: 419px) {
  body header.front .middle .right h1 {
    font-size: 28px;
  }
}
body header.front .middle .right .arrow-right {
  position: absolute;
  width: 52px;
  height: 21px;
  display: block;
  background: url(/wp-content/themes/secondlanguage-theme/img/arrow.svg) center center no-repeat;
  background-size: 100%;
  left: 85px;
  top: 121px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 419px) {
  body header.front .middle .right .arrow-right {
    width: 48px;
    height: 19px;
    left: 62px;
    top: 62px;
  }
}
body header.front .middle .right .arrow-left {
  position: absolute;
  width: 52px;
  height: 21px;
  display: block;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg") center center no-repeat;
  background-size: 100%;
  left: 55px;
  top: 108px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 419px) {
  body header.front .middle .right .arrow-left {
    width: 48px;
    height: 19px;
    left: 40px;
    top: 50px;
  }
}
body header.animation .middle .right {
  opacity: 0;
}
body header.animation .middle .right .black-line {
  width: 0px;
}
body header.animation .middle .right .arrow-right {
  left: 60px;
  opacity: 0;
}
body header.animation .middle .right .arrow-left {
  left: 80px;
  opacity: 0;
}
body header.animation .middle .left {
  min-width: 0px;
}
body header.plain {
  height: unset;
}
body.datenschutz .plain .middle {
  height: auto;
}
body .image-content {
  display: flex;
  flex-direction: row;
  margin: 80px 0 160px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  body .image-content {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 449px) {
  body .image-content {
    margin-bottom: 80px;
  }
}
body .image-content.right {
  flex-direction: row-reverse;
}
body .image-content.right .content {
  flex-direction: row-reverse;
}
body .image-content .image {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  body .image-content .image {
    width: 100%;
  }
}
body .image-content .content {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  body .image-content .content {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  body .image-content .content {
    text-align: center;
  }
}
body .image-content .content .inner {
  padding: 0 70px;
  background: #fbfbfb;
  width: 100%;
}
@media screen and (max-width: 899px) {
  body .image-content .content .inner {
    padding: 30px 90px 70px;
  }
}
@media screen and (max-width: 449px) {
  body .image-content .content .inner {
    padding: 30px 12vw 70px;
  }
}
body .image-content .content .inner h2 {
  border-top: 5px solid #232323;
  padding: 42px 0 35px;
}
@media screen and (max-width: 749px) {
  body .image-content .content .inner h2 {
    text-align: center;
  }
}
body .image-content .content .inner h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 749px) {
  body .image-content .content .inner h3 {
    text-align: center;
  }
}
body .image-content .content .inner .readmore {
  line-height: 40px;
}
body .image-content .content .inner a.contact {
  display: flex;
  margin-top: 25px;
  padding-left: 15px;
}
body .image-content .content .inner a.contact:first-of-type {
  margin-top: 50px;
}
body .image-content .content .inner a.contact .col {
  min-width: 60px;
}
body .image-content .content .inner a.contact .col img {
  position: relative;
  transform: translateX(-50%) scale(0.85);
  -webkit-transform: translateX(-50%) scale(0.85);
  -moz-transform: translateX(-50%) scale(0.85);
  -o-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
}
body .image-content .content .inner .row {
  display: flex;
  padding: 40px 0 30px;
  border-bottom: 1px solid #a4a4a4;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body .image-content .content .inner .row:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body .image-content .content .inner .row:nth-of-type(2) .icon {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
body .image-content .content .inner .row:nth-of-type(3) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
body .image-content .content .inner .row:nth-of-type(3) .icon {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
body .image-content .content .inner .row:nth-of-type(4) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
body .image-content .content .inner .row:nth-of-type(4) .icon {
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
body .image-content .content .inner .row:nth-of-type(5) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
body .image-content .content .inner .row:nth-of-type(5) .icon {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
body .image-content .content .inner .row:last-of-type {
  border: none;
}
body .image-content .content .inner .row .icon {
  min-width: 124px;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body .image-content .content .inner .row .text h3 {
  padding: 8px 0;
  margin: 0;
}
body .image-content .content .inner .row .text .readmore button {
  padding-left: 0;
}
body .image-content .content .inner .row .text .readmore button:before {
  left: -25px;
}
body .image-content .content .inner .row.year {
  display: block;
}
body .image-content .content .inner .row.year h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 449px) {
  body .image-content .content .inner .row.year ul {
    text-align: left;
  }
}
body .image-content .content .inner .row.year ul li {
  margin-bottom: 15px;
}
body .image-content .content .inner .row.year ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: black;
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
}
@media screen and (max-width: 449px) {
  body .image-content .content .inner .row.year ul li:before {
    left: -16px;
  }
}
body .image-content .content .bar {
  min-width: 60px;
  background-color: #d3e1da;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  body .image-content .content .bar {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 749px) {
  body .image-content.icon-liste {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .image {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  body .image-content.icon-liste .image {
    width: 100%;
    position: absolute;
    top: 100px;
    bottom: -50px;
  }
}
body .image-content.icon-liste .image img {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  max-height: 500px;
  width: unset;
}
@media screen and (max-width: 749px) {
  body .image-content.icon-liste .image img {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    left: unset;
    top: unset;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  body .image-content.icon-liste .content {
    width: 100%;
    padding: 0 8vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099px) {
  body .image-content.icon-liste .content .inner {
    padding: 0 40px 30px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .inner .row {
    display: block;
  }
}
@media screen and (max-width: 1099px) {
  body .image-content.icon-liste .content .inner .row .icon {
    min-width: 80px;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .inner .row .icon img {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .inner .row .text h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .inner .row .text .readmore button {
    padding-left: 25px;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .inner .row .text .readmore button:before {
    left: 0;
  }
}
@media screen and (max-width: 899px) {
  body .image-content.icon-liste .content .bar {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  body .image-content.icon-liste .content .bar {
    display: none;
  }
}
body .image-content.animation .content .inner .row {
  opacity: 0;
}
body .image-content.animation .content .inner .row .icon {
  opacity: 0;
}
body .image-content.animation .content .bar {
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
}
body .image-content.animation.right .content .bar {
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
}
body .intro-iconlist {
  display: flex;
  justify-content: center;
  padding: 0 10vw;
  overflow: hidden;
}
body .intro-iconlist .contentbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 60px 60px 60px;
}
body .intro-iconlist .contentbox h2 {
  padding: 42px 0 35px;
  margin: 0 120px;
  text-align: center;
  width: 100%;
}
body .intro-iconlist .contentbox h2:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #232323;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
}
@media screen and (max-width: 499px) {
  body .intro-iconlist .contentbox h2 {
    margin: 0 12vw;
  }
}
body .intro-iconlist .contentbox >p {
  padding: 0 14vw;
  text-align: center;
}
body .intro-iconlist .contentbox .readmore {
  margin-top: 50px;
}
body .intro-iconlist.horizontal {
  background: linear-gradient(#fbfbfb 67%,#d3e1da 33%);
}
body .intro-iconlist.horizontal .contentbox .iconlist-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin-top: 93px;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box {
  width: 100%;
  max-width: 350px;
  height: 205px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box img {
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(1) img {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(2) img {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(3) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-of-type(3) img {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
@media screen and (max-width: 499px) {
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box h3 {
    font-size: 14px;
  }
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box img {
  position: absolute;
  top: -58px;
  border: 30px solid #fbfbfb;
  border-radius: 100px;
  background-color: #fbfbfb;
}
body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box .black-line {
  width: 72px;
  border: solid 2px black;
  margin-top: 50px;
  position: absolute;
}
@media screen and (max-width: 1499px) {
  body .intro-iconlist.horizontal {
    background: linear-gradient(#fbfbfb 29%,#d3e1da 0%);
  }
  body .intro-iconlist.horizontal .contentbox {
    padding: 30px 0px 60px 0px;
  }
  body .intro-iconlist.horizontal .contentbox >p {
    padding: 0px;
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container {
    margin-top: 0px !important;
    flex-direction: column;
    align-items: center;
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box {
    margin-top: 70px;
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box img {
    border: 30px solid #d3e1da;
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box:nth-child(1) img {
    border: 30px solid #fbfbfb;
  }
}
body .intro-iconlist.vertikal .left-border {
  width: 60px;
  height: 47%;
  background-color: #d3e1da;
  position: absolute;
  left: 0px;
  top: 240px;
}
@media screen and (max-width: 689px) {
  body .intro-iconlist.vertikal .left-border {
    display: none;
  }
}
body .intro-iconlist.vertikal .right-border {
  width: 60px;
  height: 47%;
  background-color: #d3e1da;
  position: absolute;
  right: 0px;
  top: 240px;
}
@media screen and (max-width: 689px) {
  body .intro-iconlist.vertikal .right-border {
    display: none;
  }
}
body .intro-iconlist.vertikal .contentbox .iconlist-container {
  display: flex;
  flex-direction: column;
  width: 75vw;
  margin-top: 65px;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box {
  display: flex;
  border-bottom: solid 2px #a4a4a4;
  padding: 30px 0;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box img {
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(1) img {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(2) img {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(3) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-of-type(3) img {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box:nth-last-child(1) {
  border: none;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .left {
  width: 50%;
  display: flex;
  align-items: center;
  height: 60px;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .left h3 {
  margin-left: 70px;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .right {
  width: 50%;
}
body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .right p {
  max-width: 530px;
}
@media screen and (max-width: 1279px) {
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box {
    flex-direction: column;
  }
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .left {
    width: 100%;
    text-align: center;
    display: block;
    height: unset;
  }
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .left h3 {
    margin: 0;
    font-size: 14px;
  }
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .left img {
    margin: 0 auto 20px;
  }
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  body .intro-iconlist.vertikal .contentbox .iconlist-container .iconlist-box .right p {
    margin: 0 auto;
  }
}
body .intro-iconlist.animation h2:before {
  width: 0px;
}
body .intro-iconlist.animation .contentbox .iconlist-container .iconlist-box {
  opacity: 0;
}
body .intro-iconlist.animation .contentbox .iconlist-container .iconlist-box img {
  opacity: 0;
}
body .content-twocolumns {
  display: flex;
  flex-direction: row;
  margin: 80px 0 160px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  body .content-twocolumns {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 449px) {
  body .content-twocolumns {
    margin-bottom: 80px;
  }
}
body .content-twocolumns .content {
  display: flex;
  flex-direction: row;
  width: 50%;
}
@media screen and (max-width: 999px) {
  body .content-twocolumns .content {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  body .content-twocolumns .content {
    display: block;
  }
}
body .content-twocolumns .content .inner {
  padding: 0 70px;
}
@media screen and (max-width: 999px) {
  body .content-twocolumns .content .inner {
    padding: 30px 90px 70px;
  }
}
@media screen and (max-width: 449px) {
  body .content-twocolumns .content .inner {
    padding: 30px 12vw 70px;
  }
}
body .content-twocolumns .content .inner h2 {
  border-top: 5px solid #232323;
  padding: 42px 0 30px;
}
body .content-twocolumns .content .inner h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 419px) {
  body .content-twocolumns .content .inner h3 {
    font-size: 14px;
  }
}
body .content-twocolumns .content .inner ul li {
  margin-bottom: 15px;
}
body .content-twocolumns .content .inner ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: black;
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
}
@media screen and (max-width: 449px) {
  body .content-twocolumns .content .inner ul li:before {
    left: -16px;
  }
}
body .content-twocolumns .content .bar {
  min-width: 60px;
  background-color: #d3e1da;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  body .content-twocolumns .content .bar {
    display: none;
  }
}
body .content-twocolumns .content:nth-of-type(2) {
  background-color: #d3e1da;
}
@media screen and (max-width: 999px) {
  body .content-twocolumns .content:nth-of-type(2) {
    justify-content: center;
  }
}
body .content-twocolumns .content:nth-of-type(2) .inner {
  padding: 50px 70px;
}
@media screen and (max-width: 449px) {
  body .content-twocolumns .content:nth-of-type(2) .inner {
    padding: 50px 12vw 70px;
  }
}
body .content-twocolumns .content:nth-of-type(2) .inner .icon {
  margin-bottom: 45px;
}
@media screen and (max-width: 999px) {
  body .content-twocolumns .content:nth-of-type(2) .inner .icon img {
    margin: 0 auto;
  }
}
body .content-twocolumns .content:nth-of-type(2) .inner .row {
  padding: 35px 0 10px;
  border-bottom: 1px solid #a4a4a4;
  opacity: 1;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:last-of-type {
  border: none;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(2) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(3) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(4) {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(5) {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(6) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
body .content-twocolumns .content:nth-of-type(2) .inner .row:nth-of-type(7) {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
body .content-twocolumns.animation .content .bar {
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
}
body .content-twocolumns.animation .content:nth-of-type(2) .inner .row {
  opacity: 0;
}
body .content-backgroundimage {
  display: flex;
  justify-content: center;
  margin: 80px 0 160px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  body .content-backgroundimage {
    margin-bottom: 50px;
  }
}
body .content-backgroundimage .inner {
  width: 960px;
  padding: 70px 60px;
  background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0)), linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.97) 49%,#fbfbfb);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  body .content-backgroundimage .inner {
    width: 780px;
  }
}
@media screen and (max-width: 899px) {
  body .content-backgroundimage .inner {
    width: 450px;
  }
}
@media screen and (max-width: 599px) {
  body .content-backgroundimage .inner {
    width: 100%;
    padding: 50px 12vw;
  }
}
body .content-backgroundimage .inner h2 {
  padding: 42px 0 35px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
body .content-backgroundimage .inner h2:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #232323;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
}
@media screen and (max-width: 499px) {
  body .content-backgroundimage .inner h2 {
    margin: 0 12vw;
  }
}
body .content-backgroundimage .inner h3 {
  margin-bottom: 35px;
}
body .content-backgroundimage .inner p {
  margin-bottom: 25px;
}
body .content-backgroundimage .inner .wrap {
  width: 714px;
  overflow: hidden;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
body .content-backgroundimage .inner .wrap.folded {
  max-height: 550px;
}
body .content-backgroundimage .inner .wrap p strong {
  font-weight: 500;
}
body .content-backgroundimage .inner .expand {
  margin-top: 40px;
  display: none;
}
body .content-backgroundimage .inner .expand.show {
  display: block;
  cursor: pointer;
}
body .content-backgroundimage.animation .inner h2:before {
  width: 0;
}
body footer .contactform h2 {
  padding: 42px 0 35px;
  margin: 0 120px;
  text-align: center;
}
body footer .contactform h2:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #232323;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
}
body footer .contactform h2.animation:before {
  width: 0px;
}
@media screen and (max-width: 499px) {
  body footer .contactform h2 {
    margin: 0 12vw;
  }
}
body footer .contactform .background {
  background-color: #d3e1da;
  display: flex;
  justify-content: center;
}
body footer .contactform .background .inner {
  width: 1100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  body footer .contactform .background .inner {
    width: 860px;
  }
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner {
    width: 100%;
    padding: 0 12vw 40px;
  }
}
body footer .contactform .background .inner p {
  text-align: center;
  padding: 48px 0;
  width: 100%;
}
body footer .contactform .background .inner .wpcf7 .screen-reader-response {
  display: none;
}
body footer .contactform .background .inner .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
}
body footer .contactform .background .inner .wpcf7 form .wpcf7-response-output {
  margin: -20px auto 30px;
  width: 100%;
  border-bottom: 2px solid #232323;
  padding-bottom: 10px;
}
body footer .contactform .background .inner .wpcf7 form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
body footer .contactform .background .inner .wpcf7 form .column {
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner .wpcf7 form .column {
    min-width: 100%;
  }
}
body footer .contactform .background .inner .wpcf7 form .column .row {
  padding-right: 15px;
  margin-bottom: 18px;
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner .wpcf7 form .column .row {
    padding-right: 0;
  }
}
body footer .contactform .background .inner .wpcf7 form .column .row input,
body footer .contactform .background .inner .wpcf7 form .column .row textarea {
  height: 48px;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px 0;
  border: none;
  border-radius: 0;
  background: white;
  color: #232323;
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
}
body footer .contactform .background .inner .wpcf7 form .column .row textarea {
  height: 246px;
  resize: none;
  padding-top: 13px;
  overflow: auto;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area {
  width: 100%;
  position: relative;
  overflow: visible;
  text-align: left;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area select {
  display: none;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-selected {
  width: 100%;
  padding: 13px 15px 10px;
  background-color: white;
  color: #232323;
  font-size: 14px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  user-select: none;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-selected:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg");
  background-position: right 15px center;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  width: 47px;
  height: 47px;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-selected.select-arrow-active:after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding-right: 15px;
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-items {
    padding-right: 0;
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.15);
    box-shadow: 0 4px 4px rgba(0,0,0,0.15);
  }
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-items div {
  padding: 11px 15px;
  color: #232323;
  background-color: white;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-hide {
  display: none;
}
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .select-items div:hover,
body footer .contactform .background .inner .wpcf7 form .column .row#area.area .same-as-selected {
  color: #5b5b5b;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox {
  margin-top: 30px;
  cursor: pointer;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label {
  position: relative;
  display: block;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 15px;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label .checkmark:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  width: 22px;
  height: 22px;
  background-color: #232323;
  position: absolute;
  display: block;
  content: "";
  border-radius: 13px;
  left: 4px;
  top: 4px;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label input:checked ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label .wpcf7-list-item-label {
  padding-left: 45px;
  display: block;
  width: 425px;
  cursor: pointer;
}
@media screen and (max-width: 1249px) {
  body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label .wpcf7-list-item-label {
    width: 400px;
  }
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner .wpcf7 form .column .row.checkbox label .wpcf7-list-item-label {
    width: 100%;
  }
}
body footer .contactform .background .inner .wpcf7 form .column .row.submit {
  margin-top: 30px;
}
body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap {
  padding-left: 25px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}
body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg") center center no-repeat;
  width: 20px;
  height: 24px;
  background-size: 100%;
  left: 0;
  top: 0;
}
body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap input {
  height: unset;
  width: unset;
  padding: 0;
  background: none;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
}
body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  body footer .contactform .background .inner .wpcf7 form .column .row.submit {
    display: flex;
    justify-content: center;
  }
}
body footer .bottom {
  height: 94px;
  padding: 23px 62px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body footer .bottom .footermenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  body footer .bottom .footermenu {
    flex-wrap: wrap;
    width: 150px;
    margin: 0 auto;
  }
}
body footer .bottom .footermenu li {
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  background: none;
  position: relative;
  padding-left: 25px;
  margin-right: 100px;
}
@media screen and (max-width: 749px) {
  body footer .bottom .footermenu li {
    width: 100%;
    margin-bottom: 10px;
  }
}
body footer .bottom .footermenu li:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/secondlanguage-theme/img/arrow.svg") center center no-repeat;
  width: 20px;
  height: 24px;
  background-size: 100%;
  left: 0;
  top: 0;
}
body footer .bottom a {
  height: 50px;
}
@media screen and (max-width: 749px) {
  body footer .bottom a img {
    display: none;
  }
}
body footer .bottom a img:nth-of-type(1) {
  visibility: visible;
}
body footer .bottom a img:nth-of-type(2) {
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
body footer .bottom a:hover img:nth-child(1) {
  visibility: hidden;
}
body footer .bottom a:hover img:nth-child(2) {
  visibility: visible;
}
@media screen and (max-width: 799px) {
  body.sozialwissenschaftliche-texte header .middle .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  }
}
@media screen and (max-width: 499px) {
  body.rechtstexte header .middle .right {
    background-position: center right -210px;
  }
}
@media screen and (max-width: 499px) {
  body.preise header .middle .right {
    background-position: center right -110px;
  }
  body.preise header .middle .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  }
}
@media screen and (max-width: 1199px) {
  body.vita .image-content.text {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  body.vita .image-content.text .image {
    width: 60%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 899px) {
  body.vita .image-content.text .image {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  body.vita .image-content.text .content {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  body.vita .image-content.text .content .inner {
    padding-left: 130px;
  }
}
@media screen and (max-width: 899px) {
  body.vita .image-content.text .content .inner {
    padding-left: 90px;
  }
}
@media screen and (max-width: 449px) {
  body.vita .image-content.text .content .inner {
    padding-left: 12vw;
  }
}
@media screen and (max-width: 449px) {
  body.kontakt .image-content .image {
    display: none;
  }
}
body.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
@-webkit-keyframes mouse {
  60% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  65% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
  }
  73% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }
  78% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
  85% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  body header .middle nav .inner ul li ul {
    height: 360px;
    top: -60px;
  }
  body .intro-iconlist .contentbox >p {
    max-width: 100%;
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  body .intro-iconlist.horizontal .contentbox .iconlist-container .iconlist-box .black-line {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap:before {
    top: 11px;
  }
  body footer .contactform .background .inner .wpcf7 form .column .row.submit .submit-wrap input {
    width: 100px;
  }
}
