I see something strange for your domain in the output of:
# dig bokortibor.hu
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> bokortibor.hu
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18719
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 5
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;bokortibor.hu. IN A
;; ANSWER SECTION:
bokortibor.hu. 3 IN A 104.18.39.70
bokortibor.hu. 3 IN A 104.18.38.70
# host bokortibor.hu
bokortibor.hu has address 104.18.39.70
bokortibor.hu has address 104.18.38.70
bokortibor.hu has IPv6 address 2400:cb00:2048:1::6812:2746
bokortibor.hu has IPv6 address 2400:cb00:2048:1::6812:2646
As you can see it is resolvable for two different IP addresses instead of mentioned by your pictures 80.211.204.50 IP address.
I think that you need to correct it on your nameservers - evan.ns.cloudflare.com and rose.ns.cloudflare.com. As you can see these A records for these IP addresses are specified on your nameservers:
# dig @rose.ns.cloudflare.com bokortibor.hu
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> @rose.ns.cloudflare.com bokortibor.hu
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39747
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;bokortibor.hu. IN A
;; ANSWER SECTION:
bokortibor.hu. 300 IN A 104.18.39.70
bokortibor.hu. 300 IN A 104.18.38.70
;; Query time: 45 msec
;; SERVER: 173.245.58.141#53(173.245.58.141)
;; WHEN: Mon Oct 02 10:07:17 NOVT 2017
;; MSG SIZE rcvd: 74
[root@ppu17-5 ~]# dig @evan.ns.cloudflare.com bokortibor.hu
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> @evan.ns.cloudflare.com bokortibor.hu
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1350
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;bokortibor.hu. IN A
;; ANSWER SECTION:
bokortibor.hu. 300 IN A 104.18.38.70
bokortibor.hu. 300 IN A 104.18.39.70
;; Query time: 45 msec
;; SERVER: 173.245.59.165#53(173.245.59.165)
;; WHEN: Mon Oct 02 10:07:41 NOVT 2017
;; MSG SIZE rcvd: 74