/*!
Theme Name: mytechnic
Theme URI: https://mytechnic.aero/
Author: tolga.vahi@mytechnic.aero
Author URI: https://mytechnic.aero/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytechnic
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&family=Oswald:wght@200..700&display=swap');
*,
*::after,
*::before {
    box-sizing: inherit;
}
* {
    font: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    box-sizing: border-box;
}

html.is-changing .transition-fade {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}

header{
    padding: 30px;
    background: url('https://test.mytechnic.aero/wp-content/uploads/2024/09/header-top.svg') repeat-x center top scroll;

}

header .container-fluid{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.home header .container-fluid{
    border-bottom: none;
}

header .logo img{
    width: 200px;
    transform: scale(1);    
}

footer{
    padding: 30px;
    min-height: 500px;
}

footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


footer ul li{
    padding: 4px 0;
}

footer ul li a{
  color: #3F3F4B !important;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -.4px;
    transition: ease .3s all;
    font-size: 13px;
}

footer ul li a:hover{
    color: #cc0000;
}


footer ul li address{
    font-size: 13px;
    width: 50%;
    text-shadow: 1px 1px 1px rgba(255,255,255,.7);
}

footer .container-fluid{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 30px 0;
    margin-top: 30px;
    font-size: 12px;
}

footer .footer-logo{
    margin-top: -85px;
}

footer .footer-bottom a{
  color: #3F3F4B !important;
  text-decoration: underline;
  font-size: 12px !important;
  font-weight: bold;
}

.social-icons ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons ul li{
    display: inline-block;
    margin: 0 3px;
}

.social-wrapper{
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.2);
    padding: 2px 4px;
    display: flex;
    width: 103px;
    height: 35px;
}



nav.page-nav {
    background-color: #3F3F4B;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 10px;
  }

  nav.page-nav:hover {
    cursor: pointer;
  }
  
  .main {
    width: 100%;
    height: 100vh;

  }

  .custom-logo {
    max-width: 200px !important;
    width: 200px !important;
    height: auto !important;
  }

 
.page-header {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
  }
    
  .page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    animation: slideDown 0.35s ease-out;
    padding: 20px 10px 0 10px;
    background-color: rgba(255,255,255,.7);
  }

  .page-header.is-sticky .container-fluid{
    border-bottom: 0;
    padding-bottom: 10px !important;
  }

  .page-header.is-sticky  nav {
    right: 20px;
    top: 10px;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  

.content-header{
    padding: 150px 0 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0 30px 30px 0 !important;
}


  .content-header h1{
    font-size: 42px;
    line-height: 42px;
    font-family: "Oswald", system-ui;
    font-weight: bold;
    letter-spacing: -2px;
    color: #3F3F4B;
  }

  .content-header .entry-meta{
    font-size: 14px;
    color: #3F3F4B90;
  }

  .content-header .entry-meta a{
    color: #3F3F4B90;
    text-decoration: underline;
    font-style: italic;
  }


  #breadcrumbs{
    float: right;
    padding-top: 10px;
  }

  #breadcrumbs span,
  #breadcrumbs span a {
    color: #7A829B;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }


  @-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}


/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.disabled-titles{
	display: none;
}


.page-footer{
  background-repeat: no-repeat;
  padding: 15px;
  background-position: bottom right !important;
}


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


    header{
        padding: 20px 10px 0 10px;
    }

    header .logo img{
        width: 140px;
    }

    .cover .link-holder {
        top: 0;
      }

    .cover .link-holder .link ul li{
        padding: 3px 0;
    } 
        
    .cover .link-holder .link ul li a{
        letter-spacing: -1px;
        font-size: 20px;
    }

    .cover .link-holder.mt-4{
        margin-top: 0 !important;
    }

    
    .cover .menu-logo img{
        width: 130px;
    }

    .menu-social-icons{
        position: absolute;
        bottom: 40px;
        right: 40px;
    }
    
    .header-social-icons{
        display: none;
    }


    nav.page-nav {
        width: 40px;
        height: 40px;
        right: 10px;
      }


      nav.page-nav img {
        width: 18px;
        height: 18px;
      }
      
      #burger{
        top: 30px;
      }
      
    .breadcrumb{
        justify-content: flex-start;
    }

    .page-header.is-sticky {
      margin-top: -46px !important;
    }
    
    .page-header.is-sticky .container-fluid {
      padding-bottom: 0px !important;
  }    


    .content-header h1{
        font-size: 28px;
        letter-spacing: -1.5px;
      }    

    .content-header{
        padding: 130px 0 0 0;
        margin: 0 10px 10px 10px;
    }

    
    .page-footer{
      background-repeat: no-repeat;
      padding: 15px;
      background-position: bottom right !important;
      background-size: contain;
    }

    footer .footer-logo {
        margin-top: -85px;
        width: 70px;
    }

    .social-icons.mt-3{
        margin-top: 0 !important
    }

    .mobile-right{
        text-align: right;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    footer ul li address{
        width: 100%;
        margin-top: 30px;
        font-size: 12px;
    }

    footer .footer-space-for-mobile{
        min-height: 250px;
    }

    footer ul li{
        padding: 2px 0;
    }

    footer ul li a{
        font-size: 12px;
        color: #3F3F4B !important;
    }

    footer .footer-addr{
        text-align: center;
    }

    .entry-title{
      font-size: 36px !important
    }

    #breadcrumbs {
      float: left;
      padding-top: 0px;
    }

    .corporate-menu a,
    .services-menu a{
      font-size: 13px !important
    }


  }



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

    .cover .link-holder .link ul li{
        padding: 3px 0;
    } 
        
    .cover .link-holder .link ul li a{
        letter-spacing: -1px;
        font-size: 20px;
    }   
    
  }

  @media (min-width: 375px)  and (max-width: 430px) {

    .cover .link-holder .link ul li{
        padding: 7px 0;
    } 
        
    .cover .link-holder .link ul li a{
        letter-spacing: -1px;
        font-size: 23px;
    }   
    
  }  

  .error-404{
    margin: 0 auto 100px auto;
    width: 1400px;
  }

  .error-404 .page-header{
    padding: 160px 0 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0 30px 30px 30px;
  }

  

  .error-404 .page-header h1{
    font-size: 42px;
    line-height: 42px;
    font-family: "Oswald", system-ui;
    font-weight: bold;
    letter-spacing: -2px;
    color: #3F3F4B;
  }

  .error-404 .page-content{
    margin-top: 300px;
  }

  
  .error-404 .page-content h1{
    font-size: 140px;
    line-height: 140px;
    font-family: "Oswald", system-ui;
    color: #c00;
    font-weight: bold;
    margin-top: -50px;
    letter-spacing: -6px;
  }

  .error-404 .page-content h3{
    font-size: 36px;
    line-height: 36px;
    font-family: "Oswald", system-ui;
    color: #c00;
    font-weight: bold;
    letter-spacing: -2px;
  }

  .blog-image img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .blog-image {
    display: flex;
    justify-content: center;
  }

  .nav-links{
    display: flex;
    justify-content: space-around;
  }

  .nav-links .nav-previous,
  .nav-links .nav-next{
    background-color: #7A829B;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    transition: ease .3s all;
  }

  .nav-links .nav-previous:hover,
  .nav-links .nav-next:hover{
    background-color: #3F3F4B;

  }

  
  .nav-links .nav-previous a,
  .nav-links .nav-next a{
    color: #fff;
    text-decoration: none;
  }

  .entry-footer{
    min-height: 50px;
    display: flex;
    justify-content:center;    
  }

  .entry-footer a{ 
    font-size: 12px !important;
    background-color: #7A829B;
    padding: 3px 5px;
    margin: 0 4px;
    color: #fff !important;
    border-radius: 4px;
  }
