.supporters-motto-container{  
	position: relative;
	height:90px;
	margin-top:115px;
	margin-bottom:45px;
}

.supporters-motto-container:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	
	position:fixed;
    width:1600px;
		
	
	border-bottom: 90px solid #f77400;
    border-left: 0px solid transparent;
    border-right: 75px solid transparent;
    height: 0;
	position:absolute;
}



.supporters-motto-title-container{
	position:relative;
	height:90px;
}

.supporters-motto-title{
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:65px;	
}

@media (max-width: 1920px) {
	.supporters-motto-container:before{
		width:1350px;
	}
}


@media (max-width: 1600px) {
	.supporters-motto-container:before{
		width:1050px;
	}
}

@media (max-width: 1200px) {
	.supporters-motto-container:before{
		width:88%;
	}
}

@media (max-width: 992px) {
	.supporters-motto-container:before {
  
	width:650px;
	border-bottom: 60px solid #f77400;
	border-right: 50px solid transparent;
}
	.supporters-motto-container{  
	height:60px;
}
	
	.supporters-motto-title-container{
		height:60px;
	}
	.supporters-motto-title{

	  font-size:40px;	
	}
}


@media (max-width: 768px) {
	.supporters-motto-container:before{
		width:92%;
	}
}





@media (max-width: 640px) {
	.supporters-motto-container:before{
		width:520px;
		
		border-bottom: 50px solid #f77400;
		border-right: 41.6px solid transparent;
	}
		.supporters-motto-container{  
	height:50px;
	}
	
	.supporters-motto-title{

	  font-size:35px;	
	}
	.supporters-motto-title-container{
		height:50px;
	}
}

@media (max-width: 540px) {
	.supporters-motto-container:before{
		width:420px;
	}
	.supporters-motto-title{

	  font-size:30px;	
	}
}

@media (pointer: coarse) and (hover: none) {
	.supporters-motto-container:before{
		width:100%;
		
		border-bottom: 50px solid #f77400;
		border-right: 41.6px solid transparent;
	}
		.supporters-motto-container{  
	height:50px;
	}
	
	.supporters-motto-title{

	  font-size:25px;	
	}
	.supporters-motto-title-container{
		height:50px;
	}
	

}


@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

	.supporters-motto-container:before{
		width:430px;
	}

}




.supporter{
	padding-bottom:4%;
}	




.supporter-title{
	margin:50px 0;
	position: relative;
	height:90px;
	

	
}


.supporter-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 29%;
    z-index: -1;
	
    background-image:  url("../img/supporters/partnerek_title_holder.svg");
	background-size: cover;
	
	background-position: top right;
	background-repeat: no-repeat;	
}



.supporter-title-text{

color:white; 
line-height: 90px;
font-size:60px;
}


@media (max-width: 768px) {
    .supporter-title-text {

		line-height: 80px;
    }
	

}

@media (max-width: 1600) {
    .supporter-title-text {

		/*line-height: 160px;*/
    }
	

}



