@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--sprite-icon: url('/wp-content/uploads/sites/29/sprite-da-2.svg');
	--sprite-icon-social: url('/wp-content/uploads/sites/29/sprite-social-da-1.svg');
}
body {
    font-optical-sizing: auto;
}

/* variables via style options */
/* variables via style options */
:root {
	/* text */
    --font-stack-default: 'Inter', 'Arial', 'Helvetica', sans-serif;
	--font-stack-title: 'Inter', 'Arial', 'Helvetica', sans-serif;
    --text-color: #1d1d1b; /* black */    
    --text-color-title: #1d1d1b; /* black */
    --text-color-link: #1d1d1b; /* black */  
    --text-color-link-icon: #d23233; /* blue */
    --text-color-link-underline: #d23233; /* blue */
    --text-color-light: #fff; 
    --font-weight-normal: 400;
    --font-weight-bold: 900;
    --font-weight-title: 900;
    --text-color-disabled: #ccc;
    --letter-spacing: 0.065em;
    
    /* colors */
    --bg-content: #ffffff;
    --bg-dark: #000;    
    --bg-light: #edeeef;
    --bg-gradient: linear-gradient(90deg, #680001, #d23233);
    --bg-gradient-teaser: linear-gradient(135deg, rgba(104,0,1,1), rgba(210,50,51,0.95), rgba(210,50,51,0.5)); 
    
    --color-primary: #680001; /* pink */
    --color-highlight: #d23233; /* blue */
    --btn-bg: #000; /* violet */
    --btn-bg-hover: var(--bg-gradient); /* green */
    --bg-dark-transparent: linear-gradient(135deg, rgba(22,5,5,1), rgba(104,0,1,0.8));
    --bg-teaser-big: transparent; /* blue */
    --bg-teaser-cta-1: var(--bg-gradient-teaser); /* blue */
    --bg-teaser-cta-2: var(--bg-gradient-teaser); /* blue */
    --bg-darker: #000;
    --bg-title-box: #303334;
    --bg-title-box-before: #354814;
    --bg-title-box-after: #c6c6c6;
    
    
    
    /* borders */
    --border-basic: #d9d9d9;
    --border-footer: #515151;
    --border-highlight: #d9d9d9; /* blue */
    --line-width-highlight: 4px;
    --border-outside-width: 20px;
    --border-radius-box: 40px;
    
        
    /* newsletter */
    --newsletter-bg: rgba(255,255,255,0.5);
    --newsletter-bg-focus: #fff;
    --newsletter-field-text-color: #2A2228;
    
    /* form */
    --form-error: #dd0000; 
    --form-error-text: #dea6af;
    --form-ok: #00D4B4;
    --form-text-small: 0.8rem;
    
    
    /* font Sizes */
    --text-size-main: 18px;
    --text-size-title-h1: 3.2rem;
    --text-size-title-h2: 2rem;
    --text-size-title-h3: 1.35rem;
    --text-size-nav: 0.9rem;
    --text-size-lead: 1.35rem;
    --text-size-offcanvas: 1.5rem;
    --text-size-team-nr: 2rem;
    --text-size-team-nr-big: 3rem;
    --text-size-quote: 2rem;
    --text-size-small: 0.8rem;
    --text-size-small-xs: 0.75rem;
    
   
    /* accordion */
    --plus-length: 24px;
    --plus-stroke: 4px;
    --plus-stroke-position: 10px;
    --plus-icon-padding: 48px;
    
    --box-padding-small: 2em 30px;
    
    --border-radius: 0px;
    
    --title-padding: 0.5em 30px 0.25em 30px;
    
    
}

.c-teaser-big,
.c-teaser-cta,
.c-teaser-news .c-teaser-item,
.c-teaser-news .c-link-icon {
    --text-color: #fff;
    --text-color-link: #fff;
    --text-color-title: #fff; 
    --text-color-link-icon: #fff;
}

.c-teaser-news .c-teaser-item {
    --color-highlight: #5d0001;
}

.c-teaser-big,
.c-teaser-news .c-teaser-item {
    color: #fff;
}

.c-cookie-notice.c-text-light {
    --text-color: #1d1d1b;
    --text-color-light: #1d1d1b;
    --text-color-link: #1d1d1b;
    --text-color-title: #1d1d1b; 
    --border-basic: #c8b79f;
}


.c-history::before {
    --bg-light: #ccc;
}


.c-footer {
    --color-primary: var(--bg-dark);
}

.c-text-light {
    --text-color-title: #fff;
    --text-color: #fff;
    --text-color-light: #fff;
}

.c-text-light .c-btn {
    --text-color-light: #ffffff;
}

.c-header-inner .wpml-ls-legacy-list-horizontal a {
    --text-color-link: #fff;
}

.c-text-light h1,
.c-text-block blockquote::before{
    --bg-gradient: linear-gradient(90deg, #ae0001, #ff3d3e);
}


@media only screen and (min-width:1201px) {
    :root {
        --grid-container: 40px;
        --grid-row: -20px;
        --grid-col: 20px;
    }
}


@media only screen and (max-width:1200px) {
    :root {
        --text-size-title-h1: 2.6rem;
        
       --border-outside-width: 16px;
        
        --grid-container: 30px;
        --grid-row: -15px;
        --grid-col: 15px;
    } 
}



@media only screen and (max-width:768px) {
	:root  {
        --text-size-main: 18px;
        --text-size-title-h1: 1.8rem;
        
        --text-size-title-h2: 1.4rem;
        --text-size-team-nr: 1.5rem;
        
        --text-size-title-h3: 1.15rem;
        --text-size-quote: 1.4rem;
        --text-size-offcanvas-team: 1.15rem;
        
        --text-size-lead: 1.15rem;
        --text-size-offcanvas: 1.25rem;
        --text-size-small: 0.85rem;
        
        --border-outside-width: 8px;
        
        --title-padding: 0.5em 15px 0.25em 15px;
    }
    
    .c-btn {
        font-size: var(--text-size-small);
    }
}


@media only screen and (max-width: 767px) {
    :root {
        --plus-length: 16px;
        --plus-stroke: 4px;
        --plus-stroke-position: 6px;
        --plus-icon-padding: 30px;
    }
    
    :root .c-accordion-contest .c-accordion-inner {
        --plus-icon-padding: 0;
    }
}




/* ==========================================================================
  Header
   ========================================================================== */

.c-header {
    background-color: var(--bg-dark);
}

.c-header-logo {
  height: 104px;
  width: 130px;
}

.c-header-logo svg {
    width: 100%;
    height: auto;
    fill: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-header-logo {
    height: 96px;
    width: 120px;
  }
}

@media only screen and (max-width: 900px) {
  .c-header-logo {
    height: 40px;
    width: 60px;
  }
    
    .c-header-logo svg .name {
        display:  none;
    }
}

.c-main-nav-list,
.c-offcanvas-nav-list {
    font-weight: var(--font-weight-bold);
}

.c-main-nav-list a {
    isolation: isolate;
    padding-left: 16px;
    padding-right: 16px;    
    overflow: hidden;
    border-radius: var(--border-radius-box);
    
}

.c-main-nav-list a,
.c-main-nav-list a:visited {
    color: var(--text-color-light);
}

.c-main-nav-list a:focus,
.c-main-nav-list a:hover,
.c-main-nav-list .current_page_item a {
    color: var(--text-color-light);
}

.c-main-nav-list a::before,
.c-offcanvas-nav-list a::before {
    /*left: -32px;    */
	width: 0;
	height: 100%;
    background: var(--bg-gradient);
	transition: all 0.2s linear;
    z-index: -1;
    border-radius: var(--border-radius-box);
}

.c-main-nav-list li + li {
  padding-left: 0.25em;
}

.c-main-nav-list a:focus::before,
.c-main-nav-list a:hover::before,
.c-main-nav-list .current_page_item a::before,
.c-offcanvas-nav-list  a:focus::before,
.c-offcanvas-nav-list  a:hover::before,
.c-offcanvas-nav-list  .current_page_item a::before {
	width: 100%;
}


.c-header-inner .wpml-ls-legacy-list-horizontal a::before,
.c-offcanvas-content .wpml-ls-legacy-list-horizontal a::before{
    height: 4px;
    height: var(--line-width-highlight);
}

.c-main-nav .c-header-lang,
.c-main-nav .wpml-ls-legacy-list-horizontal {
    margin-bottom:0.3em;
}


/* ==========================================================================
   Offcanvas
   ========================================================================== */

/*.c-offcanvas-nav {
    --color-highlight: #809159;
}*/

.c-offcanvas-nav {
    background-color: var(--bg-darker);
}

.c-offcanvas-nav-list a {
    display: block;
    padding: 0.5em 20px;
}

.c-offcanvas-nav-list a::before {
    left: 0;
	width: 0;
	height: 100%;
    transition: all 0.2s linear;
    background: var(--bg-gradient);
}

.c-offcanvas-nav-list  a:focus::before,
.c-offcanvas-nav-list  a:hover::before,
.c-offcanvas-nav-list  .current_page_item a::before{
	width: 100%;
}

.c-offcanvas-trigger-open::before {
    height: 22px;
    margin-top: -11px;
    border-width: 4px;
}

.c-offcanvas-trigger-open::after {
    height: 4px;
    margin-top: -2px;
}

.c-offcanvas-trigger-close::before, .c-offcanvas-trigger-close::after {
    height: 4px;
}

.c-offcanvas-lang ul {
    padding-left: 20px;
}

/* ==========================================================================
   Typo
   ========================================================================== */
h1, .c-h1 {
    font-size: var(--text-size-title-h1);
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-wrap: balance;
}

h2 {
    text-wrap: balance;
}

.c-teaser-big h2,
.c-teaser-imgbg h2,
.c-teaser-cta h2,
.c-offcanvas-nav-list {
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}

h1 span, .c-h1 span,
.c-teaser-big h2 span,
.c-teaser-imgbg-text h2 span,
.c-teaser-cta h2 span {
    font-style:italic;
}

h3, .c-h3,
h4, .c-h4 {
    font-family: var(--font-stack-default);
    font-weight: var(--font-weight-bold);
    text-wrap: balance;
}

.c-lead {
    font-weight: var(--font-weight-normal);
}


.c-category-title,
.c-main-title .c-category-title {
    padding-bottom: 1em;
}

.c-box h2 + .c-btn {
    margin-top: 0.75em;
}

.c-category-title,
.c-main-title .c-category-title,
.c-teaser-news .c-category-title,
.c-teaser-news .c-category-title-date,
.c-teaser-item .c-category-title,
.c-teaser-news .c-teaser-item .c-category-title {
    /*padding-bottom: 0.75em;*/
    font-size: var(--text-size-small-xs);
    letter-spacing: 0.1em;
    font-weight: var(--font-weight-bold);
    color: var(--text-color);
}

.c-box h2 + .c-btn {
    margin-top: 0.75em;
}

.c-text-block blockquote::before {
    width: var(--line-width-highlight);
}

.c-profile-list dt,
.c-table-layout th {
    font-size: var(--text-size-small-xs);
}


.c-text-block ul li::before {
  background-color: transparent;
}

.c-text-block ul {
    border-top: solid 1px var(--border-basic);
}



.c-text-block ul li + li,
.c-link-list li + li {
	margin-top: 0;
    margin-top: 0;
}

.c-text-block ul li {
    padding-left: 0;
    padding-top: var(--spacing-xs);
    padding-bottom: var(--spacing-xs);
    border-bottom: solid 1px var(--border-basic);
}

.c-text-block .c-social-list {
    border-top: none;
}

.c-text-block .c-social-list li {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

.c-text-block .c-icon-social {
  transition: all .2s ease-out;
}

/* ==========================================================================
   Quote
   ========================================================================== */



.c-text-block blockquote::before {
	width: 20px;
    height: 100%;
	background: var(--bg-gradient);
}

.c-text-block cite {
    position: relative;
}

/* ==========================================================================
   button /links
   ========================================================================== */


.c-btn {
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    
    border-radius: 40px;
    overflow: hidden;
    border: solid 2px #fff;
    border-color: var(--text-color-light);
}


.c-text-light .c-btn {
    border: solid 2px #fff;
    border-color: var(--text-color-light);
}

.c-btn,
.c-btn:visited {
    color: var(--text-color-light);
}

.c-btn:hover, 
.c-btn:focus {
    color: var(--text-color-light);
}

.c-btn::before,
.c-btn::after {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.2s ease-out;
    border-radius: 40px;
}

.c-btn::before {
    width: 100%;
	height: 100%;
    /*box-shadow: 0px 0px 0px 4px var(--color-highlight) inset;*/
    background: var(--bg-gradient);
}    

.c-btn::after {
    width: 0;
    background-color: var(--btn-bg);
}

.c-btn:hover::after {
    width: 100%;
}

.c-btn span {
    z-index: 1;
}

.c-link-arrow::before,
.c-link-back::before {
	top: 0.25em;
    width: 24px;
    height: 18px;
}

.c-link-download::before {
	top: -0.05em;
    width: 22px;
    height: 24px;
}

.c-link-extern::before {
	top: 0.15em;
    width: 27px;
    height: 24px;
}

@media only screen and (max-width:767px) {   
	.c-link-arrow::before {
		top: 0.28em;
	}
	
	.c-link-download::before {
		top: -.1em;
	}
	
	.c-link-extern::before {
		top: 0.12em;
	}
}

/* ==========================================================================
   Showroom
   ========================================================================== */

.c-showroom, .c-showroom-text .c-row {
  min-height: 100vh;
  min-height: calc(100vh - var(--header-height));
}

.c-showroom-text-inner {
  padding-bottom: var(--spacing-m);
}

.c-img-overlay {
  background: linear-gradient(0deg,rgba(33,39,51,.5) 0,transparent);
}

.c-showroom-img::after {
    content:'';
    position: absolute;
    left: 0;
    bottom: -5%;
    width: 50%;
    height: 100%;
    background-image: url("/wp-content/uploads/sites/29/da-header-deco-2-1.svg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    opacity: 0.3;
}

@media only screen and (max-width: 767px) {
    .c-showroom-img::after {
        width: 100%;
        height: 100%;
        bottom: -40%;
    }
}

/* ==========================================================================
   news
   ========================================================================== */
.c-teaser-news .c-col-6,
.c-teaser-people .c-col-4,
.c-teaser-people .c-col-4 {
    display: flex;
    flex-direction: column;
}

.c-teaser-item {
    flex: 1;
    /*background-color: var(--bg-light);*/
    border-radius: var(--border-radius-box);
    overflow: hidden;
}



.c-teaser-item::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-gradient-teaser);
    opacity: 1;
    border-radius: var(--border-radius-box);
    z-index: -1;
}

/*.c-teaser-news .c-teaser-item {
    padding-bottom: 60px;
}

.c-teaser-news .c-teaser-item::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../../images/tmp/da-scherenschnitt-small.svg");
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: center bottom;
    z-index: -1;
}

.c-teaser-news .c-teaser-item::before {
    z-index: -2;
}*/


.c-teaser-text {
    border-top: none;
    padding: var(--box-padding-small);
}

.c-teaser-news .c-link-arrow::before {
	background-position: -100px 0;
}

.c-teaser-news .c-link-extern::before {
	background-position: -100px -80px;
}

.c-teaser-news .c-teaser-item:hover .c-link-extern::before,
.c-teaser-news .c-teaser-item:focus .c-link-extern::before {
	background-position: -50px -80px;
}

.c-teaser-news .c-link-download::before {
	background-position: -100px -40px;
}

.c-teaser-news .c-teaser-item:hover .c-link-download::before,
.c-teaser-news .c-teaser-item:focus .c-link-download::before{
	background-position: -150px -40px;
}


.c-teaser-news .c-category-title-date {
    border-color: rgba(255,255,255,0.5);
}


@media only screen and (min-width: 1300px) {
    .c-teaser-news .c-col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/* ==========================================================================
   c-teaser-cta
   ========================================================================== */


.c-teaser-cta .c-box {
    /*border: solid 1px var(--color-highlight);*/
    background: var(--bg-gradient-teaser);
}

.c-teaser-cta .c-box + .c-box {
    margin-top: 10px;
}



/* ==========================================================================
   c-teaser-big
   ========================================================================== */

.c-teaser-big {
    max-width: 1360px;
    margin-left: auto;
	margin-right: auto;
    padding-left: var(--grid-container);
    padding-right: var(--grid-container);
    overflow: visible;
    padding-bottom: 1.4em;
}

.c-teaser-big + .c-teaser-big {
    margin-top: calc(var(--spacing-s) * -1);
}

.c-teaser-big .c-box,
.c-teaser-cta .c-box {
    max-width: auto;
}

.c-teaser-big-img {
    min-height: 1px;
    height: auto;
}

.c-teaser-big .c-teaser-img {
    position: relative;
	height: 0;
	display: block;
	overflow: hidden;
    padding-bottom: 66.666%;
}

.c-teaser-big .c-teaser-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-teaser-big .c-box {
    position: relative;
    margin-left: calc(var(--grid-container) * -2);
    padding-left: calc(var(--grid-container) * 2);
    /*background: var(--bg-gradient-teaser);*/
}

.c-teaser-big .c-box h2,
.c-teaser-big .c-box p {
    position: relative;
}

.c-teaser-big .c-row-reverse .c-box {
    margin-left: auto;
    margin-right: calc(var(--grid-container) * -2);
    padding-right: calc(var(--grid-container) * 2);
}




.c-teaser-big .c-box::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-gradient-teaser);
    opacity: 1;
    /*border-radius: var(--border-radius-box);*/
}



@media only screen and (min-width: 1400px) {
  .c-teaser-big .c-box {
    max-width: 720px;
  }
}

@media only screen and (min-width: 901px) {
    .c-teaser-big .c-row {
        margin-left: var(--grid-row);
        margin-right: var(--grid-row);
        align-items: flex-start;
    }

    .c-teaser-big .c-col-6 {
        padding-left: var(--grid-col);
        padding-right: var(--grid-col);
    }

    .c-teaser-big .c-col-6:first-child {
        margin-top: var(--grid-container);
    }
}

@media only screen and (max-width: 900px) {
    .c-teaser-big {
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--grid-container);
        padding-right: var(--grid-container);
        overflow: hidden;
    }


    .c-teaser-big .c-row {
        margin-left: var(--grid-row);
        margin-right: var(--grid-row);
        align-items: flex-start;
    }

    .c-teaser-big .c-col-6 {
        padding-left: var(--grid-col);
        padding-right: var(--grid-col);
    }
    
    .c-teaser-big .c-col-6:first-child {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
    }
    
   .c-teaser-big .c-box {
        margin-left: 0;
        margin-right: auto;
        /*padding-left: var(--grid-container);*/
        padding-right: calc(var(--grid-container) * 2);
    }
    
    .c-teaser-big .c-row-reverse .c-box {
        margin-left: 0;
        margin-right: auto;
    }
    
    .c-teaser-big .c-box::before {
      left: auto;
      right: 0;
    }
    
    .c-teaser-big .c-box::after {
        left: auto;
        right: 0px;
    }


    .c-teaser-big .c-box {
        padding-top: calc(var(--grid-container) * 2);
        margin-top: calc(var(--grid-container) * -1);
        max-width: 600px;
    }

    .c-teaser-big-img {
        min-height: 1px;
    }

    .c-teaser-big .c-teaser-img {
        position: relative;
        height: 0;
        display: block;
        overflow: hidden;
        padding-bottom: 66.666%;
    }

    .c-teaser-big .c-teaser-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .c-teaser-big .c-col-6:first-child,
    .c-teaser-big .c-row-reverse .c-col-6:first-child{
        flex: 0 0 calc(100% + (var(--grid-container) * 2));
        max-width: calc(100% + (var(--grid-container) * 2));
        margin-left: calc(var(--grid-container) * -1);
        margin-right: calc(var(--grid-container) * -1);
    }
    
    .c-teaser-big .c-box,
    .c-teaser-big .c-row-reverse .c-box {
        padding: var(--box-padding-small);
        padding-top: 3em;
        margin-left: calc(var(--grid-container) * -1);
    }
}

