/******************************************* KFZ Sachverständigen Büro Freund 2020 **************************************
*********************************** Coded by Schahed Hadawal @ KFZ Sachverständigen Büro Freund *******************************/


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1279px */
/* Tablet Layout: 767px */
/* Big Mobile Layouts: 568px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 479px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

/* ========================================================================================================
                                                    TABLE OF CONTENT
   ======================================================================================================== */
/*

1) Fonts & Colors
2) Pre Loader & Typedjs & Scroll-To-Top
3) Base
4) Header
5) Home
6) Sections
 6.a) Service
 6.b) FAQ
 6.c) Glossar
 6.c) About
 6.d) Contact
 6.e) AGB - Impressum - Datenschutz - Sitemap
8) Footer

*/

/* ----------     COLORS     ----------

black:  #000000;
white:  #ffffff;
grey:   #E5E5E5;
blue:   #14213D;
orange: #FCA311;

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

/* ========================================================================================================
                                                    BASE
   ======================================================================================================== */

body {
    margin: 0px;
    padding: 0px;
}

svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

svg:hover {
    fill: #FCA311;
}

#phoneSVG {
    stroke: #ffffff;
    fill: none;
}

#phoneSVG:hover {
    stroke: #FCA311;
}

.zoom {
    transition: transform .2s ease; /* Animation */
}

.zoom:hover {
    transform: scale(1.2);
}

.button {
    background-color: #14213D;
    color: #ffffff;
}

.button:hover {
    background-color: #FCA311;
    color: #14213D;
}

.button.thin, .button.medium.thin{
    background-color: #FCA311;
    border-color: #FCA311;
    color: #14213D;;
}

.button.thin:hover, .button.medium.thin:hover{
    background-color: #14213D;
    border-color: #14213D;
    color: #ffffff;
}

.icon_check:before {
    padding-right: 15px;
}

/* TEXT SELECTION */
::selection {
  background: #FCA311; /* WebKit/Blink Browsers */
}

.silbentrennung {
  /* hyphens - Silbentrennung */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}

/* ========================================================================================================
                                                    HEADER
   ======================================================================================================== */
.logo-2 svg {
    width: 266px;
    height: 40px;
}

.affix.black-header .header-wrapper {
    background-color: #14213D;
}

.cd-header-buttons svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}
.cd-header-buttons svg:hover {
    fill: #FCA311;
}

.cd-header-buttons {
    top: 35px;
}

.affix .cd-header-buttons {
    top: 20px;
}

.cd-header-buttons li {
    margin-right: 5px;
}

.cd-header-buttons li:last-child {
    margin-right: 0px;
}

#main-menu .parent .sub {
    background: #14213D;
}

/* ========================================================================================================
                                                    HOME
   ======================================================================================================== */

.sm-img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home .overlay {
    position:absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.35);
    width:100%;
    height: 600px;
}

.customHeader {
    font-size: 35px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #ffffff;
    line-height: 1.5;
    padding: 40px 40px 40px 0px;
}

/* ========================================================================================================
                                                    SERVICE
   ======================================================================================================== */

#counter-1 strong {
    color: #14213D;
    border: 0px;
    margin: 0px;
}

.service .title {
    padding-left: 0px;
    padding-right: 0px;
}

.service .port-item {
    cursor: pointer;
}

.textOnImage {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 10;
    font-weight: 600;
    text-transform: uppercase;
}

.port-grid-gut li .port-overlay-cont {
    padding-right: 35px !important;
}

.port-item:hover .textOnImage {
    color: transparent;
}

.port-title-cont h4 {
    color: #FCA311;
    font-size: 13px;
    margin: 0px;
}

.port-title-cont span {
    font-size: 12px;
    color: #ffffff;
}

.port-item hr {
    margin: 10px 0px;
}

.port-btn-cont {
    position: absolute;
    bottom: 10%;
    right: 40%;
}

.port-item .overlay {
    position:absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    width:100%;
    height: 600px;
}

.service span {
    /* hyphens - Silbentrennung */
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.port-item:nth-child(5) .textOnImage {
    margin-left: 10px;
}

/* ========================================================================================================
                                                    FAQ
   ======================================================================================================== */

.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	max-height: 400px;/*auto;*/ /*Bild muss in der Höhe 1000px haben*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
    object-fit: cover;
}

.zoom-container:hover img {
    max-height: 400px;
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.ui-accordion-header:hover span {
    background-color: #FCA311;
}

.ui-accordion-header span {
    background-color: #14213D;
}

.linkedWord {
    font-style: italic;
}

.paragraph {
    font-size: 18px;
    margin-right: 5px;
    font-family: 'Lato';
}

.nav-tabs .fas {
    font-size: 13px;
    margin: 0 10px 0 0;
}

/* ========================================================================================================
                                                    GLOSSAR
   ======================================================================================================== */

/* ========================================================================================================
                                                    ABOUT
   ======================================================================================================== */

.fes4-box-icon i {
    color: #14213D;
}

/* ========================================================================================================
                                                    CONTACT
   ======================================================================================================== */

#contact {
    background-color: #E5E5E5;
}

/* ========================================================================================================
                                        AGB - Impressum - Datenschutz - Sitemap
   ======================================================================================================== */

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-body {
    padding: 0px;
}

.modal-content-inner {
    position:relative;
}

.modal-content-inner img {
    /* center image vertically and horizontally*/
    display: block;
    margin: auto;
}

.modal button {
    opacity: 1;
}

.modal .close {
    font-size: 50px;
    position:absolute;
    top:0.25%;
    right:0.5%;
}

.modal .close:hover {
    color: #FCA311;
    opacity: 1;
}

.modal-text {
    margin: 0;
    padding: 25px 30px;
}

.modal h5, .modal .modal-text h6 {
    font-weight: bold;
}

.modal hr {
    border: 0.25px solid;
}

.modal .modal-text p {
    text-align: justify;
}

/* ========================================================================================================
                                                    FOOTER
   ======================================================================================================== */

footer {
    background-color: #14213D;
}

.footer-soc-a .footer-nav {
    color: #ffffff;
    font-size: 10px;
    background-color: transparent;
}

.footer-soc-a .footer-nav:hover {
    color: #FCA311;
    font-size: 10px;
}
