@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url(https://fonts.googleapis.com/css?family=Lobster);



body {
  font: 300 14px/1.8 "Raleway", sans-serif;
  overflow-x: hidden;
}

body.popup-open {
  overflow-y: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #e7746f;
}

a:hover {
  text-decoration: none;
  color: #999;
}

body {
  background: #ffffff;
  color: #202225;
}

.hidephp {
  display: none;
}



/* ---------------------------------------------- /*
 * Animations
/* ---------------------------------------------- */



.navbar a,
.form-control {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
blink {
  animation: blink 1s infinite;
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.darkmode,
.form-control,
.input-group-addon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}



/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */



h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 40px/1.2 Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 5px 0 5px;
  color: #000;
}

h2 {
  font-size: 30px;
  margin: 0 0 30px;
  color: #000;
  display: inline;
}
@media (max-width: 600px) {
  .h2 {
    display: block;
  }
}

h3 {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

h4 {
  font-size: 12px;
  letter-spacing: 1px;
}

h5 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

h6 {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
}



/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */



#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.ckWrap {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -600px;
  z-index: 99999;
  border: 1px solid #777;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -10px 25px -5px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: ckUp 2.5s forwards;
  animation-delay: 1s;
  -webkit-animation: ckUp 2.5s forwards;
  -webkit-animation-delay: 1s;
}

.ckWrap.acptd {
  animation: ckDn 2.5s backwards;
  animation-delay: 0.3s;
  -webkit-animation: ckDn 2.5s backwards;
  -webkit-animation-delay: 0.3s;
}

.ckWrap.hidden {
  display: none;
}

.ckWrap .ckCont svg {
  width: 50px;
  height: 50px;
  fill: #08102b;
  stroke: #08102b;
  stroke-width: 0.8;
}

.ckCont h2 {
  color: #08102b;
  font-size: 2rem;
  font-weight: 800;
  font-family: inherit;
  line-height: 1;
}

.ckCont p {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.7em;
  color: #08102b;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: inherit;
}

.ckWrap .btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 2px;
  line-height: 20px;
  color: #fefefe;
  background-color: #e7746f;
  font-size: 13px;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ckWrap .btn:hover {
  opacity: 0.8;
  transform: scale(0.97);
}

.ckWrap .btn.outl {
  color: #08102b;
  margin-left: 8px;
  background-color: transparent;
  border: 1px solid #767676;
}

.ckWrap .btn.outl:hover {
  border-color: #e7746f;
}

@media screen and (min-width: 768px) {
  .ckWrap {
    max-width: 450px;
    border-radius: 15px;
    left: auto;
    right: 20px;
    bottom: -500px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    animation: ckdeskUp 2.5s forwards;
    animation-delay: 1s;
    -webkit-animation: ckdeskUp 2.5s forwards;
    -webkit-animation-delay: 1s;
  }

  .ckWrap.acptd {
    animation: ckdeskDn 2.5s backwards;
    animation-delay: 0.3s;
    -webkit-animation: ckdeskDn 2.5s backwards;
    -webkit-animation-delay: 0.3s;
  }
}
@-webkit-keyframes ckUp {
  100% {
    bottom: 0;
  }
}
@keyframes ckUp {
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes ckdeskUp {
  100% {
    bottom: 30px;
  }
}
@keyframes ckdeskUp {
  100% {
    bottom: 25px;
  }
}
@-webkit-keyframes ckDn {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -600px;
  }
}
@keyframes ckDn {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -600px;
  }
}
@-webkit-keyframes ckdeskDn {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: -600px;
  }
}
@keyframes ckdeskDn {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: -600px;
  }
}



/* ---------------------------------------------- /*
 * Blocks
/* ---------------------------------------------- */



.btn {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 8px 26px;
  border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: inherit !important;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 25px;
  font-size: 13px;
  background: #333;
  color: #fff;
}

.btn-lg:hover,
.btn-group-lg > .btn:hover {
  background: rgba(231, 116, 111, 0.8);
  color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 25px;
  font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 25px;
  font-size: 10px;
}

