/*!
Theme Name: IB Additive
Theme URI: https://kopfstand-web.de/
Author: kopfstand
Author URI: https://kopfstand-web.de/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ib-additive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IB Additive is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.jobs a:hover {
    text-decoration-color: #BE1E10 !important;
}

.jobs a h2, .jobs h2 {
    color: #BE1E10 !important;
}

.sidebar-item:nth-of-type(2) .sidebar-icon-holder {
    border-bottom-left-radius: 0 !important;
}

.sidebar-item:last-of-type .sidebar-icon-holder {
    border-bottom-left-radius: 30px;
}

main .sidebar .sidebar-item .linkedin img {
    padding: 0.6rem;
}

main .sidebar .sidebar-item:hover, main .sidebar .sidebar-item.sidebar-item-linkedin:hover {
    transform: translateX(260px);
}

a.noicon[href^="mailto:"] {
    padding-left: 0 !important;
}

a.noicon[href^="mailto:"]:before {
    content: none !important;
    width: 0 !important;
}

/*.navbar-nav > li.menu-item-has-children > .nav-link.dev {*/
/*    cursor: pointer;*/
/*}*/

/*.navbar-nav > li.menu-item-has-children > .nav-link.dev:active {*/
/*    pointer-events: none;*/
/*}*/

.news .pagi span, .news .pagi a {
    border: 2px solid #BE1E10;
    padding: .75rem 1rem;
    font-size: 1.25rem;
    color: #BE1E10;
}

.news .pagi span.current {
    color: white !important;
    background-color: #BE1E10;
    position: relative;
    top: 1px;
}

a.red[href^="mailto:"]:before {
    content: url(/wp-content/themes/ib-additive/img/svg/Brief-rot.svg) !important;
}

a.red[href^="tel:"]:before {
    content: url(/wp-content/themes/ib-additive/img/svg/Telefon-rot.svg) !important;
}

a.red[href^="mailto:"]:before,
a.red[href^="tel:"]:before,
a.darkred[href^="mailto:"]:before,
a.darkred[href^="tel:"]:before {
    width: 20px;
    height: 20px;
}

a.darkred[href^="mailto:"]:before {
    content: url(../picture/Brief-darkrot.svg) !important;
}

a.darkred[href^="tel:"]:before {
    content: url(../picture/Telefon-darkrot.svg) !important;
}

.kontakt_ansprechpartner a[href^="mailto:"]:before {
    content: url(../picture/Brief-grau.svg) !important;
}

.kontakt_ansprechpartner a[href^="tel:"]:before {
    content: url(../picture/Telefon-grau.svg) !important;
}

@media (min-width: 768px) {
    .height-ctrl-referenzen {
        min-height: 160px;
        overflow: hidden;
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .height-ctrl-referenzen {
        min-height: 200px;
        overflow: hidden;
        height: 200px;
    }
}

@media only screen and (min-width: 992px) {
    header .navbar-nav li:first-of-type .dropdown-menu-0 {
        width: auto !important;
        left: 50% !important;
    }
}

@media only screen and (min-width: 1400px) {
    header .navbar-nav li:first-of-type .dropdown-menu-0 {
        left: 51% !important;
    }
}

@media only screen and (min-width: 992px) {
    header .navbar-nav li:first-of-type .dropdown-menu-0 .col-ctrl {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*@media only screen and (min-width: 992px) {*/
/*    header .navbar-nav li:nth-of-type(2) .dropdown-menu-0 .col-ctrl {*/
/*        flex: 0 0 33.33333%;*/
/*        max-width: 33.33333%;*/
/*    }*/
/*}*/

@media only screen and (min-width: 1400px) {
    .col-ctrl {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/*@media only screen and (min-width: 1400px) {*/
/*    .d-xxl-none {*/
/*        display: none !important;*/
/*    }*/

/*    .navbar-expand-xxl {*/
/*        flex-flow: row nowrap;*/
/*        justify-content: flex-start;*/
/*    }*/
/*}*/