/*
Theme Name: Castellana
*/

/*-----------------------------------------------------------------------------------*/

/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

/* Typography
================================================== */

body {
  font: 18px/24px "Lato", Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

p {
  margin: 0 0 20px 0;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
  line-height: 39px;
  font-style: italic;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  line-height: 39px;
  font-style: italic;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #222222;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  font-style: italic;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #222222;
}

h6 {
  font-size: 10px;
  line-height: 14px;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 80%;
}

address {
  font-style: normal;
}

ul {
  list-style: disc inside;
  padding-left: 20px;
}
.modal .close {
  background-color: white;
  border-radius: 50%;
  color: #dc2325;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -15px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  z-index: 10;
}
.modal .close:hover {
  opacity: 1;
}
.modal .close:focus {
  outline: none;
  border: none;
}
.modal .modal-dialog {
  text-align: center;
  position: relative;
}
.modal-body {
  display: flex;
  flex-direction: row;
}
.modal-body .black_button {
  max-width: 100%;
  margin-top: 30px;
}
.modal-body .black_button {
  transition: all 0.3s;
}
.modal-body .black_button:hover {
  color: white;
  text-decoration: none;
  background-color: #dc2325;
}
.modal-body .black_button:focus,
.modal-body .black_button:active,
.modal-body .black_button:visited {
  background-color: #222222;
  color: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 720px !important;
  }
}

.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1;
}
.message-contact strong {
  font-size: 20px;
}

.post ul,
.content ul {
  list-style: outside;
  padding-left: 20px;
}

ol {
  list-style: decimal inside;
}

li ul,
li ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}

pre {
  line-height: 1;
}

pre,
code,
kbd,
samp,
var {
  font-family: Courier, "Courier New", monospace;
}

pre,
code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  overflow-x: auto;
  overflow-y: hidden;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

iframe,
img {
  max-width: 100%;
}
.info {
  padding: 10px 0;
  text-align: center;
  background-color: #dc2325;
}
.info h2 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/

/*  2.  Header
/*-----------------------------------------------------------------------------------*/

header {
  background-color: #222222;
  color: #ffffff;
  margin-bottom: 50px;
}

.top_contact {
  padding: 6px 0px 11px 15px;
}

.top_contact li {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  border-right: 1px solid #ffffff;
  padding: 0px 7px 0px 3px;
}

.top_contact li:first-child {
  padding-left: 0px;
}

.top_contact li:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.top_contact li a {
  color: #ffffff;
}

.social {
  float: right;
  margin-right: 15px;
}

.social li {
  display: inline-block;
  margin-left: 28px;
  padding-top: 8px;
}

.social li a {
  color: #ffffff;
  font-size: 17px;
}

.social li a:hover {
  color: #dc2325;
}

/* MOBILE NAV */

#logo {
  position: relative;
}

.topNavBtn span,
.topNavBtn::after,
.topNavBtn::before {
  transition: all 0.3s ease-in-out;
  background-color: #333;
  height: 3px;
}

.topNavBtn {
  display: none;
  position: absolute;
  width: 32px;
  right: 0;
  top: 0;
}

.topNavBtn span {
  display: block;
  margin: 6px 0;
  opacity: 1;
}

.topNavBtn::after,
.topNavBtn::before {
  display: block;
  content: "";
}

.topNavBtn:hover span,
.topNavBtn:hover::after,
.topNavBtn:hover::before {
  background-color: #dc2325;
}

.topNavBtn:focus span,
.topNavBtn:focus::after,
.topNavBtn:focus::before {
  background-color: #333;
}

.topNavBtn.active span,
.topNavBtn.active::after,
.topNavBtn.active::before,
.topNavBtn.active:focus span,
.topNavBtn.active:focus::after,
.topNavBtn.active:focus::before {
  background-color: #dc2325;
}

.topNavBtn.active span,
.topNavBtn.active:focus span {
  opacity: 0;
}

.topNavBtn.active::before,
.topNavBtn.active:focus::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.topNavBtn.active::after,
.topNavBtn.active:focus::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/*Top Logo*/