.btn .icon-before {
  margin-right: 6px;
}

.btn .icon-after {
  margin-left: 6px;
}

.pfblock {
  padding: 80px 0 10px;
}
@media (max-width: 767px) {
  .pfblock {
    padding: 120px 0 10px;
  }
}

.pfblock-contact {
  padding: 120px 0 100px;
}

.pfblock-gray {
  background: #e6e6e6;
}

.pfblock-image {
  padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
  color: #fff;
}

.pfblock-header {
  text-align: center;
  margin: 0 0 50px;
}

.pfblock-header-left {
  text-align: left;
}

.pfblock-header-left .pfblock-line {
  width: inherit;
  margin: 30px 0;
}

.pfblock-title {
  font-weight: 800;
  margin-top: 10px !important;
}

.pfblock-subtitle {
  font-family: Raleway, "Times New Roman", Times, sans-serif;
  font-style: normal;
  font-size: 18px;
}

.pfblock-line {
  background: rgba(135, 135, 135, 0.5);
  width: 100px;
  height: 1px;
  margin-top: 15px !important;
  margin: 30px auto;
}

.pfblock-icon {
  font-size: 32px;
}

.calltoaction * {
  text-align: center;
}

.calltoaction {
  position: relative; /* Hinzugefügt */
  background: url(../images/banner.jpg);
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  color: #999;
}

@media screen and (max-width: 1200px) {
  .calltoaction {
    padding: 50px 0px 20px 0px;
    margin-top: -20px;
  }
}

.calltoaction-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 84, 6, 0.43); /* Geändert */
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-size: cover;
  padding: 0; /* Geändert */
  color: #999;
}

.calltoaction h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.calltoaction-decription {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #fff;
}

.calltoaction-btn {
  text-align: center;
}

.calltoaction-btn > .btn {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  margin-top: 5px;
  margin-bottom: 5px;
}

.calltoaction-btn > .btn:hover {
  background: #fff;
}

.long-down {
  margin-bottom: 40px;
}



/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */



#home {
  background: url(../images/enterpage.jpg);
  background-color: #222;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
}

