/*
Theme Name: Bohliberatung
Description: About Blank Theme 2018
Author URI: https://www.aboutblank.ch/
Author: About Blank Design Office
Version: 1.0
*/


/************************************************************************************************************
*
* Wordpress Structure
*
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img { max-width: 100%;  height: auto; }
.alignleft, img.alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; }
.alignright, img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }
.wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; max-width: 632px !important; padding: 4px; text-align: center; }
.wp-caption img { margin: 5px 5px 0; }
.wp-caption p.wp-caption-text { color: #888; font-size: 12px; margin: 5px; }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }


/***********************************************************************************************
* Reset
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
*/

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{ background: transparent; margin: 0; padding: 0;	border: 0; font-size: 100%; font: inherit;	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; overflow-y: scroll;}
ol, ul { list-style: none; }
blockquote, q{	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{	content: ''; content: none; }
table{ border-collapse: collapse; border-spacing: 0; font-weight: normal; }


/***********************************************************************************************
* Font face
*/
 @font-face {
	font-family: 'Google Sans';
	src: url('css/fonts/google_sans/GoogleSans-VariableFont_GRAD,opsz,wght.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Google Sans';
	src: url('css/fonts/google_sans/GoogleSans-VariableFont_GRAD,opsz,wght.woff2') format('woff2');
	font-weight: 430;
	font-style: normal;
}

@font-face {
	font-family: 'Alaska';
	src: url('css/fonts/alaska/AlaskaBeta-SemiBold.woff2') format('woff');
	font-weight: 700;
	font-style: normal;
}
/************************************************************************************************************
*
* General Structure
*
*/

*{
  outline: 0px;
  -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
	margin-top: 0 !important;
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body{
    font-family: 'Google Sans';
    font-weight: 400;
	background-color: #fff;
}

/*
body{
	min-height: 100%;
	height:auto !important;
}

html{
	height: 100%;
}
*/

/*
* {
	-webkit-appearance:none;
	-moz-appearance:none;
}
*/

header{
    transition: left 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, top 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
	-webkit-transition: left 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, top 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
	-moz-transition: left 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s, opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s, top 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.ha-header-hide{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
    top: -50px;
}

.ha-header-show{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
    top: 0px;
}

.container-wrapper-x{
    max-width: 85%;
}

.bg-image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	height: 100vh;
}



/************************************************************************************************************
*
* Texte 14 16 17 24 36 128
*
*/
.font-1, .font-2, .font-3, .font-4, .font-5, .font-6, .wysiwig p, .wysiwig li{
    line-height: 130%;
}

strong{
    font-weight: 700;
}

.wysiwig p, .wysiwig ul{
    margin-bottom: 20px;
}

.font-1, #menu-second li a{
    font-size: 14px;
}

.font-2, .wysiwig p, .wysiwig li{
    font-size: 17px;
}

.font-3, .menu-item a{
    font-size: 17px;
}

.font-4, .wysiwig.font-4 p, .wysiwig h4{
    font-size: 24px;
}

.wysiwig h4, .wysiwig h3{
    margin-bottom: 10px;
    padding-top:25px;
}

.font-5, .wysiwig h3{
    font-size: 36px;
    font-weight: 430;
}

.font-6{
    font-size: 128px;
}

.wysiwig ul li:not(.menu-item){
	position: relative;
	padding-left: 1em;
}

.wysiwig ul li:not(.menu-item):before{
	content: "– ";
	position: absolute;
    top: 0;
    left: 0;
}

.wysiwig a, .current_page_item a{
    display: inline-block;
    border-bottom: 1px solid black;
    text-decoration: none;
    color: black;
}

.current_page_item a{
    border-bottom: 1px solid white;
}

.wysiwig a[href^="tel:"], .wysiwig a.img{
    border-bottom: none;
    display: inline-block;
}

.min-width{
    min-width: 220px;
}

.wysiwig a:hover{
    font-weight: 700;
}

#menu-second{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 10px;

}

#menu-second li a{
    text-align: right;
    display: inline-block;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: black;
}

#menu-second li a:hover{
    border-bottom: 1px solid black;

}

/*
.wysiwig ol li{
	counter-increment: li
}

.wysiwig ol li:before{
	content: counter(li);
	position: absolute;
    top: 0;
    left: 0;
}
*/
/***********************************************************************************************
* ￼accordeon
*/
.accordeon_trigger_all{
    z-index: 100000;
    position: relative;
    bottom: 5px;
}

.accordeon_trigger{
    cursor: pointer;
}

.accordeon{
    display: none;
}

#section_1_tab_5 .border-bottom, #section_2_tab_6 .border-bottom{
    border: none !important;

}

#section_1_tab_5 .accordeon-trigger-open .border-bottom, #section_2_tab_6 .accordeon-trigger-open .border-bottom{
    border-bottom: 1px solid black !important;

}


/***********************************************************************************************
* ￼slick
*/
#testimonals-dots{
    height: 30px;
    width: 100%;
}
/***********************************************************************************************
* ￼Colors
*/
.blue{
    color: #8196AF;
}

.bg-blue{
    background-color: #8196AF;
}

.border-bottom{
        border-color: black !important;
}

/************************************************************************************************************
*
* Navigation
*
*/
/* menu-nav */

#menus-wrapper-cloned a{
    mix-blend-mode: difference !important;
}
/*
.bg-white{
    mix-blend-mode: screen;
} */

.menu-main-container{
    float: right;
}

.menu-item{
    display: inline-block;
    margin-left: 40px;
}

.menu-item a{
	text-decoration: none;
	color: white;
    display: inline-block;
    line-height: 120%;
}

.menu-black .menu-item a{
	text-decoration: none;
	color: black;
}

.menu-black .menu-item a{
    border-bottom: 1px solid black
}

.menu-item a:hover{
    border-bottom: 1px solid white
}

.on-scroll {
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 100px;
  transition: transform 0.2s ease;
}

.menu-hidden {
    transform: translateY(-100px);
    transition: transform 0.2s ease;
}

/***********************************************************************************************
* ￼Spacing
*/
.pt-100{
    padding-top: 100px;
}
/***********************************************************************************************
* Media Queries Desktop first
*/

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	/* body{
		background-color: purple;
	} */

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	/* body{
		background-color: green;
	} */
    .font-4, .wysiwig.font-4 p{
        font-size: 20px;
    }

    .font-5{
        font-size: 30px;
    }

    .font-6{
        font-size: 70px;
    }

    footer .float-end{
        float: none !important;
    }

    .menu-item{
        margin-left: 20px;
    }

    #logo{
        height: 15px;
    }

    .container-wrapper-x{
        max-width: 92%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
	/* body{
		background-color: red;
	} */
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	/* body{
		background-color: fuchsia;
	} */
}
