<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.habercontainer &gt; .row &gt; * {
    padding: unset !important;
}

.habercontainer &gt; * {
    padding: unset !important;
}

.ustmenu a {
color:white;
text-decoration: none;
}

.navbar .navbar-brand {
	padding: unset !important;
	font-size: unset !important;
}

.navbar-toggler-icon, .navbar-toggler {
  color: white !important;
  border-color: #98b1c6 !important;
}

.footer-logo img {
	width:230px;
}
       
       .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }
		
        @media (max-width: 767px) {
		#haberblok2 .col:nth-child(9) {
			  display: none !important;
			}
        }

        @media (min-width: 768px) {
            .bd-placeholder-img-lg {
                font-size: 3.5rem;
            }
			
        }

        @media (min-width:1550px) {

            .container {
                max-width: 1201px !important;
            }
			.adsides {
				max-width:1510px !important;
			}
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1041px;
            }
			.adsides {
				max-width:1360px;
			}
        }
		
		@media (max-width:1200px) {
			.adsides {
				display:none;
			}
        }
		
		.adtop {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  height: 302px;
		}
		
		.adright {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  height: 610px;
		  top: 20px;
		}
		
		.adsides {
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}
		
		.adsides &gt; div {
			min-width:160px;
			height:100%;
		}
		
		.habercontainer p {
			font-size:12px;
		}
		
        .habercontainer .card {
            border: unset !important;
            border-radius: unset !important;
        }

        .habercontainer .card-img-overlay {
            background: #002f4b5c;
        }

        .habercontainer&gt;.row, .habercontainer {
            padding-left: unset !important;
            padding-right: unset !important;
            margin-left: unset !important;
            margin-right: unset !important;
        }

        .habercontainer .row, .habercontainer {
            --bs-gutter-x: unset !important;
            --bs-gutter-y: unset !important;
        }
		
	.headerbg {
  background: radial-gradient(#ccc .5px, transparent .5px);
  background-size: calc(10 * .5px) calc(10 * .5px);
}</pre></body></html>