/* ==========================================================================
   teaser imgbg text
   ========================================================================== */

@media only screen and (min-width: 701px) {
    .c-teaser-imgbg-text .c-box::before {
        /*border-left: solid 4px var(--bg-content);
        border-right: solid 4px var(--bg-content);*/
        /*transform: skew(-7deg, 0deg);*/
        background: var(--bg-dark-transparent);
        opacity: 0.7;
    }
}


@media only screen and (max-width: 700px) {
    .c-teaser-imgbg-text .c-box::before {
        background: var(--bg-dark-transparent);
        opacity: 0.7;
    }
}

/* ==========================================================================
   c-footer
   ========================================================================== */
.c-footer {
    font-size: var(--text-size-small);
}



/* ==========================================================================
   Accordion
   ========================================================================== */

/* plus styles */
.c-accordion-title {
    padding-left: var(--plus-icon-padding);
}

.c-accordion-inner {
    padding-left: var(--plus-icon-padding);
}

.c-accordion-check:checked+label::after,
.c-accordion-check:not(:checked)+label::after,
.c-accordion-check:checked+label::before,
.c-accordion-check:not(:checked)+label::before {
    content: '';
    display: block;
    position: absolute;
	top: 1.1em;
    border: none;
    transform: rotate(0deg);
}

