/*
Theme Name: Real Garant Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: DT Media Group
Author URI: http://www.dt-mediagroup.com
*/

@import url("../Divi/style.css");

/* ------------- Customization ------------- */

/* Header */

.menu-item-language {
	padding-right: 4px !important;
}

	.menu-item-language > a {
		padding-right: 12px !important;
	}

	.menu-item-language > a:after {
		font-family: inherit !important;
		font-weight: 300;
		content: "|" !important;
		color: rgba(0, 0, 0, 0.6) !important;
	}
	
	.menu-item-language:last-child > a:after {
		content: "" !important;
	}
	
.menu-item-language-current a {
	color: #00519e !important;
	font-weight: 700 !important;
}	

.et_pb_fullwidth_header .header-image {
	margin-right: -25% !important;
}

.et_pb_slider .et_pb_slide {
	text-align: left;
}

.et_pb_slider .et_pb_container {
	width: 40%;
	margin: 0 0 0 10%;
}

.et_pb_slide_description {
	margin: 0;
	padding: 50px 0;
}

#section-header h2{

}

#section-header p {
	margin-top: 1%;
	font-size: 1.5em;
	font-weight: 300;
}

#section-screenshots .et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
	padding: 0 !important;
}

#section-screenshots .et_pb_column_1_2 {
    width: 50% !important;
}

#section-screenshots .et_pb_column {
    margin-right: 0 !important;
}

#section-screenshots {
	margin: 0 !important;
	padding: 0 !important;
}

.c4m-freischalten {
	font-size: 1.2em;
	text-align: center;
}

.c4m-freischalten strong{
	color:#00519e;
	font-size: 1.3em;
}

#download-info {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}
	
#section-download h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

#section-download p {
	margin-bottom: 20px;
}

#section-download  {
	padding-bottom: 100px;
}

.section-intro p {
	font-size: 1.2em;
}

.section-intro-k p {
	font-size: 1.5em;
}

.section-intro-k h2 {
	font-size: 3em;
}

.c4mLogo {
	height: 200px;
	width: auto;
}

.qrCode {
	height: 200px;
	width: 400px;
}

.impressum {
	margin-left: 10px;
}

#rgSwing img {
	margin-top: -175px;
}

.rgLogo {
	width: 40%;
}

#app-features, #app-features  .et_pb_row {
	padding: 0;
}

/*
.feature-list {
	margin-top: 6%;
}
*/

.feature-list {
	padding: 25% 0 10% 0;
}

.feature-list-2 {
	padding: 25% 0 10% 0;
}

.feature-list-3 {
	padding: 10% 0 12% 0;
}


.app-feature {
	border-radius: 5px;
	padding: 10px 15px;
	text-align: right;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
}

.app-feature span {
	font-size: 1.5em;
	margin-right: 10px;
	vertical-align: bottom;
}

.store-button {
	width: 30%;
	margin-right: 3%;
}

/* Overlay */

.overlay {
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	top: 0;
}

#page-container {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.overlay .et_pb_module {
	position: fixed;
	width: 90%;
	max-width: 700px;
	background-color: #fff;
	top: 50%;
	left: 50%;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
	padding: 30px 50px!important;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

#o-switcher {
	text-align: right;
}

#o-switcher span {
	padding-left: 7px;
	font-weight: 400;
}

#o-switcher #o-current-lang {
	font-weight: 600;
}

#o-logo {
	height: 75px;
	margin: 0 auto;
	display: block;
}

#o-inner {
	position: relative;
}

#o-kunden, #o-haendler {
	width: 50%;
	float: left;
}

#o-kunden {

}

#o-haendler {

}

#o-kunden img, #o-haendler img {
	display: block;
	margin: 40px auto 20px;
	height: 75px;
}

.o-button {
	margin: 0 auto;
	display: block;
	font-weight: 300;
	color: #fff;
	padding: 0 0.65em;
}

.o-button:hover {
	padding: 0 1.5em 0 0.5em;
	cursor: pointer;
}

#o-kunden .o-button {
	background-color: #00519e;
	border-color: #00519e;
}

#o-haendler .o-button {
	background-color: #e2003b;
	border-color: #e2003b;
}

#o-text {
	padding-top: 50px;
	clear: both;
	font-size: 1.4em;
}

.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px); 
}

#o-background {
	background-color: #000;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999998;
	top: 0;
	left: 0;
}

.o-hide {
	display: none;
}

/*-------------------[980px]------------------*/

@media only screen and (max-width: 980px){
	.et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
	
	.blur {
		filter: blur(0);
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
	}
	
	.et_pb_section_1 {
		padding-top: 80px;
	}
	.c4mLogo {
		width: 70%;
		height: auto;
	}
	
	#app-features {
		background-position: 0;
	}
	
	.app-feature {
		text-align: left;
	}
}



/*-------------------[768px]------------------*/

@media only screen and (max-width: 767px){
	.overlay .et_pb_module{
		padding:20px 25px!important;
	}
	
	#o-kunden img, #o-haendler img {
	height: 70px;
	}
	
	.o-button {
		font-size: 1.6em;
	}
	
	.qrCode {
		display: none;
	}
	
	.store-button {
		width: 100%;
		margin-right: 0;
		margin: 10px 0;
	}
	
	#app-features {
		background-size: auto;
	}
	
	.section-intro-k p {
		font-size: 1.2em;
	}
	
	.section-intro-k h2 {
		font-size: 2em;
	}
	
	.c4m-freischalten {
		text-align: left;
	}
	
	.et_pb_slide_description {
		text-align: left;
	}
	
	.et_pb_slide_description h2 {
		font-size: 18px !important;
	}
	
	.et_pb_slide_description p {
		font-size: 16px !important;
	}
	
	.et_pb_section_7 {
		background-position: left bottom !important;
	}

}





/*-------------------[320px]------------------*/
@media only screen and (max-width: 479px) {



}


/*---------------------------------------------------*/
/*------[Little Invisible Triangle - Quiroz.co]------*/
/*---------------------------------------------------*/
 
#et-main-area { overflow: hidden;} /* Hides all the items that float over the right margin */
 
.little-triangle:after,.little-triangle:before {
    content:'';
    position:absolute;
    bottom:0;
    width:50%;
    z-index:100;
    border-bottom:50px solid #fff;
    -moz-transform:rotate(0.000001deg);
    -webkit-transform:rotate(0.000001deg);
    -o-transform:rotate(0.000001deg);
    -ms-transform:rotate(0.000001deg);
    transform:rotate(0.000001deg);}
 
.little-triangle:before{
    right:50%;
    border-right:75px solid transparent;
    border-left:1000px solid;}
 
.little-triangle:after{
    left:50%;
    border-left:75px solid transparent;
    border-right:1000px solid;}

@media (min-width: 1800px) {
	#rgSwing img {
		margin-top: -275px;
	}
}