.logo {
  margin: auto auto 47px auto;
}

/*Menu*/

.menu nav {
  background-color: #e8e8e8;
  border-top: 2px solid #d8d8d8;
}

.menu ul {
  border-top: 1px solid #ffffff;
  margin: 0px 15px;
  padding-left: 102px;
}

.menu ul li {
  display: inline-block;
}

.menu ul li:first-child a {
  border-left: 1px solid #c7c7c7;
}

.menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  padding: 10px 20px 10px 23px;
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  border-right: 1px solid #c7c7c7;
  margin-top: -1px;
  margin-left: -3px;
  letter-spacing: 1px;
}

.menu ul li a:hover {
  background-image: url(../images/link-hover.jpg);
  margin-top: -1px;
  color: #ffffff;
}

/*Slider*/

#slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#slider {
  background-image: url(../images/shadow.png);
  background-repeat: no-repeat;
  background-position: center 97%;
}

.owl-theme .owl-pagination {
  text-align: center;
  margin: 10px 0;
}

.owl-theme .owl-controls .owl-page {
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #999999;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #dc2325;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 34px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: -30px;
  transition: all 0.2s linear;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 1);
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 15px;
}

/*Main*/

.main {
  margin-top: 40px;
}

.img_hover {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.img_hover span {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 205px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s linear;
  opacity: 0;
}

.img_hover:hover span {
  opacity: 1;
}

.main .column.four {
  margin-bottom: 45px;
}

.main {
  font-style: italic;
}

.main h3 a {
  margin-bottom: 13px;
  color: #222;
}

/*Video Section*/

.video h3 {
  min-height: 47px;
  margin-bottom: 23px;
}

.video {
  margin-bottom: 88px;
}

/*Newsletter*/

.newsletter {
  background-color: #eaeaea;
  padding: 26px 49px 24px 58px;
  overflow: hidden;
  margin-bottom: 70px;
}

.red_span {
  color: #dc2325;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  padding-top: 5px;
}

.newsletter h2 {
  display: inline-block;
}

.newsletter h2 span {
  font-weight: 300;
}

.newsletter form {
  display: inline-block;
  float: right;
  margin-top: 12px;
}

.newsletter form input {
  display: inline-block;
  height: 40px;
  width: 310px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lato";
  border-color: #ffffff;
  background-image: url(../images/icmail.png);
  background-repeat: no-repeat;
  background-position: 12px 13px;
  padding-left: 47px;
}

.newsletter form input[type="submit"] {
  width: 102px;
  background-color: #222222;
  color: #fff;
  text-transform: uppercase;
  background-image: none;
  font-size: 13px;
  text-align: center;
  padding-left: 10px;
  border-color: #222222;
  margin-left: 15px;
}

.news_heading {
  float: left;
}

.divider {
  width: 100%;
  height: 50px;
  background-image: url(../images/divider.jpg);
  background-repeat: no-repeat;
}

/*Footer*/

footer {
  margin: 15px 0px 50px 0px;
}

footer h4 {
  font-size: 17px;
  line-height: 22px;
}

footer ul li,
footer ul li a {
  font-size: 15.4px;
  line-height: 29px;
  font-weight: 300;
  font-style: italic;
  color: #222222;
  list-style: none;
}

footer .column.three ul {
  padding-left: 30px;
}

footer .column.three img {
  margin-bottom: 16px;
}

#infomail {
  font-weight: normal;
}

.working h4 {
  padding: 0px 0px 15px 30px;
}

.working {
  padding-left: 45px;
}

footer .working ul li {
  line-height: 24px;
}

footer .working ul li span {
  font-weight: 700;
}

.contact h4 {
  padding-bottom: 20px;
}

footer form input {
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 21px;
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  border-color: #eeeeee;
  color: #222222;
}

footer textarea {
  width: 100%;
  min-height: 100px;
  margin: 42px 0px 20px 0px;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 21px;
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
  border-color: #eeeeee;
  color: #222222;
}

footer form input[type="submit"] {
  background-color: #222222;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  width: 120px;
}

