/****** PLACE YOUR CUSTOM STYLES HERE ******/
:focus {
    outline: none;
}

h1, h2, h3, h4, h5 {
   /*color: #09142B;*/
   color: #293133;
   font-weight: bold;
}

h3.uppercase {
   font-weight: bold;
}

.accordion li.active .content {
    max-height: 450px;
}

h2 {
   font-size: 45px;
}

/*p, strong {*/
p {
    color: #293133;
}

p {
   font-size: 15px;
}

a {
    /*color: #e21f2f;*/
    color: darkorange;
}

li {
   color: #293133;
}

a:hover {
    color: #748182;
}

td,th {
   font-size: 15px;
}

.two-cols {
    column-count: 2;
    column-gap: 30px;
}

.image-square {
    margin-bottom: 96px;
}

.image-square > .content {
    padding: 0 5%;
}

.pdt-0 {
    padding-top: 0;
}

.pdt-120 {
    padding-top: 120px;
}

.pdl-0 {
    padding-left: 0;
}

.mb50 {
    margin-bottom: 50px;
}

ul.bullets {
    list-style: none;
    list-style-type: disc;
    margin-left: 26px;
}

/*.contact-home button[type="submit"] {
    width: 150px;
}*/

/*.contact-home {
    padding-top: 20px;
}*/

/*.contact-home p,
.contact-home strong {
    color: #fff;
}*/

.contact-home a {
    color: #fff;
    /*color: black;*/
}

input[type="submit"],
button[type="submit"] {
    /*border: 2px solid #e21f2f;*/
    border: 0;
    background: orange;
    color: #fff;
}

.btn,
.btn:visited {
   /*color: #e21f2f !important;*/
   /*border-color: #e21f2f !important;*/
}

/*.btn:hover {
   background-color: #e21f2f !important;
   color: #fff !important;
}*/

.btn.btn-white,
.btn.btn-white:visited {
    border-color: #fff !important;
    color: #fff !important;
}

.btn.btn-white:hover {
    background-color: #fff !important;
    color: #132751 !important;
}

.text-tabs .active .tab-title {
    color: #e21f2f;
}

.text-tabs .tab-title:after {
    background-color: #e21f2f;
}

.text-tabs .tab-title {
    color: #09142B;
}

.text-tabs .tab-content p {
    text-align: left;
}

.text-tabs .tab-content .btn {
    width: 37%;
}

.footer-contact input[type="text"] {
    width: calc(50% - 5px);
}

.footer-contact input[type="text"]:nth-of-type(1) {
    margin-right: 5px;
}

.footer-contact button[type="submit"] {
    width: calc(50% - 5px);
}

.menu > li ul {
    width: 370px;
    left: -130px;
}

nav.transparent .menu > li.active > a {
    color: #e21f2f;
}

nav.transparent .menu > li.has-dropdown > ul li.active a {
    opacity: 1;
}

/*section.blue,
section.lightblue,
section.grey {
   padding: 60px 0;
}*/

section.blue {
   background-color: #132751;
}
section.lightblue {
   background-color: #29447e;
}
section.grey {
   background-color: #e5e5e5;
}

section.blue p,
section.blue h1,
section.blue h2,
section.blue h3,
section.blue h4,
section.blue h5,
section.blue li,

section.lightblue p,
section.lightblue h1,
section.lightblue h2,
section.lightblue h3,
section.lightblue h4,
section.lightblue h5,
section.lightblue li {
   color: #fff;
   /*color: black;*/
}

section.grey p,
section.grey td,section.grey th,
section.grey h1,
section.grey h2,
section.grey h3,
section.grey h4,
section.grey h5,
section.grey li {
   color: #293133;
}

section.divider {
    padding: 0;
    height: 15px;
}

/*.divider.red {
    background-color: #e21f2f;
}*/

.menu li a {
  font-size: 13px;
}

.divider {
   background-color: #a4a4a4;
}

nav.transparent.fixed {
    background-color: #132751;
}

nav.transparent.fixed .menu > li > a {
    color: #fff;
    opacity: 1;
}

