/*
 Theme Name:   boost4visibility.
 Theme URI:    https://boost4visibility.com
 Description:  boost4visibility. theme for client websites.
 Author:       Christian Hubo
 Author URI:   https://boost4visibility.com
 Template:     generatepress
 Version:      1.0
*/



/* GENERAL - - - - - - - - - - - - - - - - - - -  */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: #1C4149;
    color: #ffffff;
}

p {
	hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto; 
	-ms-hyphens: auto; 
}

.no-hyph {
	hyphens: none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
}

/* LOCAL FONTS - - - - - - - - - - - - - - - - - - -  */


/* NAVIGATION - - - - - - - - - - - - - - - - - - -  

.icon-arrow {
    color: orange;
}
*/

/* HOMEPAGE - - - - - - - - - - - - - - - - - - -  */

.tr-container { 
	font-size: clamp(1.7em, 3.5vw, 4.50em);
}

/* COOKIE LAW SCRIPT & RESPONSIVE DESIGN - - - - - - - - - - - - - - - - - - -  */

/*Hier wird die Hintergrudfarbe des Balkens geändert*/
.cc_container {
    background: #1C4149 none repeat scroll 0 0!important;
}

/*Hier wird die Schriftfarbe des Balkens geändert*/
.cc_container .cc_message {
    font-size: 0.6em;
    color: #ffffff
}

/*Hier wird die Farbe des Buttons angepasst*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #ffffff!important;
    background-color: #4fa096!important;
}

.cc_container:hover .cc_btn:hover, .cc_container:hover .cc_btn:hover {
    color: #4fa096!important;
    background-color: #ffffff!important;
}

/*Hier wird die Farbe des "Mehr erfahren"-Links angepasst*/
a.cc_more_info {
    color: #4fa096!important;
}

a.cc_more_info:hover {
    color: #4fa096!important;
}