footer .social a {
  color: #222222;
}

footer .social {
  float: none;
  padding-left: 0px;
  text-align: center;
}

footer .divider {
  margin-bottom: 20px;
}

.divider.small {
  background-image: url(../images/footer-devider.jpg);
  height: 12px;
  background-position: top center;
  margin: 25px 0px 40px 0px;
}

footer .column.twelve p {
  font-size: 14px;
  display: inline-block;
  color: #2a2a34;
}

footer .column.twelve p span {
  font-weight: 700;
  font-style: italic;
}

footer .column.twelve {
  text-align: center;
}

.impresum {
  border-left: 1px solid #ababae;
  margin-left: 6px;
  padding-left: 8px;
  color: #2a2a34;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
  line-height: 12px;
}

.frame {
  margin-top: 35px;
}

/*********************************************Contact******************************************/

#map iframe {
  width: 100%;
  margin-top: 55px;
}

.contact_form {
  max-width: 785px;
  margin: 80px auto;
}

.contact_form input,
.contact_form select {
  display: block;
  height: 40px;
  max-width: 585px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  font-family: "Lato";
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
}

.contact_form label {
  float: left;
  display: block;
  min-width: 200px;
  font-family: "Lato";
  font-style: italic;
  font-size: 17px;
}

.contact_form img {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.contact_form .img_code input {
  max-width: 309px;
}

.contact_form label span {
  color: #dc2325;
  font-weight: 900;
}

.contact_form input[type="submit"] {
  background-color: #222222;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  max-width: 215px;
  float: none;
  margin-left: 198px;
  margin-top: 30px;
}

.field {
  overflow: hidden;
}

/*******************************************About page***********************************************/

.inner-title {
  text-align: center;
  margin: 60px 0px;
}

.hero img {
  margin-bottom: 55px;
}

.hero p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  max-width: 1000px;
  margin: auto auto 30px auto;
}

.hero p span {
  font-weight: 700;
}

/*Team*/

.withspan {
  text-align: center;
  margin-bottom: 60px;
}

.team .column.four {
  margin-bottom: 50px;
}

