/*
 Theme Name: Divi Child
 Theme URI: 
 Description: Child theme for the Divi theme
 Author: Adrien Renauldon
 Author URI: 
 Template: Divi
 Version: 1.0.0r 
*/
@import url("text.css");



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, font, 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 {
/*	margin:         0;
	padding:        0;
	border:         0;
	outline:        0;
	font-size:      100%;
	vertical-align: baseline;
	background:     transparent;*/
}

body {
    padding-left: 32px;
    font-family: 'CRM Argo', sans-serif;
    font-size: 18px !important;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'CRM Argo', sans-serif;
    font-weight: 400;
    color: #013476;
    margin: 0 0 0 0;
    padding: 0;
/*    line-height: 1.5; */
}

h2 {
	font-size: 40px;
}

h3 {
   font-size: 32px;
   line-height: 44px;
}

h4 {
   font-size: 24px;
   line-height: 32px;
}

#main-footer {
   padding: 0 32px;
   text-align: left;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #013476;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: none;
	background-color: #EDF7FD;
}

.gform-theme-button, .gform_wrapper.gravity-theme .button, .gform_wrapper.gravity-theme input[type=submit], .gform_previous_button, .gform-theme-button--secondary.button , .gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
	-webkit-appearance: none!important;
	color: #edf7fd;
    background-color: #013476;
    text-decoration: none
}


.gform-theme-button:hover, .gform_wrapper.gravity-theme .button:hover, .gform_wrapper.gravity-theme input[type=submit]:hover {

	background-color: #fff;
    color: #6b7280!important;
    border-radius: 0px;
}

.gform_wrapper.gravity-theme {
	color: #013476!important;
}

/* Left Element */

.fixed-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  z-index: 99998;
}
.fixed-element .blue-section {
  width: 100%;
  height: 22%;
  background-color: #013476;
}

.fixed-element .yellow-section {
  width: 100%;
  height: 33%;
  background-color: #A3D8F8;
}

.gform_button.button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    margin: 0;
    height: 60px;
    background: var(--crm-thieme-dunkelblau);
    border-radius: 2px;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    color: white;
}

.gform_wrapper.gravity-theme .gfield input[type=checkbox] {
    width:23px;
	height:23px;
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 10px 8px;
	margin: 22px 0;
}
.et_pb_menu_1_tb_header.et_pb_menu ul li a:hover, .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item a:hover, .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover, .et-db #et-boc .et-l .et_pb_menu_1_tb_header.et_pb_menu ul li a:hover {
	opacity: 1;
	background:#012a5e;
	color:#ffffff!important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 8px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0;
}
#menu-zweitmenu.et-menu.nav a:hover{
	background:#666666;
	color:#ffffff!important;
}


/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1380px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.et_pb_menu .et_mobile_nav_menu {
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
		list-style: none!important;
		text-align: left;
	}
	.et_pb_menu .et_mobile_menu {
		top: 100%;
		padding: 5%;
	}
	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1380px) {
	.et_pb_row_1_tb_header {
		display: none!important;
	}
}

@media only screen and (min-width: 981px) {
    .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
        display:block!important;
    }
}

@media only screen and (min-width: 1381px) {
	.et_pb_section_0_tb_header .et_pb_row_0_tb_header {
		display: none!important;
	}
}

@media only screen and (max-width: 767px) {	
	.gform_wrapper.gravity-theme h3 {
		 font-size: 24px;
	}

	.fixed-element {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 16px;
	  height: 100%;
	  z-index: 99998;
	}
	.fixed-element .blue-section {
	  width: 100%;
	  height: 22%;
	  background-color: #013476;
	}

	.fixed-element .yellow-section {
	  width: 100%;
	  height: 33%;
	  background-color: #A3D8F8;
	}
	body {
		padding-left: 16px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
	   font-size: 24px;
	   line-height: 32px;
	}

	h4 {
	   font-size: 18px;
	   line-height: 28px;
	}
}

@media only screen and (min-width: 624px) {
	.fixed-element {
		width: 24px;
	}
}

@media only screen and (min-width: 1180px){
	.fixed-element {
		width: 32px;
	}
}