.c-accordion-check:checked+label::after,
.c-accordion-check:not(:checked)+label::after {
    left: 0;
	margin-top: var(--plus-stroke-position);
	width: var(--plus-length);
	height: var(--plus-stroke);
	background-color: var(--color-highlight);
}

.c-accordion-check:checked+label::before,
.c-accordion-check:not(:checked)+label::before {
    left: var(--plus-stroke-position);
	width: var(--plus-stroke);
	height: var(--plus-length);
	background-color: transparent;
}

.c-accordion-check:not(:checked)+label::before {
   	background-color:  var(--color-highlight);
}

/* ==========================================================================
   footer
   ========================================================================== */

/*.c-footer::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 100%;
    height: 1px;
    border-top: solid 4px var(--bg-dark);
}*/

.c-footer {
    margin-top: 200px;
}

.c-footer::before {
    content:'';
    position: absolute;
    left: 0;
    bottom: calc(100% - 2px);
    width: 100%;
    height: 160px;
    background-image: url("/wp-content/uploads/sites/29/da-scherenschnitt.svg");
    background-repeat: repeat-x;
    background-size: auto 160px;
    background-position: bottom center;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .c-footer::before {
        width: 100%;
        height: 100%;
    }
}

/* ==========================================================================
   Cookie
   ========================================================================== */
.c-cookie-notice {
    border: solid 4px var(--color-highlight);
    /*transform: rotate3d(-2deg);*/
    background-color: var(--bg-content);
}

/* ==========================================================================
   max width images
   ========================================================================== */

@media only screen and (min-width: 1400px) {
  .c-img-wide,
  .c-img-2col {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}