.phone-circle {
  background-image: url(../images/phone-circle.png);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.mail-circle {
  background-image: url(../images/circle-mail.png);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.contact_person {
  background-color: #dc2325;
  padding: 20px 35px 17px 35px;
  width: 180px;
  position: absolute;
  bottom: 0px;
  opacity: 0;
}

.contact_person a {
  margin: 0px 11px;
}

.contact_person:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #dc2325 transparent;
  left: 50%;
  margin-left: -16px;
  bottom: 72px;
}

.person {
  float: left;
  position: relative;
  margin-right: 25px;
}

.person:hover .contact_person {
  opacity: 1;
  transition: opacity 0.25s linear;
}

.about_person h4 {
  color: #dc2325;
  text-transform: uppercase;
  font-weight: 700;
}

.about_person ul li {
  list-style: none;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 20px;
}

.about_person ul li span {
  font-size: 13.9px;
}

.about_person ul {
  padding-left: 0px;
}

.dog img {
  float: left;
  margin-right: 25px;
}

.dog {
  float: right;
  min-width: 500px;
  margin: 0px 150px 50px 0px;
}

.lightbox {
  margin-top: 30px;
}

.lightbox .column.four {
  margin-bottom: 70px;
}

/********************************************Inport page*******************************************/

.services .column.three {
  text-align: center;
}

.services img {
  margin: auto auto 40px auto;
}

.services h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.services {
  margin: 40px 0px 100px 0px;
}

.informationen h1 {
  text-align: center;
  margin-bottom: 65px;
}
.informationen h2 {
  text-align: center;
  margin-bottom: 65px;
  font-size: 36px;
  line-height: 39px;
  font-style: italic;
  text-transform: uppercase;
}

/*Accordion*/

.accordion_wrap h4 {
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 35px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 20px;
  border: 1px solid #929292;
  margin-bottom: -1px;
  cursor: pointer;
}

.accordion_content {
  margin: 40px 60px 60px 0px;
  display: none;
}

.accordion_wrap.active h4 {
  color: #ffffff;
  background-color: #dc2325;
  background-image: url(../images/active-arrow.png);
  border: 0px;
}

.black_button {
  background-color: #222222;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 14px;
  display: block;
  max-width: 165px;
  margin: 70px auto 30px auto;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

/*********************************************Kommission*******************************************/

.verkaufen {
  text-align: center;
}

.verkaufen .red_span {
  padding: 15px 0px 50px 0px;
}

.verkaufen ul {
  padding-left: 0px;
}

.verkaufen ul li {
  display: inline-block;
  max-width: 220px;
  font-style: italic;
  border-left: 4px solid #e2e2e2;
  min-height: 140px;
  vertical-align: middle;
}

.verkaufen ul li:last-child {
  border-right: 4px solid #e2e2e2;
}

.verkaufen ul li span {
  display: block;
  color: #dc2325;
  font-weight: 700;
  margin-bottom: 10px;
}

/*Blockquote*/

.blockquote {
  background-color: #e8e8e8;
  padding: 55px 0px 55px 184px;
  margin: 50px 0px;
}

.blockquote blockquote {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  position: relative;
  padding-left: 95px;
}

.blockquote blockquote:after {
  content: "”";
  position: absolute;
  font-family: "Arial";
  font-style: italic;
  font-weight: bold;
  font-size: 90px;
  color: #dc2325;
  top: 22px;
  left: -14px;
}

.blockquote blockquote span {
  font-weight: 700;
  display: inline-block;
  padding-top: 20px;
}

/*******************************************Partner Page*****************************************/

.brend {
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 35px 0px;
  min-height: 510px;
  margin-bottom: 70px;
}

.brend h4 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 80px;
}

.brend ul {
  padding-left: 0px;
}

.brend ul li {
  list-style: none;
  line-height: 30px;
  font-style: italic;
}

.brend img {
  margin: auto;
  max-height: 185px;
}

/*********************************************Impressum*******************************************/

.impressum h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 50px;
}

.impressum h4 {
  font-size: 17px;
  line-height: 24px;
  color: #e92323;
  font-weight: 700;
}

.impressum p {
  font-size: 17px;
  margin-bottom: px;
}

.impress_ul {
  padding-left: 0px;
  margin-bottom: 50px;
}

.impressum ul li {
  list-style: none;
  font-style: italic;
  font-size: 16px;
}

.impressum .visit {
  color: #dc2325;
}

.impressum .mailto {
  text-decoration: underline;
  color: #222222;
}

.minus {
  background-image: url(../images/plus.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 80px;
}

.minus.active {
  background-image: url(../images/minus.jpg);
}

/********************************************Fahrzeu Page*********************************************/

.red_span span {
  font-weight: 300;
  color: #222222;
}

.hero .red_span {
  display: block;
  text-align: center;
}

/*********************************************Responsiv***********************************************/

@media (min-width: 1024px) {
  .menu nav {
    display: block !important;
  }
}

/* Large screens (1024px) */

@media (max-width: 1024px) {
  .topNavBtn {
    display: block;
  }
  #slider {
    margin-top: 25px;
  }
  .menu nav {
    display: none;
  }
  .menu ul {
    padding: 0px 0;
    margin: 0px;
    text-align: center;
  }
  .menu ul li {
    display: block;
  }
  .menu ul li:first-child a {
    border-left: 0px;
  }
  .menu ul li a {
    border-right: 0px;
    display: block;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #ddd;
  }
  #slider {
    background-image: none;
  }
  .working h4,
  footer .column.three ul {
    padding-left: 0px;
  }
  .working {
    padding-left: 10px;
  }
  .video h3 {
    font-size: 17px;
  }
  .blockquote {
    padding: 55px 30px;
  }
}

/* Medium screens (668px) */

