/*
Theme Name: Raum Sieben
Theme URI: https://www.raumsieben.de
Template: Divi
Author: Raum Sieben
Author URI: https://www.raumsieben.de
Description: Raum Sieben
Version: 4.27.4.1735598322
Updated: 2024-12-30 23:38:42
*/


@import url('fonts/fonts.css');

html {
    font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


.et_pb_module.et_pb_text p, .et_pb_module.et_pb_text li {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 140%;
    letter-spacing: 0.03rem;
	color: #ffffff;
	
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.et_pb_module.et_pb_text h1, .et_pb_module.et_pb_text h2, .et_pb_module.et_pb_text h3, .et_pb_module.et_pb_text h4, .et_pb_module.et_pb_text h5 { 
    font-family: Creighton; 
	font-weight: normal; 
	font-style: normal;
	line-height: 90%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.11rem;
}


.et_pb_module.et_pb_text h1 {
    font-size: 3.6rem;
    margin-bottom: 5rem;
}

.bigType {
    font-size: 6.5rem!important;
}

.et_pb_module.et_pb_text h2 {
    font-size: 2.5rem;
    margin-top: 0.5rem;
}

.et_pb_module.et_pb_text h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.et_pb_module.et_pb_text h4 {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.et_pb_module.et_pb_text h5 {
    font-size: 1.0rem;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.hyphens { /* Silbentrennung */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.noHyphens { /* keine Silbentrennung */
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.white {
    color: #ffffff;
}

.wpcf7 textarea {
    height: 10%!important;
}

/* HIDE MOBILE MENU IN FOOTER */
.hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}




	
/* DISPLAY MENU IN FOOTER AS VERTICAL MENU */	
/*.vertical-menu .et_pb_menu_inner_container, .vertical-menu .et_pb_menu__wrap, .vertical-menu .et_pb_menu__menu, .vertical-menu.et_pb_menu .et_pb_menu__menu>nav, .vertical-menu.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: block!important;
}
	
.vertical-menu .et_mobile_nav_menu {
    display: none!important;
}*/

	