nav.transparent .menu li.active > a {
   color: orange;
   font-weight: bolder;
}

nav.transparent .menu > li > a:hover {
   color: darkorange;
   font-weight: bolder;
}

nav.transparent.fixed .menu > .has-dropdown:after {
    color: #fff;
    opacity: 1;
}

footer.bg-dark {
   /*background-color: #09142B;*/
   background-color: #132751;
   color: white;
}

.menu > li ul {
    background-color: #09142B;
}

/*#contact {
    padding-top: 100px;
}*/

#kunden i.fa {
    /*color: #29447e;*/
    color: #293133;
    float: left;
    margin-right: 15px;
    clear: both;
}

.image-bg .feature.boxed {
   /*background: rgba(9, 20, 43, 0.7);*/
   background: rgb(9, 20, 43);
   padding: 32px 15px;
}

.text-shadow {
   text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.image-bg .feature.feature-1 h5:nth-of-type(4) {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
    transform: rotate(90deg);
}

.slick-prev {
    left: -25px;
    top: 10px;
}

.slick-next {
    left: -25px;
    top: 50px;
}

.slick-prev:before, .slick-next:before {
    color: #29447e;

}

.acc-trigger {
    cursor: pointer;
}

.acc-trigger i {
    font-weight: bold;
    font-size: 14px;
}

.scroll-down {
    text-align: center;
    position: relative;
    top: -65px;
}

.scroll-down-btn {
    position: relative;
    left: calc(50% - 50px);
    /*bottom: 125px;*/
    bottom: 25px;
    width: 100px;
    height: 50px;
    display: block;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.scroll-down-btn span {
    font-size: 12px;
}

.scroll-down-btn i {
    animation: swipe 2s infinite;
    -webkit-animation: swipe 2s infinite;
    -moz-animation: swipe 2s infinite;
    -o-animation: swipe 2s infinite;
    margin-bottom: 5px;
}

@-webkit-keyframes swipe {
    0% {-webkit-transform: translateY(0);}
    50% {opacity: 0;}
    60% {-webkit-transform: translateY(20px);}
    70% {opacity: 0;}
}

.page-title.page-title-2 .background-image-holder {
    top: -200px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.slider-text {
   position: absolute;
   bottom: 70px;
   /*left: 50%;*/
   font-size: 35px;
   line-height: 50px;
   text-align: center;
   font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

   /*width: 600px;*/
   /*margin-left: -300px;*/
}

.slider-text > * {
   text-shadow: 1px 1px 1px black;
}

.small-header,
.small-header ul,
.small-header ul li {
   height: 455px;
}
.small-header .slider-text {
   /*margin-top: -680px;*/
}
.small-header .scroll-down,
.small-header a.btn,
.small-header .bottom-row img {
   display: none;
}

ul li {
   font-size: 15px;
}

.grayscale {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}

.button-tabs .active .tab-title,
.button-tabs .active .tab-title:hover {
   background-color: darkorange;
}

.button-tabs .active .tab-title:hover {
   opacity: 0.8;
}

.accordion-1 .active .title,
.accordion-1 .active .title:hover {
   background-color: darkorange;
}
.accordion-1 .active .title:hover {
   opacity: 0.8;
}

.accordion .title:before {
   font-family: 'themify';
   content: "\e649";
   padding-right: 5px;
}
.accordion .active .title:before {
   font-family: 'themify';
   content: "\e64b";
   padding-right: 8px;
}

.accordion li {
   margin-bottom: 0px;
}


#branchen .feature {
    /*padding-bottom: 10px;*/
    padding: 0;
    margin-bottom: 5px;
    height: 60px;

    display: table;
    width: 100%;
}
#branchen .feature > div {
   display: table-cell;
   vertical-align: middle;
   padding-left: 12px;
}
#branchen .feature h5 {
    padding: 5px;
    margin-bottom: 0;
}

.cover h1 {
   text-transform: uppercase;
}

ul.accordion .content h5 {
   padding: 20px 0 0 15px;
   margin-bottom: 0px;
}