.home-overlay {
  background-color: rgba(44, 62, 80, 0.3);
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.intro {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0 15px;
}

.intro h1 {
  font-weight: 800;
}

.start {
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-style: normal;
  text-transform: none;
  margin: 15px 0;
}

.iconbox {
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
  padding: 40px 20px;
  margin: 0 0 20px;
}

.iconbox-icon {
  margin: 0 0 15px;
  font-size: 32px;
  color: #222;
}

.iconbox-title {
  margin: 0 0 15px;
  padding: 0;
}



/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */



.header {
  border-bottom: 0.1px solid #333;
  position: relative;
  width: 100%;
  z-index: 998;
  background-color: #333;
}

.navbar-cloud {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 15px;
  color: #e7746f;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.navbar-custom {
  z-index: 998;
  font-size: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
  background: #fff;
  padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
  font-size: 10px;
  letter-spacing: 3px;
  color: #222;
}

.navbar-custom .nav li a:hover {
  background: none;
  outline: 0;
  color: #222;
  font-size: 12px;
  font-family: Raleway, sans-serif;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
  background: none;
  outline: 0;
  color: #e7746f;
  font-size: 12px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

.navbar-custom .navbar-brand {
  background-image: url("/assets/images/CH.png");
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-brand {
    margin-top: 20px;
    margin-left: 2%;
  }
}

.navbar-toggle {
  top: 4px;
  font-size: 24px;
}



/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */



@media (max-width: 767px) {
  .calltoaction {
    text-align: center;
  }
  .container {
    display: block;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 34px;
    letter-spacing: 3px;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 30px;
    letter-spacing: 3px;
  }
}



/*--------------------------------*/
/* Server
/*--------------------------------*/



.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .grid {
    max-width: 70%;
  }
}

.grid h2 {
  font-size: 20px;
  color: #000;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: auto;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 991px) {
  .grid figure figcaption {
    padding: 1em;
  }
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
@media screen and (max-width: 767px) {
  .grid figure p {
    letter-spacing: 1px;
    font-size: 60.5%;
  }
}

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
@media screen and (max-width: 767px) {
  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  color: #fff;
}
@media screen and (max-width: 767px) {
  figure.effect-bubba h2 {
    padding-top: 5%;
  }
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media screen and (max-width: 767px) {
  figure.effect-bubba p {
    padding: 5px 2.5em;
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  figure.effect-bubba p {
    padding: 0px;
    font-size: 10px;
  }
}
@media screen and (max-width: 376px) {
  figure.effect-bubba p {
    padding: 0px;
    color: transparent !important;
  }
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1199px) {
  figure.effect-bubba:hover h2 {
    font-size: 16px;
    margin-top: -15px !important;
    padding-bottom: 5px;
  }
  figure.effect-bubba:hover p {
    font-size: 10px !important;
    margin-top: -20px;
  }
}
@media screen and (max-width: 991px) {
  figure.effect-bubba:hover h2 {
    font-size: 12px;
    letter-spacing: 0.5px !important;
  }
  figure.effect-bubba:hover p {
    font-size: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  figure.effect-bubba:hover h2 {
    padding-top: 0% !important;
    font-size: 100%;
    margin-top: -3% !important;
    padding-bottom: 5px;
  }
  figure.effect-bubba:hover p {
    font-size: 66% !important;
    padding-top: 10%;
  }
}
@media screen and (max-width: 500px) {
  figure.effect-bubba:hover h2 {
    padding-top: 0% !important;
    font-size: 80%;
    margin-top: -3% !important;
    padding-bottom: 5px;
  }
  figure.effect-bubba:hover p {
    font-size: 56% !important;
    padding-top: 10%;
  }
}

.cbp-qtrotator {
  position: relative;
  margin: 3em auto 0em auto;
  max-width: 90%;
  width: 90%;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #ff5252;
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
}

.cbp-qtrotator blockquote p {
  font-size: 2em;
  color: #888;
  font-weight: 300;
  margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
  content: "― ";
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
}

@media screen and (max-width: 30.6em) {
  .cbp-qtrotator {
    font-size: 70%;
  }
  .cbp-qtrotator img {
    width: 80px;
  }
}



/* ---------------------------------------------- /*
 * Kontakt
/* ---------------------------------------------- */



.input-group .form-control {
  z-index: auto;
}

.input-group-addon {
  background: #d8e1e4;
  border: 2px solid #d8e1e4;
  padding: 6px 15px;
  font-weight: 700;
}

.form-control {
  background: #fff;
  border: 1px solid #d8e1e4;
  font-size: 12px;
  padding: 0 15px;
}

.form-control:focus {
  border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 38px;
  font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 11px;
  height: 30px;
}

textarea.form-control {
  padding: 15px;
  max-width: 100%;
  min-width: 100%;
}

.ajax-response {
  text-align: center;
}



/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */



.overlay {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 80px auto;
  z-index: 99999999999;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  font-size: 17px !important;
  position: relative;
  document.body.style.overflow: hidden;
  transition: all 2s ease-in-out;
}
.popup p {
  font-size: 17px !important;
}
@media screen and (max-width: 767px) {
  .popup {
    width: 85%;
    font-size: 15px !important;
  }
  .popup p {
    font-size: 15px !important;
  }
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .popup .close {
    top: 0px;
    right: 0px;
  }
}

.popup .content {
  max-height: 600px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .popup .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#footer {
  background: #333;
  text-align: center;
  padding: 40px 0;
}

.copyright {
  margin: 0;
}

.copyright a {
  border-bottom: 1px dotted #fff;
}

#footer span {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: #e7746f;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.social-links li {
  display: inline-block;
  margin: 5px;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

.social-links a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(231, 116, 111, 0.8);
}
