/*
Theme Name: buehl-interim.ch
Theme URI: 
Author: Armin Oppliger
Author URI: https://arminoppliger.ch/
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buehl-interim-ch
Tags: 
*/

@import url('responsive.css');

/*General*/
:focus,
button:focus,
a:focus {
    outline: none;
}

h3 {
    color:#65666B !important;
}

main a:hover {
    text-decoration: none;
}

/* Global */
.custom-btn a:hover {
    text-decoration: none;
    background: #65666B;
    color:#fff;
}

.home-linkedin figure img,
.linkedin-footer a img,
.pages-linkedin-header figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.home-linkedin figure:hover img,
.linkedin-footer a:hover img,
.pages-linkedin-header figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-page .wp-block-site-logo a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.single-page .wp-block-site-logo a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Header */
/*header #stickyBar{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    transform: translateX(0) translateY(0);*/
/*    width: 100%;*/
/*    transition: transform 0.3s ease-in-out;*/
/*    z-index: 1000;*/
/*    box-sizing: border-box;*/
/*}*/
/*.markus-header,*/
/*.home-slogan {*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.home-slogan.show {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
/*.home-slogan.fade {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  max-height:0px;*/
/*  position:absolute;*/
/*}*/

.home-header-wrapper,
.header-wrapper {
    position: relative;
}
.home-slogan {
    position: absolute;
    right: 20px;
    top: 150px;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}
.home-linkedin {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.pages-linkedin-header {
    position: absolute;
    top: 30px;
    right: 30px;
}

header nav ul li a {
    padding: 10px 20px;
}
header nav ul li a:hover,
header nav li.current-menu-item a {
    background: #ffffff4f;
}

/* Front Page */
.home-images {}

/* Kontakt Form */
.contact-wrapper {
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.contact-wrapper .one,
.contact-wrapper .two {
    width: 49%;
    float: left;
}
.contact-wrapper .one {
    margin-right: 2%;
}
.contact-wrapper .one input,
.contact-wrapper .two input {
    width: 96%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #65666b;
    font-size: 1.25rem;
    font-family: 'Open Sans', sans-serif;
}
.contact-wrapper .three textarea {
    width: 98%;
    font-size: 1.25rem;
    height: 150px;
    font-family: 'Open Sans', sans-serif;
}
.wpcf7-not-valid-tip {
    font-size: 0.7rem;
    position: absolute;
    color: #fff;
    background: #dc3232;
    padding: 0 5px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 1.25rem;
    text-align: center;
    background: #ffb900;
    color: #000;
}
.wpcf7-submit {
    background: #fff;
    border: 1px solid #65666b;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: #65666b;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #65666b;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
}
.wpcf7-spinner {
    display: block;
}

/*Media Blocks*/
.wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0 0 4%;
}
.wp-block-media-text.has-media-on-the-right  > .wp-block-media-text__content {
    padding: 0 4% 0 0;
}
.wp-block-media-text > .wp-block-media-text__media {
    margin: 0 4% 0 0;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    margin: 0 0 0 4%;
}

/* Footer */
footer {
    position: relative;
}
.single-page .footer-wrapper {
    /*background: url('images/footer-img.png') !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-size: cover !important;*/
    /*background-position: top center !important;*/
}
footer::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 400px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); 
}
footer::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 300px;
    width: 100%;    
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.76) 100%);    
    bottom: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.copyright {
    position: relative;
    z-index: 2;
}
.copyright .copy-wrapper {
    width:80%
}
footer .wp-block-separator {
    /*border-top: 1px solid #fff;*/
}
.footer-links {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 2;
    rotate: -90deg;
}