/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'Barlow Condensed';
    src: url('fonts/BarlowCondensed-Bold.eot');
    src: url('fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('fonts/BarlowCondensed-Bold.ttf') format('truetype'),
        url('fonts/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Bold.eot');
    src: url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Bold.woff2') format('woff2'),
        url('fonts/Barlow-Bold.woff') format('woff'),
        url('fonts/Barlow-Bold.ttf') format('truetype'),
        url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Medium.eot');
    src: url('fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Medium.woff2') format('woff2'),
        url('fonts/Barlow-Medium.woff') format('woff'),
        url('fonts/Barlow-Medium.ttf') format('truetype'),
        url('fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-2x2-fix .tablet-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: stretch; /* Gleiche Höhe */
  }

  .tablet-2x2-fix .tablet-row > .col-md-50 {
    flex: 1;
    max-width: 50%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  .col-md-50 .spalteninhalt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.gf-recaptcha-consent-warning {
	display: none;
}

