/*
Theme Name: Markus Fleig Projektmanagement
Version: 1.0
Template: kalium
Text Domain: kalium
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* --- ALLGEMEIN --- */

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v50-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v50-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v50-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v50-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v50-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v50-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v50-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v50-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v50-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v50-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v50-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v50-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v50-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v50-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v50-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/roboto-v50-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/roboto-v50-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/roboto-v50-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/pt-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/pt-sans-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/pt-sans-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/pt-sans-v18-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body, p {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    color: #000000;
}

h1 {
    font-family: 'PT Sans' !important;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 40px;
}

h2 {
    font-family: 'PT Sans' !important;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 40px;
}

h3 {
    font-family: 'PT Sans' !important;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 20px;
}

h4 {
    font-family: 'PT Sans' !important;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 10px;
}

h5 {
    font-family: 'PT Sans' !important;
    font-weight: 400 !important;
    color: #000000;
    margin-bottom: 0px;
}

p {
    margin-bottom: 20px;
}

a {
    color: #000000;
}

a:hover, .wrapper a:hover {
    color: #b2b2b2;
    text-decoration: none;
}

/*a::after {
    display: none !important;
}*/

.post-formatting a {
    color: #b2b2b2;
    text-decoration: underline;
}

/*.wrapper a::after {
    display: none !important;
}*/

ol, ul {
    padding-top: 15px;
    padding-left: 15px;
}

.post-formatting ul, .post-formatting ol, .widget.widget_media_gallery ul, .widget.widget_media_gallery ol {
    margin-bottom: 0px;
    padding-top: inherit;
    padding-left: 14px;
    padding-bottom: 26px;
}

.post-formatting ul li, .post-formatting ol li, .widget.widget_media_gallery ul li, .widget.widget_media_gallery ol li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0px;
}

.big p, p.big {
    font-size: 20px;
    line-height: 28px;
}

.small p, p.small, .small {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
}

b, strong {
    font-weight: 600;
}

.vc_btn3-container.vc_btn3-left {
    margin-bottom: 0px;
}

.vc_btn3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 39px !important;
    color: #ffffff !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-image: none !important;
    background-color: #b2b2b2 !important;
    border: 2px solid #b2b2b2 !important;
    border-radius: 25px !important;
}

.vc_btn3:hover {
    color: #b2b2b2 !important;
    background-color: transparent !important;
    border: 2px solid #b2b2b2 !important;
}

.zweispaltig {
    column-count: 2;
    column-gap: 40px;
}

/* --- KOPFBEREICH --- */

.header-block__logo {
    padding-left: 0px;
}

.header-logo.logo-image {
    margin-top: 15px;
}

.standard-menu .menu > li > a {
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    color: #000000;
    padding-top: 2px;
}

body.home .standard-menu .menu > li > a {
    color: #ffffff;
}

.standard-menu .menu ul li a {
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: none;
    color: #000000;
}

body.home .standard-menu .menu ul li a {
    color: #ffffff;
}

.link-style :is(p > a, strong > a, em > a, li:not([class]) a, .link, .links > a, .all-links a):where(:not(.button)), .link-style > a {
    padding-bottom: 2px;
}

body.home .toggle-bars__bar-line {
    background-color: #ffffff;
}

.list-nav-menu ul.children {
    padding-left: 30px;
}

.team .wpb_single_image .vc_figure {
    text-align: center;
}

#lebenslauf .wpb_content_element {
    margin-bottom: 10px !important;
}

#kunden-partner .vc_col-sm-2 {
    width: 20% !important;
}

#kunden-partner .partner_schmal {
    width: 13% !important;
}

.form-group + .form-group {
    margin-top: 22px;
}

.mail-message {
    padding-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}

.btn-wide {
    font-size: 14px;
    line-height: 1.3333333;
    color: #ffffff;
    text-transform: uppercase;
    padding: 17px 50px;
    border-radius: 0;
    background: #000000;
    transition: color 0.25s;
}

.btn-wide:hover {
    color: #cbcbcb;
    transition: color 0.25s;
}

/* --- HAUPTINHALTE --- */

body.home .wpb_content_element {
    margin-bottom: 0px;
}

/* --- Projekt Details --- */

.single-portfolio__type-side {
   --k-sp-side-content-gap: 1%;
}

.single-portfolio__content {
    margin-bottom: 0px;
    padding: 35px;
    background-color: #ebebeb;
}

.single-portfolio__image img {
    pointer-events: none;
}

/* --- FOOTER --- */

.site-footer {
    margin-top: 50px;
}

body.home .site-footer {
    margin-top: 0px !important;
}

.site-footer .lb-element-footer-container-row-1 {
    line-height: 14px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}

body.home .site-footer .lb-element-footer-container-row-1 {
    background: #000000;
}

.site-footer .lb-element-footer-container-row-1 .lb-element {
    line-height: 14px !important;
}

.site-footer .widget p {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000 !important;
}

body.home .site-footer .widget p {
    color: #ffffff !important;
}

.site-footer .widget ul {
    margin: 0px;
    padding: 0px;
}

.site-footer .widget li {
    display: inline-block;
    margin: 0px;
    padding: 0px 20px;
}

.site-footer .widget li a {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #000000;
    text-transform: uppercase;
    transition: color 0.25s;
}

body.home .site-footer .widget li a {
    color: #ffffff;
}

.site-footer .widget li a:hover {
    color: #b2b2b2 !important;
    transition: color 0.25s;
}

.site-footer .widget li a::after {
    display: none;
}

.scroll-to-top {
    margin: 0px 20px 35px 0px;
    transition: all 0.25s;
}

.cky-banner-element {
    pointer-events: all;
    cursor: pointer;
}


/* --- RETINA ----------------------------------------------------------------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
   /* Retina-specific stuff here */

}



/* --- RESPONSIVE ------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 2501px) {

}

@media only screen and (min-width: 2201px) and (max-width: 2600px) {

}

@media only screen and (min-width: 1601px) and (max-width: 2200px) {

}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {

}

@media only screen and (min-width: 1261px) and (max-width: 1400px) {

}



/* ==============================================================================================================================
/*
/* 	#Desktop Notebook	<= 1260
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 1260px) {

}


/* ==============================================================================================================================
/*
/* 	#Browserfenster kleiner	<= 1200
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 1200px) {

}


/* ==============================================================================================================================
/*
/* 	#Tablet (Portrait) & Mobile	<= 1000			OR Smartphone (Landscape)
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 1000px), only screen and (max-device-width: 844px) and (orientation: landscape) {

    .container, .content-area {
    	width: 100%;
    }

    #kunden-partner .vc_col-sm-2 {
        width: 33.333333% !important;
    }

}


/* ==============================================================================================================================
/*
/* 	#Mobile (Landscape)	<= 820																			#Mobile (Portrait)	< 480
/* 
/* =========================================================================================================================== */

@media only screen and (max-device-width: 740px) and (orientation: landscape) {

    #kunden-partner .vc_col-sm-2 {
        width: 50% !important;
    }

}


/* ==============================================================================================================================
/*
/* 	#Mobile (Portrait)	<= 540																			#Mobile (Portrait)	< 480
/* 
/* =========================================================================================================================== */

@media only screen and (max-width: 540px) {

    .site-footer .textwidget {
        text-align: center;
    }
    
    .site-footer .lb-element-footer-container-row-1 .lb-element.justify-content-end {
        justify-content: center !important;
    }

}


@media only screen and (max-width: 375px) {

}


@media only screen and (max-width: 320px) {

}