/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child
 Author:       fourplex
 Author URI:   https://fourplex.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

    
.elementor-11 .elementor-element.elementor-element-44b2a6e .elementor-accordion-icon.elementor-accordion-icon-left {
    padding-top: 6px;
}



.red_right{
	width: 50vw !important;
	position: absolute !important;
	right: 0;
	border-style: solid;
    border-width: 90vh 0 0 70px;
    border-color: #B2352B #B2352B #B2352B transparent;
}

.blue_left{
	width: 50vw !important;
    position: absolute !important;
    left: 0;
    border-style: solid;
    border-width: 90vh 70px 0 0;
    border-color: #3F84B6 transparent #3F84B6 #3F84B6;
}

input{
	height: 4rem !important;
}
.kontakt_info a{
	color: #0F3F5E !important;
}


footer a{
	color: #D4D4D4;
}

footer a:hover{
	color: white;
}

.kontakt a{
	color: #3F84B6 !important;
}


.elementor-field-group.elementor-field-type-submit {
    align-items: center !important;
}


@media only screen and (max-width: 700px) {
	.red_right, .blue_left {
		width: 100vw !important;
		border-width: 600px 0 0 !important;
  	}
	.red_right{
		background: #B2352B;
	}
	.blue_left{
		background: #3F84B6;
	}
}

