html, body {
    height: 100%;
}

body{
    
    margin: 0px;
    
}

.logo img{
	
	width: 15%;
	margin-left: 210px;
	margin-top: 25px;
	float: left;
	
}

ul.ulheader{

	line-height: 83px;
	float:right;
	margin-right: 230px;

}
	ul.ulheader li{
		
		font-family: "Roboto Condensed", sans-serif;
		color: #494949;
		font-weight: 600;
		display:inline;
		margin-left: 90px;
        
	}
		ul.ulheader a{
			
			color: #494949;
			text-decoration:none;

		}
			ul.ulheader a:hover{
					
				color: #7D742D;
				font-weight:bold;
				transition: 200ms;

			}
				ul.ulheader a:active{
					color: #CBB60C;
				}
		

.titlebgcolor{
	
	background-color: #F1F1F1;
	width: 100%;
	height: 140px;
	margin-top: 100px;
}
	.titlebgcolor h2{
	
		font-family: "Roboto Condensed", sans-serif;
		color: #494949;
		text-align: center;
		margin top: 100px;
		line-height: 140px;
		font-size: 40px;
	}

.kvkkpdf{
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	padding-left: 5px;
	width: 500px;
	display: inline-block;
}

.description{
	margin-top: 80px;
	margin-right: auto;
	width: 50%;
	margin-left: 140px;
}
	.description p{
		font-family: "Roboto Condensed", sans-serif;
		font-size: 18px;
		color: #474747;
		width: 55%;
		margin-left: auto;
		margin-right: auto;

	}
		.description li{
			
			font-family: "Roboto Condensed", sans-serif;
			color: #494949;
			font-size: 20px;
			width: 55%;
			margin-left: auto;
			margin-right: auto;
			
		}

            .description ol p{

                width: 53%;
                padding-right: 36px;

            }
                .description ul li{

                    font-family: "Roboto Condensed", sans-serif;
                    font-size: 18px;
                    color: #474747;
                    width: 55%;
                    margin-left: auto;
                    margin-right: auto;
                }

a.kvkk_link{

	color: #000000;

}
				
footer{
    
    
    margin-top: 60px;
    border-top: 2px solid gray;
    height: 50px;
    background-color: #3A3A3A;
    
}

footer p.copyright{
    
	user-select: none;
    color:darkgoldenrod;
    text-align: center;
    margin-top: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
	font-size: 14px;
	line-height: 0;
    
    
}

@media (max-width: 500px) {
.titlebgcolor{
	
	background-color: #F1F1F1;
	width: 100%;
	height: 190px;
}
	.titlebgcolor h2{
		
		font-family: "Roboto Condensed", sans-serif;
		color: #494949;
		margin-left: auto;
		margin-right: auto;
		line-height: 90px;
		text-align: center;
	}

/*.description{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.description p{
		font-family: "Roboto Condensed", sans-serif;
		font-size: 18px;
		color: #474747;
		width: 400px;
		margin-left: auto;
		margin-right: auto;

	}*/

}

@media (max-width: 768px) {

	.description {
    margin-top: 80px;
    margin-right: auto;
    width: 100%;
    margin-left: auto;
	}

	.description p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #474747;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


}