@media (max-width: 668px) {
  .logo {
    float: left;
    max-width: 80%;
  }
  .social {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  .social li:first-child {
    margin-left: 0px;
  }
  #slider {
    background-image: none;
  }
  .video img {
    margin-bottom: 50px;
  }
  .video h3 {
    min-height: 0px;
  }
  .newsletter {
    padding: 26px 20px 24px 20px;
  }
  .newsletter form input {
    width: 100%;
    margin: 10px 0px;
  }
  .newsletter form input[type="submit"] {
    margin-left: 0px;
    width: 100%;
  }
  footer h4 {
    margin-top: 60px;
  }
  footer .column.three ul {
    padding-left: 0px;
  }
  .working h4 {
    padding: 0px 0px 15px 0px;
  }
  /*404*/
  .inner-title h1 {
    margin-top: 60px;
    font-size: 33px;
    margin-bottom: 10px;
  }
  .inner-title .red_span {
    margin-bottom: 40px;
  }
  .person {
    float: none;
    margin: 40px 0px 10px 0px;
  }
  .dog {
    min-width: auto;
    margin: 30px 0px 15px 0px;
  }
  .dog img {
    display: block;
    float: none;
  }
  /*Fahrezeu*/
  .container.smaller {
    width: 95%;
  }
  .select_form ul {
    padding-right: 20px;
  }
  .select_form ul li {
    display: block;
    list-style: none;
    padding: 15px 0px 5px 0px;
  }
  .select_form select {
    width: 100%;
  }
  .select_form ul li:last-child {
    padding-left: 0px;
    padding-bottom: 20px;
    margin-left: 0px;
    border: 0px;
  }
  .supply ul li div {
    float: none;
  }
  .price p {
    text-align: left;
  }
  .pages li {
    margin-bottom: 25px;
  }
  /*Import*/
  .services img {
    margin: 40px auto 10px auto;
  }
  .services {
    margin: 0px 0px 50px 0px;
  }
  /*Impressum*/
  .impressum .hero img {
    margin-bottom: 0px;
  }
  .impressum h3 {
    margin: 30px 0px 10px 0px;
  }
  /*Komission*/
  .verkaufen ul li,
  .verkaufen ul li:last-child {
    border: 0px;
  }
  .blockquote {
    padding: 55px 20px;
  }
  .blockquote blockquote {
    padding-left: 0px;
  }
  .blockquote blockquote:after {
    top: -15px;
  }
  /*Kontakt*/
  .contact_form input[type="submit"] {
    margin-left: 0px;
  }
  /*Showroom*/
  .lightbox img {
    margin-bottom: 30px;
  }
  .code {
    margin: 25px 0;
  }
  .arrow {
    display: none !important;
  }
  .modal-body {
    flex-direction: column;
  }
  .modal-body .black_button {
    width: 100%;
    margin: 20px 0 10px 0;
  }
  .modal .close {
    right: 0;
    top: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
}

/* IZMJENE */
.owl-carousel figcaption {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.owl-carousel figcaption.mobile-fig {
  display: none;
}
.owl-carousel figcaption span {
  font-weight: 600;
}
.owl-theme .owl-pagination {
}
@media (max-width: 767px) {
  .owl-carousel figcaption.mobile-fig {
    display: inherit;
    font-size: 15px;
  }
  .owl-carousel figcaption.desktop-fig {
    display: none;
  }
}
@media (max-width: 400px) {
  .owl-carousel figcaption.mobile-fig {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 331px) {
  .owl-carousel figcaption.mobile-fig {
    font-size: 13px;
  }
}

.imp-info a {
  text-decoration: none;
  color: inherit;
}
.imp-info a:hover {
  text-decoration: underline;
}
.imp-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}
.imp-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.imp-info ul li {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.imp-info ul b {
  font-weight: 600;
}
.imp-info p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.imp-info .disc-list li {
  position: relative;
  padding-left: 15px;
}
.imp-info .disc-list li::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 13px;
}
.imp-info p a,
.imp-info h2 a {
  text-decoration: underline;
}
.imp-info p b {
  font-weight: 600;
}
.imp-info .intended {
  padding-left: 40px;
}
.imp-info h3,
.imp-info h4,
.imp-info h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .impressum {
    word-wrap: break-word;
  }
}
